From f67fc5b849926040d479d383b8ff476dd5870931 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Mar 2026 00:49:52 +1100 Subject: [PATCH] chore: lock helm to 4.0.5-1 rancher's helm chart requires helm with client version <1.35, helm 4.1.1 (default) supports 1.35. helm 4.0.5 supports 1.34 and below. hard-code kubetest to use helm 4.0.5 --- images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl | 2 +- images/almalinux/9.7/kubetest/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl b/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl index ce6cf23..a627a79 100644 --- a/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl +++ b/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl @@ -3,7 +3,7 @@ docker_source = "git.unkin.net/unkin/almalinux9-base:latest" packages = [ "kubeconform", "kustomize", - "helm" + "helm-4.0.5-1" ] scripts_final = [ "dnf clean all", diff --git a/images/almalinux/9.7/kubetest/version b/images/almalinux/9.7/kubetest/version index be1b8db..e7774d3 100644 --- a/images/almalinux/9.7/kubetest/version +++ b/images/almalinux/9.7/kubetest/version @@ -1 +1 @@ -20260308 +20260319 -- 2.47.3