diff --git a/pkg/images/images.go b/pkg/images/images.go index 73e1e71..358eeb7 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:v3.3.11" + DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.4.4" DefaultRedisImage = "docker.io/library/redis:8.6.4" )