Skip to content

Commit

Permalink
chore: rebase on Argo CD Docker image v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-soubeyrand committed Jun 22, 2021
1 parent bbb7a63 commit a536946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN git clone --branch=20200403-1 --depth=1 https://github.com/camptocamp/helm-s
cd helm-sops && \
go build

FROM argoproj/argocd:v1.8.5
FROM argoproj/argocd:v2.0.3
USER root
COPY argocd-repo-server-wrapper /usr/local/bin/
COPY --from=builder /go/helm-sops/helm-sops /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: "v1.8.5_c2c.1"
tag: "v2.0.3_c2c.1"
```
#### Using Sops with a GPG key
Expand Down
2 changes: 1 addition & 1 deletion argocd-repo-server-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ then
gpg --import "${GPG_PRIVATE_KEY_FILE}"
fi

exec "$(dirname "$0")/_$(basename "$0")" "$@"
ARGOCD_BINARY_NAME="$(basename "$0")" exec "$(dirname "$0")/_$(basename "$0")" "$@"

0 comments on commit a536946

Please sign in to comment.