From 88858961c77cbbf0e73aa8796b8f407e510fa5ab Mon Sep 17 00:00:00 2001 From: geekygulshan Date: Mon, 11 Nov 2024 12:51:25 +0000 Subject: [PATCH] [CI] Update LLMGateway chart values.yaml --- charts/tfy-llm-gateway/Chart.yaml | 2 +- charts/tfy-llm-gateway/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tfy-llm-gateway/Chart.yaml b/charts/tfy-llm-gateway/Chart.yaml index e86ee861b..9cf57fc8b 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.7.0 +version: 0.8.0 description: "Truefoundry LLM Gateway deployment chart" maintainers: - name: truefoundry diff --git a/charts/tfy-llm-gateway/values.yaml b/charts/tfy-llm-gateway/values.yaml index 28126dbb2..1e0347e38 100644 --- a/charts/tfy-llm-gateway/values.yaml +++ b/charts/tfy-llm-gateway/values.yaml @@ -7,7 +7,7 @@ image: ## @param image.repository Image repository for tfyLLMGateway repository: tfy.jfrog.io/tfy-private-images/tfy-llm-gateway ## @param image.tag Image tag for the tfyLLMGateway - tag: 2ae80a5d1f6fc25356cca74bda467d27bdd9e9a0 + tag: 05f395008bcd848a1179c5a7084a4f60c36b7c09 ## @param replicaCount Number of replicas replicaCount: 1