diff --git a/deploy/helm/function-autoscaler/Chart.yaml b/deploy/helm/function-autoscaler/Chart.yaml index 7462452629..c369ec8cae 100644 --- a/deploy/helm/function-autoscaler/Chart.yaml +++ b/deploy/helm/function-autoscaler/Chart.yaml @@ -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" diff --git a/deploy/helm/http-invocation/nvcf-invocation-service/Chart.yaml b/deploy/helm/http-invocation/nvcf-invocation-service/Chart.yaml index d5eb2a275a..e15e22d77b 100644 --- a/deploy/helm/http-invocation/nvcf-invocation-service/Chart.yaml +++ b/deploy/helm/http-invocation/nvcf-invocation-service/Chart.yaml @@ -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" diff --git a/deploy/helm/http-invocation/nvcf-invocation-service/values.yaml b/deploy/helm/http-invocation/nvcf-invocation-service/values.yaml index 559ee5b90a..6c43860a19 100644 --- a/deploy/helm/http-invocation/nvcf-invocation-service/values.yaml +++ b/deploy/helm/http-invocation/nvcf-invocation-service/values.yaml @@ -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: {} 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 e43d3c652c..991e4c8228 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: "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 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 86e981af89..7971f3f944 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: "0.14.2" + tag: "0.14.3" pullPolicy: IfNotPresent imagePullSecrets: []