Skip to content

Commit a536946

Browse files
chore: rebase on Argo CD Docker image v2.0.3
Fixes camptocamp#8 Closes camptocamp#9
1 parent bbb7a63 commit a536946

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN git clone --branch=20200403-1 --depth=1 https://github.com/camptocamp/helm-s
33
cd helm-sops && \
44
go build
55

6-
FROM argoproj/argocd:v1.8.5
6+
FROM argoproj/argocd:v2.0.3
77
USER root
88
COPY argocd-repo-server-wrapper /usr/local/bin/
99
COPY --from=builder /go/helm-sops/helm-sops /usr/local/bin/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use this custom image when deploying Argo CD using the [Helm chart](https://g
2727
global:
2828
image:
2929
repository: "camptocamp/argocd"
30-
tag: "v1.8.5_c2c.1"
30+
tag: "v2.0.3_c2c.1"
3131
```
3232
3333
#### Using Sops with a GPG key

argocd-repo-server-wrapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ then
77
gpg --import "${GPG_PRIVATE_KEY_FILE}"
88
fi
99

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

0 commit comments

Comments
 (0)