Skip to content

Commit

Permalink
Update embedded ArgoCD CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Nov 21, 2023
1 parent 843e6ed commit d6a1dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/application-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is overridden with `go generate`. DO NOT EDIT.
# Download using go generate ./...
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/application-crd.yaml
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/application-crd.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 1 addition & 1 deletion manifests/appproject-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is overridden with `go generate`. DO NOT EDIT.
# Download using go generate ./...
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/crds/appproject-crd.yaml
# url: https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.2/manifests/crds/appproject-crd.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down

0 comments on commit d6a1dbf

Please sign in to comment.