File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
config/samples/nemo/latest
deployments/helm/k8s-nim-operator Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11apiVersion : operators.coreos.com/v1alpha1
22kind : ClusterServiceVersion
33metadata :
4- name : nim-operator-certified.v0 .0.0-main
4+ name : nim-operator-certified.v3 .0.0
55 namespace : placeholder
66 labels :
77 operatorframework.io/arch.amd64 : supported
@@ -485,10 +485,10 @@ metadata:
485485 k8sMinVersion : 1.26.0
486486 categories : AI/Machine Learning
487487 certified : ' true'
488- createdAt : ' Tue Apr 29 21:14:50 PDT 2025'
488+ createdAt : ' Tue Sep 9 12:58:18 PDT 2025'
489489 description : >-
490490 An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
491- containerImage : ' ghcr.io/nvidia/k8s-nim-operator:main '
491+ containerImage : ' ghcr.io/nvidia/k8s-nim-operator:release-3.0 '
492492 support : NVIDIA
493493 capabilities : Basic Install
494494 repository : github.com/NVIDIA/k8s-nim-operator
@@ -526,8 +526,8 @@ spec:
526526 * NeMo Entity Store
527527
528528 maturity : stable
529- version : 0 .0.0-main
530- replaces : ' nim-operator-certified.v2.0.1 '
529+ version : 3 .0.0
530+ replaces : ' nim-operator-certified.v2.0.2 '
531531 skips : []
532532 minKubeVersion : 1.26.0
533533 keywords : []
@@ -1401,7 +1401,7 @@ spec:
14011401 fieldPath : metadata.namespace
14021402 - name : ENABLE_WEBHOOKS
14031403 value : " true"
1404- image : ' ghcr.io/nvidia/k8s-nim-operator:main '
1404+ image : ' ghcr.io/nvidia/k8s-nim-operator:release-3.0 '
14051405 imagePullPolicy : Always
14061406 livenessProbe :
14071407 failureThreshold : 3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These CRs are designed to deploy NeMo microservices using the NIM Operator.
44
55## Compatible NIM Operator Version
66
7- - ** NIM Operator v2 .0.2 **
7+ - ** NIM Operator v3 .0.0 **
88
99> Using these CRs with any other version may lead to validation or runtime errors.
1010
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 0 .0.0-main
16+ version : 3 .0.0
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
2020# It is recommended to use it with quotes.
21- appVersion : " 0 .0.0-main "
21+ appVersion : " 3 .0.0"
2222
2323icon : https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
2424sources :
Original file line number Diff line number Diff 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-3.0
77 pullSecrets : []
88 pullPolicy : Always
99 args :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MODULE := github.com/NVIDIA/$(MODULE_NAME)
2222
2323REGISTRY ?= ghcr.io/nvidia
2424
25- VERSION ?= v0 .0.0-main
25+ VERSION ?= v3 .0.0
2626
2727GOLANG_VERSION ?= 1.24.2
2828
You can’t perform that action at this time.
0 commit comments