Merge branch '130-remove-kubeval-tool' into 'master'

Remove kubeval tool

Closes #130

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/732

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Mitchell Nielsen <mnielsen@gitlab.com>
Co-authored-by: Ryan Egesdahl <deriamis@gmail.com>
This commit is contained in:
Balasankar 'Balu' C 2023-11-29 06:34:13 +00:00
commit ef14d6da98

View file

@ -27,10 +27,6 @@ RUN wget -q -O - ${HELM_URL} | tar zxf - \
&& chmod +x /usr/bin/helm \
&& helm version --client
# Install kubeval
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 && \