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
Copy file name to clipboardExpand all lines: chart/values.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,12 @@ controllerManager:
61
61
## puaseImage: is the image used for the pause container in the operator controller.
62
62
pauseImage: registry.k8s.io/pause:3.10
63
63
image:
64
-
repository: ghcr.io/nvidia/skyhook/operator
64
+
repository: nvcr.io/nvidia/skyhook/operator
65
65
tag: ""## if omitted, default to the chart appVersion
66
66
## 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.
67
67
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"
70
70
71
71
# resources: If this is defined it will override the default calculation for resources
72
72
# from estimatedNodeCount and estimatedPackageCount. The below values are
0 commit comments