Skip to content

Commit a7d1f95

Browse files
Update quay.io/argoproj/argocd Docker tag to v3
1 parent 4af1caf commit a7d1f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/images/images.go

Lines changed: 1 addition & 1 deletion
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.13.2"
9+
DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.0.5"
1010
DefaultRedisImage = "docker.io/redis:7.4.2"
1111
)

0 commit comments

Comments
 (0)