From 843e6ed65ef0fa68fb11e67f94f0e4a0c118831e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:20:52 +0000 Subject: [PATCH 1/2] Update quay.io/argoproj/argocd Docker tag to v2.9.2 --- pkg/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/images/images.go b/pkg/images/images.go index ae024e3..3d92464 100644 --- a/pkg/images/images.go +++ b/pkg/images/images.go @@ -6,6 +6,6 @@ package images const ( // DefaultArgoCDImage is the default image to use for the ArgoCD deployment. // You should also update the CRDs in the manifests/ directory to match this version. - DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.1" + DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.2" DefaultRedisImage = "docker.io/redis:7.2.3" ) From d6a1dbff50f855a3450d80577c5d6fe1115904f7 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Tue, 21 Nov 2023 10:12:27 +0100 Subject: [PATCH 2/2] Update embedded ArgoCD CRDs --- manifests/application-crd.yaml | 2 +- manifests/appproject-crd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/application-crd.yaml b/manifests/application-crd.yaml index 02767ff..b1817b1 100644 --- a/manifests/application-crd.yaml +++ b/manifests/application-crd.yaml @@ -1,6 +1,6 @@ # This file is overridden with `go generate`. DO NOT EDIT. # Download using go generate ./... -# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/application-crd.yaml +# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/application-crd.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/manifests/appproject-crd.yaml b/manifests/appproject-crd.yaml index b4af5ca..bbfed2e 100644 --- a/manifests/appproject-crd.yaml +++ b/manifests/appproject-crd.yaml @@ -1,6 +1,6 @@ # This file is overridden with `go generate`. DO NOT EDIT. # Download using go generate ./... -# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/appproject-crd.yaml +# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/appproject-crd.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: