Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: nim-operator-certified.v0.0.0-main
name: nim-operator-certified.v3.0.0
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
Expand Down Expand Up @@ -485,10 +485,10 @@ metadata:
k8sMinVersion: 1.26.0
categories: AI/Machine Learning
certified: 'true'
createdAt: 'Tue Apr 29 21:14:50 PDT 2025'
createdAt: 'Tue Sep 9 12:58:18 PDT 2025'
description: >-
An Operator for deployment and maintenance of NVIDIA NIMs and NeMo microservices in a Kubernetes environment
containerImage: 'ghcr.io/nvidia/k8s-nim-operator:main'
containerImage: 'ghcr.io/nvidia/k8s-nim-operator:release-3.0'
support: NVIDIA
capabilities: Basic Install
repository: github.com/NVIDIA/k8s-nim-operator
Expand Down Expand Up @@ -526,8 +526,8 @@ spec:
* NeMo Entity Store

maturity: stable
version: 0.0.0-main
replaces: 'nim-operator-certified.v2.0.1'
version: 3.0.0
replaces: 'nim-operator-certified.v2.0.2'
skips: []
minKubeVersion: 1.26.0
keywords: []
Expand Down Expand Up @@ -1401,7 +1401,7 @@ spec:
fieldPath: metadata.namespace
- name: ENABLE_WEBHOOKS
value: "true"
image: 'ghcr.io/nvidia/k8s-nim-operator:main'
image: 'ghcr.io/nvidia/k8s-nim-operator:release-3.0'
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion config/samples/nemo/latest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These CRs are designed to deploy NeMo microservices using the NIM Operator.

## Compatible NIM Operator Version

- **NIM Operator v2.0.2**
- **NIM Operator v3.0.0**

> Using these CRs with any other version may lead to validation or runtime errors.

Expand Down
4 changes: 2 additions & 2 deletions deployments/helm/k8s-nim-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.0-main
version: 3.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.0-main"
appVersion: "3.0.0"

icon: https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/k8s-nim-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ operator:
upgradeCRD: true
image:
repository: ghcr.io/nvidia/k8s-nim-operator
tag: main
tag: release-3.0
pullSecrets: []
pullPolicy: Always
args:
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MODULE := github.com/NVIDIA/$(MODULE_NAME)

REGISTRY ?= ghcr.io/nvidia

VERSION ?= v0.0.0-main
VERSION ?= v3.0.0

GOLANG_VERSION ?= 1.24.2

Expand Down
Loading