From cff53cc3ca53c1ed5c85e7fb4184b064f5ab606a Mon Sep 17 00:00:00 2001 From: ayuskauskas Date: Mon, 14 Jul 2025 02:37:09 -0700 Subject: [PATCH] fix(chart): set back to v6.1.4 agent due to bug in v6.2.0 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 4adb279b..c6249450 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -85,7 +85,7 @@ controllerManager: ## 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. agent: repository: ghcr.io/nvidia/skyhook/agent - tag: "v6.2.0" + tag: "v6.1.4" # resources: If this is defined it will override the default calculation for resources # from estimatedNodeCount and estimatedPackageCount. The below values are @@ -171,4 +171,4 @@ limitRange: memory: "512Mi" defaultRequest: cpu: "250m" - memory: "256Mi" \ No newline at end of file + memory: "256Mi"