Remove kubeval tool

This commit is contained in:
Ryan Egesdahl 2023-09-20 16:38:58 -07:00 committed by Ryan Egesdahl
parent 6a43e82acc
commit ddf6169012

View file

@ -27,10 +27,6 @@ RUN wget -q -O - ${HELM_URL} | tar zxf - \
&& chmod +x /usr/bin/helm \ && chmod +x /usr/bin/helm \
&& helm version --client && helm version --client
# Install kubeval
RUN mkdir -p $HELM_HOME/plugins && \
helm plugin install https://github.com/instrumenta/helm-kubeval
# Install kubeconform # Install kubeconform
ENV KUBECONFORM_HELM_VERSION=0.1.16 ENV KUBECONFORM_HELM_VERSION=0.1.16
RUN mkdir -p $HELM_HOME/plugins && \ RUN mkdir -p $HELM_HOME/plugins && \