14682ceb9f
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
12 lines
214 B
HCL
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"
|
|
]
|