File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
deployments/helm/k8s-nim-operator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2323icon : https://assets.nvidiagrid.net/ngc/logos/NIMOperator.png
2424sources :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MODULE := github.com/NVIDIA/$(MODULE_NAME)
2222
2323REGISTRY ?= nvcr.io/nvidia
2424
25- VERSION ?= v1.0.0
25+ VERSION ?= v1.0.1
2626
2727GOLANG_VERSION ?= 1.22.2
2828
You can’t perform that action at this time.
0 commit comments