Skip to content

Commit a714915

Browse files
committed
Bump Helm and OLM versions to v2.0.0
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent 0f538c6 commit a714915

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
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: []

bundle/metadata/annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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
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/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
icon: https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
2424
sources:

0 commit comments

Comments
 (0)