Charts: Use a specific version of kubeconform Helm plugin

This commit is contained in:
Ryan Egesdahl 2023-09-01 19:33:38 +00:00 committed by DJ Mountney
parent d738d51245
commit 5523268603
No known key found for this signature in database

View file

@ -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