Skip to content

Commit

Permalink
Merge pull request #139 from projectsyn/renovate/quay.io-argoproj-arg…
Browse files Browse the repository at this point in the history
…ocd-2.x

Update quay.io/argoproj/argocd Docker tag to v2.9.2
  • Loading branch information
simu authored Nov 21, 2023
2 parents 2a5db7f + d6a1dbf commit 51e09f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/application-crd.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifests/appproject-crd.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 51e09f0

Please sign in to comment.