Skip to content

Commit 43d68a2

Browse files
authored
Bump versions in helm and OLM for the release branch (#163)
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent 14c8f33 commit 43d68a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ metadata:
140140
createdAt: 'Fri Sep 27 08:33:17 PDT 2024'
141141
description: >-
142142
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'
144144
support: NVIDIA
145145
capabilities: Basic Install
146146
repository: github.com/NVIDIA/k8s-nim-operator
@@ -660,7 +660,7 @@ spec:
660660
fieldRef:
661661
apiVersion: v1
662662
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'
664664
imagePullPolicy: Always
665665
livenessProbe:
666666
failureThreshold: 3

deployments/helm/k8s-nim-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
operator:
22
replicas: 1
33
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
66
pullSecrets: []
77
pullPolicy: Always
88
args:

0 commit comments

Comments
 (0)