From 01b69e810eb32f1a813d36f54c51248e7bcb8bb0 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 12 Sep 2025 19:42:21 +0800 Subject: [PATCH] fix: downgrade kubernetes-helm due to regression in 3.18.x, related to schema validation --- home/base/tui/container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/base/tui/container.nix b/home/base/tui/container.nix index a382fb46..52c9ab30 100644 --- a/home/base/tui/container.nix +++ b/home/base/tui/container.nix @@ -1,6 +1,6 @@ { pkgs, - pkgs-unstable, + pkgs-stable, nur-ryan4yin, ... }: @@ -25,7 +25,7 @@ istioctl clusterctl # for kubernetes cluster-api kubevirt # virtctl - kubernetes-helm + pkgs-stable.kubernetes-helm fluxcd argocd