chore: lock helm to 4.0.5-1 (#43)
Deploy / build (push) Successful in 50s

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

Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
2026-03-19 00:53:04 +11:00
parent af824cdf22
commit 14682ceb9f
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