diff --git a/deploy/helm/cassandra/helm/values.yaml b/deploy/helm/cassandra/helm/values.yaml index bf80f4348..c58200e4a 100644 --- a/deploy/helm/cassandra/helm/values.yaml +++ b/deploy/helm/cassandra/helm/values.yaml @@ -196,7 +196,7 @@ cassandra: # repository: must be supplied in additional values registry: "" repository: "" - tag: 0.11.0 + tag: 0.15.0 pullPolicy: Always dbUser: diff --git a/deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml b/deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml index 47e2c66e0..2cd787ce2 100644 --- a/deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml +++ b/deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml @@ -18,4 +18,4 @@ name: helm-nvcf-llm-api-gateway description: Helm chart for the NVCF LLM API Gateway type: application version: 0.0.0 # managed by semantic-release -appVersion: "1.0.1" # bumped manually to match the published llm-api-gateway image tag +appVersion: "0.13.0" # bumped manually to match the published llm-api-gateway image tag diff --git a/deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml b/deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml index b0f8aaa56..a87f4810b 100644 --- a/deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml +++ b/deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml @@ -26,7 +26,7 @@ llmApiGateway: image: registry: "" repository: "" - tag: "1.0.1" + tag: "0.13.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/helm/llm-request-router/llm-request-router/Chart.yaml b/deploy/helm/llm-request-router/llm-request-router/Chart.yaml index ec10cae30..6733fd89e 100644 --- a/deploy/helm/llm-request-router/llm-request-router/Chart.yaml +++ b/deploy/helm/llm-request-router/llm-request-router/Chart.yaml @@ -18,4 +18,4 @@ name: helm-nvcf-llm-request-router description: Helm chart for the NVCF LLM Request Router backed by Stargate type: application version: 0.0.0 # managed by semantic-release -appVersion: "0.3.2" # match the versioned stargate image tag +appVersion: "0.9.0" # match the versioned stargate image tag diff --git a/deploy/helm/llm-request-router/llm-request-router/values.yaml b/deploy/helm/llm-request-router/llm-request-router/values.yaml index e834ec5d6..8e0b605b6 100644 --- a/deploy/helm/llm-request-router/llm-request-router/values.yaml +++ b/deploy/helm/llm-request-router/llm-request-router/values.yaml @@ -29,7 +29,7 @@ llmRequestRouter: image: registry: "" repository: "" - tag: "0.3.2" + tag: "0.9.0" pullPolicy: IfNotPresent imagePullSecrets: []