Skip to content

Commit 62dd0e0

Browse files
committed
chore(chart): update chart to use agent v6.3.0 and chart v0.8.1
1 parent bab675d commit 62dd0e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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: v0.8.0
16+
version: v0.8.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.

chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ controllerManager:
6161
## puaseImage: is the image used for the pause container in the operator controller.
6262
pauseImage: registry.k8s.io/pause:3.10
6363
image:
64-
repository: ghcr.io/nvidia/skyhook/operator
64+
repository: nvcr.io/nvidia/skyhook/operator
6565
tag: "" ## if omitted, default to the chart appVersion
6666
## 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.
6767
agent:
68-
repository: ghcr.io/nvidia/skyhook/agent
69-
tag: "v6.2.0"
68+
repository: nvcr.io/nvidia/skyhook/agent
69+
tag: "v6.3.0"
7070

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

0 commit comments

Comments
 (0)