We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af1caf commit a7d1f95Copy full SHA for a7d1f95
pkg/images/images.go
@@ -6,6 +6,6 @@ package images
6
const (
7
// DefaultArgoCDImage is the default image to use for the ArgoCD deployment.
8
// You should also update the CRDs in the manifests/ directory to match this version.
9
- DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.13.2"
+ DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.0.5"
10
DefaultRedisImage = "docker.io/redis:7.4.2"
11
)
0 commit comments