diff --git a/Dockerfile.gitlab-charts-build-base-helm-3.7 b/Dockerfile.gitlab-charts-build-base-helm-3.7 index bdc10d9..dc3fa12 100644 --- a/Dockerfile.gitlab-charts-build-base-helm-3.7 +++ b/Dockerfile.gitlab-charts-build-base-helm-3.7 @@ -29,8 +29,9 @@ RUN mkdir -p $HELM_HOME/plugins && \ helm plugin install https://github.com/instrumenta/helm-kubeval # Install kubeconform +ENV KUBECONFORM_HELM_VERSION=0.1.16 RUN mkdir -p $HELM_HOME/plugins && \ - helm plugin install https://github.com/jtyr/kubeconform-helm + helm plugin install https://github.com/jtyr/kubeconform-helm --version ${KUBECONFORM_HELM_VERSION} # Install aws cli RUN pip3 install awscli