File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
deployments/helm/k8s-nim-operator Expand file tree Collapse file tree 3 files changed +8
-8
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.1 .0
4+ name : nim-operator-certified.v2.0 .0
55 namespace : placeholder
66 labels :
77 operatorframework.io/arch.amd64 : supported
@@ -176,9 +176,9 @@ spec:
176176 * Install NVIDIA GPU Operator
177177 * Install CSI Driver or Local Path Provision
178178 * Create necessary ImagePullSecret and NGC Auth Secrets
179- maturity : alpha
180- version : 0.1 .0
181- replaces : ' '
179+ maturity : stable
180+ version : 2.0 .0
181+ replaces : ' nim-operator-certified.v1.0.1 '
182182 skips : []
183183 minKubeVersion : 1.26.0
184184 keywords : []
Original file line number Diff line number Diff line change 11annotations :
2- operators.operatorframework.io.bundle.channels.v1 : alpha
3- operators.operatorframework.io.bundle.channel.default.v1 : alpha
2+ operators.operatorframework.io.bundle.channels.v1 : stable
3+ operators.operatorframework.io.bundle.channel.default.v1 : stable
44 operators.operatorframework.io.bundle.manifests.v1 : manifests/
55 operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
66 operators.operatorframework.io.bundle.metadata.v1 : metadata/
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 : 1 .0.0
16+ version : 2 .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 : " 1 .0.0"
21+ appVersion : " 2 .0.0"
2222
2323icon : https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
2424sources :
You can’t perform that action at this time.
0 commit comments