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 69631ea commit 19b06fdCopy full SHA for 19b06fd
1 file changed
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:v3.1.9"
+ DefaultArgoCDImage = "quay.io/argoproj/argocd:v3.3.6"
10
DefaultRedisImage = "docker.io/redis:8.2.2"
11
)
0 commit comments