Skip to content

Commit

Permalink
refactor: remove v1beta1 & webhook
Browse files Browse the repository at this point in the history
Signed-off-by: KevFan <[email protected]>
  • Loading branch information
KevFan committed Oct 1, 2024
1 parent 117ae8b commit 0251fc8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion install/crd/patches/webhook_in_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ spec:
name: authorino-webhooks
path: /convert
conversionReviewVersions:
- v1beta1
- v1beta2
- v1beta3
2 changes: 1 addition & 1 deletion tests/v1beta2/authconfig-invalid.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: authorino.kuadrant.io/v1beta3
apiVersion: authorino.kuadrant.io/v1beta2
kind: AuthConfig
metadata:
name: e2e-test-invalid
Expand Down
2 changes: 1 addition & 1 deletion tests/v1beta2/authconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: authorino.kuadrant.io/v1beta3
apiVersion: authorino.kuadrant.io/v1beta2
kind: AuthConfig
metadata:
name: e2e-test
Expand Down
2 changes: 1 addition & 1 deletion tests/v1beta3/authconfig-invalid.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: authorino.kuadrant.io/v1beta2
apiVersion: authorino.kuadrant.io/v1beta3
kind: AuthConfig
metadata:
name: e2e-test-invalid
Expand Down
2 changes: 1 addition & 1 deletion tests/v1beta3/authconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: authorino.kuadrant.io/v1beta2
apiVersion: authorino.kuadrant.io/v1beta3
kind: AuthConfig
metadata:
name: e2e-test
Expand Down

0 comments on commit 0251fc8

Please sign in to comment.