Skip to content

Commit a90e986

Browse files
authored
Bump versions in the release branch for 3.0 (#664)
* Bump versions in the release branch for 3.0 Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com> * update version.mk Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com> --------- Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent e020f55 commit a90e986

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 6 additions & 6 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.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

config/samples/nemo/latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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: 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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MODULE := github.com/NVIDIA/$(MODULE_NAME)
2222

2323
REGISTRY ?= ghcr.io/nvidia
2424

25-
VERSION ?= v0.0.0-main
25+
VERSION ?= v3.0.0
2626

2727
GOLANG_VERSION ?= 1.24.2
2828

0 commit comments

Comments
 (0)