From d8a5e8368531c104f1d8c167a3de62c5aee10f12 Mon Sep 17 00:00:00 2001 From: srihari-tf Date: Thu, 5 Dec 2024 11:59:19 +0000 Subject: [PATCH 1/2] [CI] Update LLMGateway chart values.yaml --- charts/tfy-llm-gateway/Chart.yaml | 2 +- charts/tfy-llm-gateway/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tfy-llm-gateway/Chart.yaml b/charts/tfy-llm-gateway/Chart.yaml index 96183356..7b073b95 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.11.0 +version: 0.13.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 5a35552c..b108bb88 100644 --- a/charts/tfy-llm-gateway/values.yaml +++ b/charts/tfy-llm-gateway/values.yaml @@ -18,7 +18,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: 82aa37767801c5246a7b40d31a710eec1e310637 + tag: 94e000b55067952bad6cec0375a259f2d52b3e39 ## @param fullnameOverride Full name override for the tfy-llm-gateway fullnameOverride: "" @@ -162,5 +162,5 @@ env: LOG_LEVEL: info GATEWAY_NATS_CONFIGURATION: '{"type":"nats","url":"ws://{{ .Values.global.llmGatewayInfra.releaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080","username":"admin","password":"{{ .Values.global.llmGatewayInfra.natsAdminPassword }}"}' DEPLOYED_LLM_GATEWAY_URL: "{{ .Values.global.controlPlaneURL }}/api/llm" - CONTROL_PLANE_NATS_URL: nats://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222 + CONTROL_PLANE_NATS_URL: ws://{{ .Values.global.truefoundryReleaseName }}-nats.{{ .Release.Namespace }}.svc.cluster.local:8080 ENABLE_EXTERNAL_OAUTH: "false" From 37a355d91fb2ed9d1fb8af5043174da4bb46e493 Mon Sep 17 00:00:00 2001 From: innoavator Date: Thu, 5 Dec 2024 11:59:35 +0000 Subject: [PATCH 2/2] Update README.md with readme-generator-for-helm Signed-off-by: innoavator --- charts/tfy-llm-gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tfy-llm-gateway/README.md b/charts/tfy-llm-gateway/README.md index 31d2b1c9..41372317 100644 --- a/charts/tfy-llm-gateway/README.md +++ b/charts/tfy-llm-gateway/README.md @@ -13,7 +13,7 @@ LLM-Gateway Helm Chart | `global.llmGatewayInfra.releaseName` | Release name for the tfy-llm-gateway-infra | `tfy-llm-gateway-infra` | | `global.llmGatewayInfra.natsAdminPassword` | NATS admin password | `""` | | `image.repository` | Image repository for tfyLLMGateway | `tfy.jfrog.io/tfy-private-images/tfy-llm-gateway` | -| `image.tag` | Image tag for the tfyLLMGateway | `82aa37767801c5246a7b40d31a710eec1e310637` | +| `image.tag` | Image tag for the tfyLLMGateway | `94e000b55067952bad6cec0375a259f2d52b3e39` | | `fullnameOverride` | Full name override for the tfy-llm-gateway | `""` | | `replicaCount` | Number of replicas | `1` | | `environmentName` | The environment name | `default` |