You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(chart): bump to v0.16.0 with pinned operator and agent digests
Updates chart/values.yaml to pin the multi-arch manifest digests for the
newly released operator (v0.16.0) and agent (v6.4.2) images, bumps
chart/Chart.yaml version and appVersion to v0.16.0 to match, and
regenerates chart/CHANGELOG.md via `make changelog COMPONENT=chart`. The
new chart/v0.16.0 section calls out the bundled component versions and
links to their GitHub releases.
Signed-off-by: Alex Yuskauskas <ayuskauskas@nvidia.com>
Copy file name to clipboardExpand all lines: chart/values.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,13 @@ controllerManager:
84
84
pauseImage: registry.k8s.io/pause:3.10
85
85
image:
86
86
repository: ghcr.io/nvidia/nodewright/operator
87
-
tag: "v0.16.0-rc1"## if both tag and digest are omitted, defaults to the chart appVersion
88
-
digest: "sha256:dfd610cda0880e091c8445bf115c8e8f947784ad81ac58ded52aa01dd54dff10"# manifest list digest (multi-arch) on ghcr.io/nvidia/nodewright/operator:v0.16.0-rc1
87
+
tag: "v0.16.0"## if both tag and digest are omitted, defaults to the chart appVersion
88
+
digest: "sha256:3dfeda5d8fbfe7b6778bb92ad4437caa2e73c1670d54ae29e55ca7d0d5ef5408"# manifest list digest (multi-arch) on ghcr.io/nvidia/nodewright/operator:v0.16.0
89
89
## 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.
90
90
agent:
91
91
repository: ghcr.io/nvidia/skyhook/agent
92
-
tag: "v6.4.1"
93
-
digest: "sha256:8ee4d28d19ffa26f2ff87f5b5990653f728630dede0398e4292b3d265c9faa8a"# manifest list digest (multi-arch) on ghcr.io/nvidia/skyhook/agent:v6.4.1
92
+
tag: "v6.4.2"
93
+
digest: "sha256:7cd80f5ef351266dc08c3979e802f9dc936a1ed9fd02e199233e7968a3a0de3e"# manifest list digest (multi-arch) on ghcr.io/nvidia/skyhook/agent:v6.4.2
94
94
95
95
# resources: If this is defined it will override the default calculation for resources
96
96
# from estimatedNodeCount and estimatedPackageCount. The below values are
0 commit comments