diff --git a/deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl b/deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl index e456e84dd..def1ce71a 100644 --- a/deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl +++ b/deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl @@ -120,7 +120,7 @@ releases: <<: *dependency - name: openbao-server # this name MUST not change - version: 0.30.25 + version: 0.32.1 condition: openbao.enabled # From defaults.yaml or env overrides namespace: vault-system <<: *dependency # Inherits base values from the dependency template diff --git a/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl b/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl index 53ab1eb59..c14724212 100644 --- a/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl +++ b/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl @@ -168,7 +168,7 @@ releases: {{- $llmRequestRouterChartPath := dig "addons" "llm" "requestRouter" "chartPath" "" .Values }} chart: {{ $llmRequestRouterChartPath | default "nvcf/helm-nvcf-llm-request-router" | quote }} {{- if not $llmRequestRouterChartPath }} - version: 1.10.0 + version: 1.12.1 {{- end }} namespace: nvcf condition: addons.llm.enabled @@ -181,7 +181,7 @@ releases: - name: llm-api-gateway chart: nvcf/helm-nvcf-llm-api-gateway - version: 1.4.1 + version: 1.4.2 namespace: nvcf condition: addons.llm.enabled values: @@ -217,7 +217,7 @@ releases: {{- $gatewayRoutesChartPath := dig "ingress" "gatewayApi" "chartPath" "" .Values }} chart: {{ $gatewayRoutesChartPath | default "nvcf/nvcf-gateway-routes" | quote }} {{- if not $gatewayRoutesChartPath }} - version: 1.16.0 + version: 1.17.0 {{- end }} needs: - nvcf/notary-service