Skip to content

Commit

Permalink
Update quay.io/argoproj/argocd Docker tag to v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 51e09f0 commit 79c1306
Showing 1 changed file with 1 addition and 1 deletion.
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.2"
DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.4"
DefaultRedisImage = "docker.io/redis:7.2.3"
)

0 comments on commit 79c1306

Please sign in to comment.