Files
packer-images/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl
T
unkinben f67fc5b849
Build / build (pull_request) Successful in 41s
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
2026-03-19 00:49:52 +11:00

12 lines
214 B
HCL

# almalinux/9.7/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"kubeconform",
"kustomize",
"helm-4.0.5-1"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]