Skip to content

Commit

Permalink
Merge pull request #33 from cedi-dev/renovate/quay.io-argoproj-argocd…
Browse files Browse the repository at this point in the history
…-2.x

Update quay.io/argoproj/argocd Docker tag to v2.12.3
  • Loading branch information
cedi authored Sep 22, 2024
2 parents ba17c89 + 39c2d82 commit 3c4c5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/argoproj/argocd:v2.11.7
FROM quay.io/argoproj/argocd:v2.12.3

ARG SOPS_VERSION="v3.7.3"
ARG HELM_SECRETS_VERSION="4.6.1"
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN cd /usr/local/bin && \
RUN chown -R argocd ${HOME}

# helm secrets plugin should be installed as user argocd or it won't be found
USER 1000
USER $ARGOCD_USER_ID

# Install helm plugin
RUN /usr/local/bin/helm.bin plugin install https://github.com/jkroepke/helm-secrets --version ${HELM_SECRETS_VERSION}

0 comments on commit 3c4c5e1

Please sign in to comment.