Skip to content

Commit

Permalink
Update versions of Istio resources to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer committed Jun 14, 2024
1 parent 4b600ee commit 88ca618
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ To learn more about oauth2-proxy, [see the documentation](https://github.com/oau
3. Create a DestinationRule with a traffic policy for the external authorization provider:
```
cat <<EOF | kubectl apply -f -
apiVersion: networking.istio.io/v1beta1
apiVersion: networking.istio.io/v1
kind: DestinationRule
metadata:
name: external-authz-https
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: PeerAuthentication
metadata:
name: default
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/steps/destination_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func CreateDestinationRule(ctx context.Context, name, namespace, host string) (c

d := v1alpha3.DestinationRule{
TypeMeta: metav1.TypeMeta{
APIVersion: "networking.istio.io/v1beta1",
APIVersion: "networking.istio.io/v1",
Kind: "DestinationRule",
},
ObjectMeta: metav1.ObjectMeta{
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/load-testing/templates/kyma-gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1alpha3
apiVersion: networking.istio.io/v1
kind: Gateway
metadata:
name: kyma-gateway
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/load-testing/templates/vs-allow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1beta1
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/load-testing/templates/vs-grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1beta1
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/fixtures/authorizationPolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: placeholderName
Expand Down

0 comments on commit 88ca618

Please sign in to comment.