Skip to content

Commit 51e09f0

Browse files
authored
Merge pull request #139 from projectsyn/renovate/quay.io-argoproj-argocd-2.x
Update quay.io/argoproj/argocd Docker tag to v2.9.2
2 parents 2a5db7f + d6a1dbf commit 51e09f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifests/application-crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is overridden with `go generate`. DO NOT EDIT.
22
# Download using go generate ./...
3-
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/application-crd.yaml
3+
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/application-crd.yaml
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:

manifests/appproject-crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is overridden with `go generate`. DO NOT EDIT.
22
# Download using go generate ./...
3-
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/appproject-crd.yaml
3+
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/appproject-crd.yaml
44
apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:

pkg/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ package images
66
const (
77
// DefaultArgoCDImage is the default image to use for the ArgoCD deployment.
88
// You should also update the CRDs in the manifests/ directory to match this version.
9-
DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.1"
9+
DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.2"
1010
DefaultRedisImage = "docker.io/redis:7.2.3"
1111
)

0 commit comments

Comments
 (0)