Skip to content

Commit d6316a3

Browse files
committed
Bump versions to v1.0.1
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent a806e44 commit d6316a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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: 1.0.1
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: "1.0.1"
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: nvcr.io/nvidia/cloud-native/k8s-nim-operator
6-
tag: v1.0.0
6+
tag: v1.0.1
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 ?= nvcr.io/nvidia
2424

25-
VERSION ?= v1.0.0
25+
VERSION ?= v1.0.1
2626

2727
GOLANG_VERSION ?= 1.22.2
2828

0 commit comments

Comments
 (0)