From 47770daa3b03a461dd9461af3438e3794fab3264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sun, 5 Apr 2026 15:16:49 +0200 Subject: [PATCH] helm: Align values.yaml with try-kata-nvidia-gpu.values.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've switched to nydus there, but never did for the values.yaml. Signed-off-by: Fabiano FidĂȘncio --- .../kata-deploy/helm-chart/kata-deploy/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml b/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml index ce1c792f0f..e13eb633f2 100644 --- a/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml +++ b/tools/packaging/kata-deploy/helm-chart/kata-deploy/values.yaml @@ -41,7 +41,7 @@ updateStrategy: debug: false snapshotter: - setup: [] # ["nydus", "erofs"] or [] + setup: ["nydus"] # ["nydus", "erofs"] or [] # Shim configuration # By default (disableAll: false), all shims with enabled: ~ (null) are enabled. @@ -153,8 +153,8 @@ shims: - amd64 allowedHypervisorAnnotations: [] containerd: - snapshotter: "" - forceGuestPull: true + snapshotter: "nydus" + forceGuestPull: false crio: guestPull: true agent: @@ -176,8 +176,8 @@ shims: - amd64 allowedHypervisorAnnotations: [] containerd: - snapshotter: "" - forceGuestPull: true + snapshotter: "nydus" + forceGuestPull: false crio: guestPull: true agent: