Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/helm/cassandra/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ llmApiGateway:
image:
registry: ""
repository: ""
tag: "1.0.1"
tag: "0.13.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ llmRequestRouter:
image:
registry: ""
repository: ""
tag: "0.3.2"
tag: "0.9.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading