Skip to content

Commit

Permalink
Merge pull request #6 from debMan/master
Browse files Browse the repository at this point in the history
Upgrade to argocd v2.9.5
  • Loading branch information
therealak12 authored Feb 7, 2024
2 parents 940384f + d0fbadc commit 59f2957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN git clone --branch=20230623-1 --depth=1 https://github.com/camptocamp/helm-s
RUN wget -O /tmp/helmfile https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64 && chmod +x /tmp/helmfile
RUN wget -O /tmp/yq https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 && chmod +x /tmp/yq

FROM quay.io/argoproj/argocd:v2.9.3
FROM quay.io/argoproj/argocd:v2.9.5
USER root
COPY argocd-repo-server-wrapper /usr/local/bin/
COPY argocd-helmfile /usr/local/bin/
Expand Down

0 comments on commit 59f2957

Please sign in to comment.