Skip to content

Commit

Permalink
feat: add helm-git helm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ committed Aug 12, 2024
1 parent 5ae422b commit b303f78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ARG SOPS_VERSION="3.9.0"
ARG VALS_VERSION="0.37.3"
# renovate: datasource=github-releases depName=jkroepke/helm-secrets
ARG HELM_SECRETS_VERSION="4.6.1"
# renovate: datasource=github-releases depName=aslafy-z/helm-git
ARG HELM_GIT_VERSION="1.3.0"
# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION="1.30.3"

Expand Down Expand Up @@ -46,4 +48,7 @@ USER $ARGOCD_USER_ID
# helm-secrets installation
RUN helm plugin install --version ${HELM_SECRETS_VERSION} https://github.com/jkroepke/helm-secrets

# helm-git installation
RUN helm plugin install --version ${HELM_GIT_VERSION} https://github.com/aslafy-z/helm-git

COPY helm-vault-k8s-auth-wrapper.sh /usr/local/bin/

0 comments on commit b303f78

Please sign in to comment.