Skip to content

Commit

Permalink
Merge pull request #5 from FarnazBGH/update-v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Jan 19, 2024
2 parents 624cb7c + 7cd89e6 commit 940384f
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.8.3
FROM quay.io/argoproj/argocd:v2.9.3
USER root
COPY argocd-repo-server-wrapper /usr/local/bin/
COPY argocd-helmfile /usr/local/bin/
Expand Down

0 comments on commit 940384f

Please sign in to comment.