File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This file is overridden with `go generate`. DO NOT EDIT.
2
2
# Download using go generate ./...
3
- # url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1 /manifests/crds/application-crd.yaml
3
+ # url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2 /manifests/crds/application-crd.yaml
4
4
apiVersion : apiextensions.k8s.io/v1
5
5
kind : CustomResourceDefinition
6
6
metadata :
Original file line number Diff line number Diff line change 1
1
# This file is overridden with `go generate`. DO NOT EDIT.
2
2
# Download using go generate ./...
3
- # url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1 /manifests/crds/appproject-crd.yaml
3
+ # url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2 /manifests/crds/appproject-crd.yaml
4
4
apiVersion : apiextensions.k8s.io/v1
5
5
kind : CustomResourceDefinition
6
6
metadata :
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ package images
6
6
const (
7
7
// DefaultArgoCDImage is the default image to use for the ArgoCD deployment.
8
8
// You should also update the CRDs in the manifests/ directory to match this version.
9
- DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.1 "
9
+ DefaultArgoCDImage = "quay.io/argoproj/argocd:v2.9.2 "
10
10
DefaultRedisImage = "docker.io/redis:7.2.3"
11
11
)
You can’t perform that action at this time.
0 commit comments