From 1e843ee098bec17d902580640b8427be0f98f9cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 16:49:19 +0000 Subject: [PATCH 1/3] fix(charts): bump for src/invocation-plane-services/llm-api-gateway/v0.14.3 Opened by the chart version bump workflow on release of src/invocation-plane-services/llm-api-gateway/v0.14.3. --- deploy/helm/llm-api-gateway/llm-api-gateway/Chart.yaml | 2 +- deploy/helm/llm-api-gateway/llm-api-gateway/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: [] From 9edd52ab5ce084bc17b1dd21e4603844183f36b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:36:37 +0000 Subject: [PATCH 2/3] feat(charts): bump for src/invocation-plane-services/http-invocation/v0.13.0 Opened by the chart version bump workflow on release of src/invocation-plane-services/http-invocation/v0.13.0. --- deploy/helm/http-invocation/nvcf-invocation-service/Chart.yaml | 2 +- deploy/helm/http-invocation/nvcf-invocation-service/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {} From 2ec74d25231c97724bc1cc3e6e40e4e8bd96a52a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:37:14 +0000 Subject: [PATCH 3/3] feat(charts): bump for src/control-plane-services/function-autoscaler/v1.22.0 Opened by the chart version bump workflow on release of src/control-plane-services/function-autoscaler/v1.22.0. --- deploy/helm/function-autoscaler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"