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
@@ -80,12 +80,12 @@ controllerManager:
80
80
## puaseImage: is the image used for the pause container in the operator controller.
81
81
pauseImage: registry.k8s.io/pause:3.10
82
82
image:
83
-
repository: ghcr.io/nvidia/skyhook/operator
83
+
repository: nvcr.io/nvidia/skyhook/operator
84
84
tag: ""## if omitted, default to the chart appVersion
85
85
## 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.
86
86
agent:
87
-
repository: ghcr.io/nvidia/skyhook/agent
88
-
tag: "v6.1.4"
87
+
repository: nvcr.io/nvidia/skyhook/agent
88
+
tag: "v6.3.0"
89
89
90
90
# resources: If this is defined it will override the default calculation for resources
91
91
# from estimatedNodeCount and estimatedPackageCount. The below values are
0 commit comments