File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ RUN git clone --branch=20200403-1 --depth=1 https://github.com/camptocamp/helm-s
3
3
cd helm-sops && \
4
4
go build
5
5
6
- FROM argoproj/argocd:v1.8.5
6
+ FROM argoproj/argocd:v2.0.3
7
7
USER root
8
8
COPY argocd-repo-server-wrapper /usr/local/bin/
9
9
COPY --from=builder /go/helm-sops/helm-sops /usr/local/bin/
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ To use this custom image when deploying Argo CD using the [Helm chart](https://g
27
27
global :
28
28
image :
29
29
repository : " camptocamp/argocd"
30
- tag : " v1.8.5_c2c .1"
30
+ tag : " v2.0.3_c2c .1"
31
31
` ` `
32
32
33
33
#### Using Sops with a GPG key
Original file line number Diff line number Diff line change 7
7
gpg --import " ${GPG_PRIVATE_KEY_FILE} "
8
8
fi
9
9
10
- exec " $( dirname " $0 " ) /_$( basename " $0 " ) " " $@ "
10
+ ARGOCD_BINARY_NAME= " $( basename " $0 " ) " exec " $( dirname " $0 " ) /_$( basename " $0 " ) " " $@ "
You can’t perform that action at this time.
0 commit comments