diff --git a/pkg/images/images.go b/pkg/images/images.go index b412b2b..1b3bf1c 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.3.4" + DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.4.3" DefaultRedisImage = "docker.io/redis:6.2.4" )