chore: lock helm to 4.0.5-1
Build / build (pull_request) Successful in 41s

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
This commit is contained in:
2026-03-19 00:49:52 +11:00
parent af824cdf22
commit f67fc5b849
2 changed files with 2 additions and 2 deletions
@@ -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",
+1 -1
View File
@@ -1 +1 @@
20260308
20260319