Files
packer-images/images/almalinux/9.7/kubetest/variables.auto.pkrvars.hcl
T
unkinben 14682ceb9f
Deploy / build (push) Successful in 50s
chore: lock helm to 4.0.5-1 (#43)
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
2026-03-19 00:53:04 +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"
]