Skip to content

Commit

Permalink
Bump versions to v1.0.1 (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Nov 27, 2024
1 parent a806e44 commit 05763b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: 1.0.0
version: 1.0.1
# 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: "1.0.0"
appVersion: "1.0.1"

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

VERSION ?= v1.0.0
VERSION ?= v1.0.1

GOLANG_VERSION ?= 1.22.2

Expand Down

0 comments on commit 05763b6

Please sign in to comment.