Skip to content

Commit cd51e37

Browse files
mesutoezdilvrv3814
andauthored
docs(self-managed): list helm-nvcf-ui and the deployed gateway-routes version (#572)
Signed-off-by: mesutoezdil <mesudozdil@gmail.com> Co-authored-by: vrv3814 <vemireddyv@nvidia.com>
1 parent 11614d2 commit cd51e37

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

docs/user/manifest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ The following tables list the complete artifact inventory.
129129
| `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) |
130130
| `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` | |
131131
| `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` | |
132+
| `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` | |
132133
| `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` | |
133134
| `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) |
134135
| `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` | |
135-
| `nvcf-gateway-routes` | `1.14.0` | Optional | Deploys Gateway API routes for the reference architecture. | `https://helm.ngc.nvidia.com/nvidia/nvcf/nvcf-gateway-routes:1.14.0` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/helm/gateway-routes) |
136+
| `nvcf-gateway-routes` | `1.15.0` | Optional | Deploys Gateway API routes for the reference architecture. | `https://helm.ngc.nvidia.com/nvidia/nvcf/nvcf-gateway-routes:1.15.0` | [GitHub](https://github.com/NVIDIA/nvcf/tree/main/deploy/helm/gateway-routes) |
136137
| `nvcf-observability-reference-stack` | `1.10.0` | Optional | Deploys a reference observability backend for evaluation. | `https://helm.ngc.nvidia.com/nvidia/nvcf/nvcf-observability-reference-stack:1.10.0` | |
137138

138139
### Control plane services and images

docs/version-catalog/main.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ publications:
216216
version: 1.0.1
217217
registry: public-helm
218218
chart_format: http
219+
- name: helm-nvcf-ui
220+
version: 1.1.2
221+
registry: public-helm
222+
chart_format: http
219223
- name: helm-nvcf-vanity-gateway
220224
version: 0.1.0-nvcf-10204.1
221225
registry: public-helm
@@ -225,7 +229,7 @@ publications:
225229
registry: public-helm
226230
chart_format: http
227231
- name: nvcf-gateway-routes
228-
version: 1.14.0
232+
version: 1.15.0
229233
registry: public-helm
230234
chart_format: http
231235
- name: nvcf-container-cache
@@ -371,6 +375,11 @@ manifest:
371375
kind: chart
372376
requirement: optional
373377
description: Deploys NVCF state metrics for observability.
378+
- artifact_id: helm-nvcf-ui
379+
plane: control
380+
kind: chart
381+
requirement: optional
382+
description: Deploys the optional NVCF UI admin panel.
374383
- artifact_id: helm-nvcf-vanity-gateway
375384
plane: control
376385
kind: chart
@@ -820,6 +829,10 @@ artifacts:
820829
type: chart
821830
registry: staging
822831
version: 1.0.1
832+
- name: helm-nvcf-ui
833+
type: chart
834+
registry: staging
835+
version: 1.1.2
823836
- name: helm-nvcf-vanity-gateway
824837
type: chart
825838
registry: staging
@@ -855,7 +868,7 @@ artifacts:
855868
- name: nvcf-gateway-routes
856869
type: chart
857870
registry: staging
858-
version: 1.14.0
871+
version: 1.15.0
859872
- name: nvcf-grpc-proxy
860873
type: image
861874
registry: staging

0 commit comments

Comments
 (0)