From 979b6798e2f9e88658d18de1a82df8ef732ce2d1 Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Wed, 10 Sep 2025 17:39:00 +0530 Subject: [PATCH 1/2] Update values.yaml --- charts/tfy-llm-gateway/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tfy-llm-gateway/values.yaml b/charts/tfy-llm-gateway/values.yaml index 9ed07a7e0..30fe0c3d9 100644 --- a/charts/tfy-llm-gateway/values.yaml +++ b/charts/tfy-llm-gateway/values.yaml @@ -27,7 +27,7 @@ image: ## @param image.repository Image repository for tfyLLMGateway repository: tfy-private-images/tfy-llm-gateway ## @param image.tag Image tag for the tfyLLMGateway - tag: v0.82.1 + tag: v0.82.2 ## @param fullnameOverride Full name override for the tfy-llm-gateway fullnameOverride: "" From c613eb683165b7b27d15c191485e07568bd34762 Mon Sep 17 00:00:00 2001 From: Akash Gupta Date: Wed, 10 Sep 2025 17:39:12 +0530 Subject: [PATCH 2/2] Update Chart.yaml --- charts/tfy-llm-gateway/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tfy-llm-gateway/Chart.yaml b/charts/tfy-llm-gateway/Chart.yaml index 51dccace9..cc589eab9 100644 --- a/charts/tfy-llm-gateway/Chart.yaml +++ b/charts/tfy-llm-gateway/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-llm-gateway -version: 0.82.1 +version: 0.82.2 description: "Truefoundry LLM Gateway deployment chart" maintainers: - name: truefoundry