From c60f12153af0f812abada6384557191c336612c7 Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand Date: Fri, 28 Jun 2024 15:40:07 +0200 Subject: [PATCH] chore: update argocd base image to v2.11.3 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8472912..23a17cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --branch=20230623-1 --depth=1 https://github.com/camptocamp/helm-s 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.10.7 +FROM quay.io/argoproj/argocd:v2.11.3 USER root COPY argocd-repo-server-wrapper /usr/local/bin/ COPY argocd-helmfile /usr/local/bin/ diff --git a/README.md b/README.md index ea4b05f..12e4446 100644 --- a/README.md +++ b/README.md @@ -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.10.7_c2c.1" + tag: "v2.11.3_c2c.1" ``` #### Using Sops with a GPG key