Skip to content

Commit

Permalink
Run code gen
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhesh Ghadi <[email protected]>
  • Loading branch information
svghadi committed Sep 4, 2023
1 parent 52672a9 commit 17d2783
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bundle/manifests/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ spec:
scope: Namespaced
versions:
- deprecated: true
deprecationWarning: ArgoCD v1alpha1 is deprecated, please use v1beta1 instead.
deprecationWarning: ArgoCD v1alpha1 version is deprecated and will be converted
to v1beta1 automatically. Moving forward, please use v1beta1 as the ArgoCD API
version.
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down
4 changes: 3 additions & 1 deletion config/crd/bases/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
scope: Namespaced
versions:
- deprecated: true
deprecationWarning: ArgoCD v1alpha1 is deprecated, please use v1beta1 instead.
deprecationWarning: ArgoCD v1alpha1 version is deprecated and will be converted
to v1beta1 automatically. Moving forward, please use v1beta1 as the ArgoCD API
version.
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ spec:
scope: Namespaced
versions:
- deprecated: true
deprecationWarning: ArgoCD v1alpha1 is deprecated, please use v1beta1 instead.
deprecationWarning: ArgoCD v1alpha1 version is deprecated and will be converted
to v1beta1 automatically. Moving forward, please use v1beta1 as the ArgoCD API
version.
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down

0 comments on commit 17d2783

Please sign in to comment.