Skip to content

Commit

Permalink
chore: update argocd base image to v2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed Jun 28, 2024
1 parent 96afc31 commit c60f121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10.7
FROM quay.io/argoproj/argocd:v2.11.3
USER root
COPY argocd-repo-server-wrapper /usr/local/bin/
COPY argocd-helmfile /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use this custom image when deploying Argo CD using the [Helm chart](https://g
global:
image:
repository: "camptocamp/argocd"
tag: "v2.10.7_c2c.1"
tag: "v2.11.3_c2c.1"
```
#### Using Sops with a GPG key
Expand Down

0 comments on commit c60f121

Please sign in to comment.