File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN git clone --branch=20200403-1 --depth=1 https://github.com/camptocamp/helm-s
5
5
RUN wget -O /tmp/helmfile https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64 && chmod +x /tmp/helmfile
6
6
RUN wget -O /tmp/yq https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 && chmod +x /tmp/yq
7
7
8
- FROM argoproj/argocd:v2.3.4
8
+ FROM argoproj/argocd:v2.4.12
9
9
USER root
10
10
COPY argocd-repo-server-wrapper /usr/local/bin/
11
11
COPY argocd-helmfile /usr/local/bin/
@@ -17,7 +17,6 @@ RUN cd /usr/local/bin && \
17
17
mv argocd-repo-server-wrapper argocd-repo-server && \
18
18
chmod 755 argocd-repo-server && \
19
19
mv helm _helm && \
20
- mv helm2 _helm2 && \
21
- mv helm-sops helm && \
22
- ln helm helm2
20
+ mv helm-sops helm
21
+
23
22
USER 999
You can’t perform that action at this time.
0 commit comments