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: 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" )