Skip to content

Commit

Permalink
Bump versions in helm and OLM for the release branch (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Sep 27, 2024
1 parent 14c8f33 commit 43d68a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ metadata:
createdAt: 'Fri Sep 27 08:33:17 PDT 2024'
description: >-
An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
containerImage: 'ghcr.io/nvidia/k8s-nim-operator:main'
containerImage: 'nvcr.io/nvidia/cloud-native/k8s-nim-operator:v0.1.0'
support: NVIDIA
capabilities: Basic Install
repository: github.com/NVIDIA/k8s-nim-operator
Expand Down Expand Up @@ -660,7 +660,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: 'ghcr.io/nvidia/k8s-nim-operator:main'
image: 'nvcr.io/nvidia/cloud-native/k8s-nim-operator:v0.1.0'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
4 changes: 2 additions & 2 deletions deployments/helm/k8s-nim-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
operator:
replicas: 1
image:
repository: ghcr.io/nvidia/k8s-nim-operator
tag: main
repository: nvcr.io/nvidia/cloud-native/k8s-nim-operator
tag: v0.1.0
pullSecrets: []
pullPolicy: Always
args:
Expand Down

0 comments on commit 43d68a2

Please sign in to comment.