Skip to content

Commit 491d4ed

Browse files
authored
fix(chart): set back to v6.1.4 agent due to bug in v6.2.0 (#70)
1 parent f91735c commit 491d4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 2 additions & 2 deletions
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: ghcr.io/nvidia/skyhook/agent
88-
tag: "v6.2.0"
88+
tag: "v6.1.4"
8989

9090
# resources: If this is defined it will override the default calculation for resources
9191
# from estimatedNodeCount and estimatedPackageCount. The below values are
@@ -171,4 +171,4 @@ limitRange:
171171
memory: "512Mi"
172172
defaultRequest:
173173
cpu: "250m"
174-
memory: "256Mi"
174+
memory: "256Mi"

0 commit comments

Comments
 (0)