Skip to content

Commit

Permalink
Update CRDs to given ArgoCD version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jun 15, 2022
1 parent cf188b5 commit c24b80c
Show file tree
Hide file tree
Showing 3 changed files with 962 additions and 360 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import (
var Version = "unreleased"

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"
DefaultRedisImage = "docker.io/redis:6.2.4@sha256:f631ff6c898339306ffdb8369add5c12303ec3946610ef8d6f1d05f575942f0c"
)
Expand Down
Loading

0 comments on commit c24b80c

Please sign in to comment.