Skip to content

Commit 41561ba

Browse files
committed
chore: update agent version
1 parent 0a0e91e commit 41561ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.9.0
8+
version: v0.9.1
99
# This is the version number operator container being deployed.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1111
appVersion: v0.9.0

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ controllerManager:
8585
## 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.
8686
agent:
8787
repository: nvcr.io/nvidia/skyhook/agent
88-
tag: "v6.3.0"
88+
tag: "v6.3.1"
8989

9090
# resources: If this is defined it will override the default calculation for resources
9191
# from estimatedNodeCount and estimatedPackageCount. The below values are

0 commit comments

Comments
 (0)