Skip to content
Open
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/function-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ description: A Helm chart for NVCF Function Autoscaler Service

type: application
version: 0.0.0 # autoversioning enabled via release pipeline
appVersion: "1.21.8"
appVersion: "1.22.0"
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ description: A Helm chart for NVCF Invocation Service deployment

type: application
version: 0.0.0 # autoversioning enabled via release pipeline
appVersion: "0.12.1"
appVersion: "0.13.0"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ invocation:
registry: "" # must be supplied
repository: "" # must be supplied
pullPolicy: IfNotPresent
tag: "0.12.1"
tag: "0.13.0"

podAnnotations: {}
podLabels: {}
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: "0.14.2" # bumped manually to match the published llm-api-gateway image tag
appVersion: "0.14.3" # 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: "0.14.2"
tag: "0.14.3"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down