Skip to content

Commit

Permalink
Merge branch 'camptocamp:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor authored May 25, 2023
2 parents c9b5f64 + f27642a commit 2650958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM docker.io/golang:1.19 as builder
RUN git clone --branch=20200403-1 --depth=1 https://github.com/camptocamp/helm-sops && \
FROM docker.io/golang:1.20 as builder
RUN git clone --branch=20230517-1 --depth=1 https://github.com/camptocamp/helm-sops && \
cd helm-sops && \
go build
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.6.1
FROM quay.io/argoproj/argocd:v2.6.7
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.6.1_c2c.1"
tag: "v2.6.7_c2c.1"
```
#### Using Sops with a GPG key
Expand Down

0 comments on commit 2650958

Please sign in to comment.