Skip to content

Commit 81ef6be

Browse files
authored
chore: bump chart versions (#278)
1 parent d33f78c commit 81ef6be

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Install NodeWright quickly using Helm without downloading the repository:
7575
# The chart is distributed as an OCI artifact on GitHub Container Registry.
7676
# Helm 3.8+ supports OCI natively — no `helm repo add` needed.
7777
helm install nodewright oci://ghcr.io/nvidia/nodewright/charts/nodewright \
78-
--version v0.16.1 \
78+
--version v0.17.0 \
7979
--namespace skyhook \
8080
--create-namespace
8181
```

chart/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55

66
All notable changes to this project will be documented in this file.
77

8-
## [Unreleased]
8+
## [chart/v0.17.0] - 2026-06-12
99

1010
### Bug Fixes
1111

1212
- *(chart)* Agent container path pointing to skyhook not nodewright
1313

14+
### New Features
15+
16+
- *(changelog)* Tag-range generator, split CHANGELOG/RELEASE_NOTES, release-tag helper
17+
1418
### Other Tasks
1519

1620
- *(docs)* Update docs around release and location of helm chart

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ type: application
55
# This is the chart version. This version number must be incremented each time you make changes to the helm chart. OR
66
# it the agent version is updated, or operator version is updated.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: v0.16.1
8+
version: v0.17.0
99
# This is the version number operator container being deployed.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
appVersion: v0.16.1
11+
appVersion: v0.17.0
1212
# this is the minimum version of kubernetes that the operator supports/tested against.
1313
kubeVersion: ">=1.27.0-0"

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ controllerManager:
8484
pauseImage: registry.k8s.io/pause:3.10
8585
image:
8686
repository: ghcr.io/nvidia/nodewright/operator
87-
tag: "v0.16.1" ## if both tag and digest are omitted, defaults to the chart appVersion
88-
digest: "sha256:e406cf0f51766c873ef6e2c103e0dedd43680ef57d608104edfc6aa378698b3c" # manifest list digest (multi-arch) on ghcr.io/nvidia/nodewright/operator:v0.16.1
87+
tag: "v0.17.0" ## if both tag and digest are omitted, defaults to the chart appVersion
88+
digest: "sha256:1511449bf51f2844b6bb3a03bde3d5590caf2ca283e3e39c0745a8016af2132f" # manifest list digest (multi-arch) on ghcr.io/nvidia/nodewright/operator:v0.17.0
8989
## agentImage: is the image used for the agent container. This image is the default for this install, but can be overridden in the CR at package level.
9090
agent:
9191
repository: ghcr.io/nvidia/nodewright/agent

0 commit comments

Comments
 (0)