Skip to content

Commit ca5b36d

Browse files
committed
Keep the version as 0.0.0-main in the main branch
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent cb182d6 commit ca5b36d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 2.0.1
16+
version: 0.0.0-main
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: "2.0.1"
21+
appVersion: "0.0.0-main"
2222

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

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 ?= v2.0.1
25+
VERSION ?= v0.0.0-main
2626

2727
GOLANG_VERSION ?= 1.24.2
2828

0 commit comments

Comments
 (0)