Skip to content

Commit

Permalink
Add helm diff
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Nov 7, 2023
1 parent 61d2c72 commit f6d647d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ARG TERRAGRUNT=v0.51.8
ARG PSQL_VERSION=15.4-r0
ARG MYSQL_VERSION=10.11.5-r0
ARG ROVER_VERSION=0.3.3
ARG HELM_DIFF_VERSION=v3.8.1

# Base dependencies
RUN apk update && \
Expand Down Expand Up @@ -73,5 +74,8 @@ RUN chmod +x /usr/local/bin/terragrunt
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl /bin/kubectl
RUN chmod u+x /bin/kubectl

#Helm Diff
RUN helm plugin install https://github.com/databus23/helm-diff --version "${HELM_DIFF_VERSION}"

ENTRYPOINT [ "/bin/bash", "-c" ]
CMD [ "bash" ]

0 comments on commit f6d647d

Please sign in to comment.