mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'use-specific-plugin-version' into 'master'
Charts: Use a specific version of kubeconform Helm plugin See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/721 Merged-by: DJ Mountney <dj@gitlab.com> Approved-by: Mitchell Nielsen <mnielsen@gitlab.com> Approved-by: DJ Mountney <dj@gitlab.com> Approved-by: Jason Plum <jplum@gitlab.com> Co-authored-by: Ryan Egesdahl <deriamis@gmail.com>
This commit is contained in:
commit
58a3431255
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue