From 602fc4d76dba60102701b7e7636d9ad612070ef1 Mon Sep 17 00:00:00 2001 From: vrv3814 Date: Sat, 25 Jul 2026 09:47:49 +0530 Subject: [PATCH 1/2] chore(self-managed): bump nvcf-ui charts Signed-off-by: vrv3814 --- deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 24f4ff724..fb7ec4279 100644 --- a/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl +++ b/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl @@ -201,7 +201,7 @@ releases: - name: nvcf-ui chart: nvcf/helm-nvcf-ui - version: 1.1.1 + version: 1.1.2 namespace: nvcf-ui condition: addons.nvcfUi.enabled values: From b646106eee0db1f63ef7999ecbdb2285c6b42d7b Mon Sep 17 00:00:00 2001 From: vrv3814 Date: Sat, 25 Jul 2026 09:49:04 +0530 Subject: [PATCH 2/2] Update manifest.md Signed-off-by: vrv3814 --- docs/user/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/manifest.md b/docs/user/manifest.md index 8c534ef1c..9fba2dd8b 100644 --- a/docs/user/manifest.md +++ b/docs/user/manifest.md @@ -128,7 +128,7 @@ The following tables list the complete artifact inventory. | `helm-nvcf-rate-limiter` | `1.0.3` | Optional | Deploys request rate limiting for supported invocation paths. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-rate-limiter:1.0.3` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/helm/ratelimiter) | | `helm-nvcf-sis` | `1.18.3` | Required | Deploys the Spot Instance Service. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-sis:1.18.3` | | | `helm-nvcf-state-metrics` | `1.0.1` | Optional | Deploys NVCF state metrics for observability. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-state-metrics:1.0.1` | | -| `helm-nvcf-ui` | `1.1.1` | Optional | Deploys the optional NVCF UI admin panel. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-ui:1.1.1` | | +| `helm-nvcf-ui` | `1.1.2` | Optional | Deploys the optional NVCF UI admin panel. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-ui:1.1.2` | | | `helm-nvcf-vanity-gateway` | `0.1.0-nvcf-10204.1` | Optional | Deploys the optional vanity hostname gateway. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-nvcf-vanity-gateway:0.1.0-nvcf-10204.1` | | | `helm-reval` | `1.3.8` | Required | Deploys the function revalidation service. | `https://helm.ngc.nvidia.com/nvidia/nvcf/helm-reval:1.3.8` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/helm/helm-reval) | | `nvcf-example-dashboards` | `1.6.0` | Optional | Deploys example Grafana dashboards for NVCF telemetry. | `https://helm.ngc.nvidia.com/nvidia/nvcf/nvcf-example-dashboards:1.6.0` | |