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 1
1
apiVersion : operators.coreos.com/v1alpha1
2
2
kind : ClusterServiceVersion
3
3
metadata :
4
- name : nim-operator-certified.v0.1 .0
4
+ name : nim-operator-certified.v2.0 .0
5
5
namespace : placeholder
6
6
labels :
7
7
operatorframework.io/arch.amd64 : supported
@@ -176,9 +176,9 @@ spec:
176
176
* Install NVIDIA GPU Operator
177
177
* Install CSI Driver or Local Path Provision
178
178
* 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 '
182
182
skips : []
183
183
minKubeVersion : 1.26.0
184
184
keywords : []
Original file line number Diff line number Diff line change 1
1
annotations :
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
4
4
operators.operatorframework.io.bundle.manifests.v1 : manifests/
5
5
operators.operatorframework.io.bundle.mediatype.v1 : registry+v1
6
6
operators.operatorframework.io.bundle.metadata.v1 : metadata/
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 1 .0.0
16
+ version : 2 .0.0
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " 1 .0.0"
21
+ appVersion : " 2 .0.0"
22
22
23
23
icon : https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
24
24
sources :
You can’t perform that action at this time.
0 commit comments