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:
@@ -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 @@
|
||||
20260308
|
||||
20260319
|
||||
|
||||
Reference in New Issue
Block a user