File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deployments/helm/k8s-nim-operator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ metadata:
140
140
createdAt : ' Fri Sep 27 08:33:17 PDT 2024'
141
141
description : >-
142
142
An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
143
- containerImage : ' ghcr .io/nvidia/k8s-nim-operator:main '
143
+ containerImage : ' nvcr .io/nvidia/cloud-native/ k8s-nim-operator:v0.1.0 '
144
144
support : NVIDIA
145
145
capabilities : Basic Install
146
146
repository : github.com/NVIDIA/k8s-nim-operator
@@ -660,7 +660,7 @@ spec:
660
660
fieldRef :
661
661
apiVersion : v1
662
662
fieldPath : metadata.namespace
663
- image : ' ghcr .io/nvidia/k8s-nim-operator:main '
663
+ image : ' nvcr .io/nvidia/cloud-native/ k8s-nim-operator:v0.1.0 '
664
664
imagePullPolicy : Always
665
665
livenessProbe :
666
666
failureThreshold : 3
Original file line number Diff line number Diff line change 1
1
operator :
2
2
replicas : 1
3
3
image :
4
- repository : ghcr .io/nvidia/k8s-nim-operator
5
- tag : main
4
+ repository : nvcr .io/nvidia/cloud-native /k8s-nim-operator
5
+ tag : v0.1.0
6
6
pullSecrets : []
7
7
pullPolicy : Always
8
8
args :
You can’t perform that action at this time.
0 commit comments