Skip to content

Commit b122d4b

Browse files
committed
Update operator image in the release branch to to release version tag
* This is done so our CI can test with latest bits from release branch with both Helm and OLM Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent a714915 commit b122d4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ metadata:
152152
createdAt: 'Fri Sep 27 08:33:17 PDT 2024'
153153
description: >-
154154
An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
155-
containerImage: 'ghcr.io/nvidia/k8s-nim-operator:main'
155+
containerImage: 'ghcr.io/nvidia/k8s-nim-operator:release-2.0'
156156
support: NVIDIA
157157
capabilities: Basic Install
158158
repository: github.com/NVIDIA/k8s-nim-operator
@@ -938,7 +938,7 @@ spec:
938938
fieldRef:
939939
apiVersion: v1
940940
fieldPath: metadata.namespace
941-
image: 'ghcr.io/nvidia/k8s-nim-operator:main'
941+
image: 'ghcr.io/nvidia/k8s-nim-operator:release-2.0'
942942
imagePullPolicy: Always
943943
livenessProbe:
944944
failureThreshold: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ operator:
33
upgradeCRD: true
44
image:
55
repository: ghcr.io/nvidia/k8s-nim-operator
6-
tag: main
6+
tag: release-2.0
77
pullSecrets: []
88
pullPolicy: Always
99
args:

0 commit comments

Comments
 (0)