Add dynamic Helm 3.10 CI image for GitLab chart

This commit is contained in:
Clemens Beck 2024-05-07 10:48:03 +00:00 committed by Balasankar 'Balu' C
parent 0420021dad
commit b70bdd0493
10 changed files with 118 additions and 45 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
set -xeou pipefail
KUBECONFORM_HELM_VERSION=${1}
helm plugin install https://github.com/jtyr/kubeconform-helm --version ${KUBECONFORM_HELM_VERSION}