Skip to content

Commit ccbcef9

Browse files
committed
Removes Istio from Target
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
1 parent 73fdef5 commit ccbcef9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/verify-manifests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ set -o pipefail
2121
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")/..
2222
GATEWAY_API_VERSION="${GATEWAY_API_VERSION:-v1.3.0}"
2323
GKE_GATEWAY_API_VERSION="${GKE_GATEWAY_API_VERSION:-v1.4.0}"
24-
ISTIO_VERSION="${ISTIO_VERSION:-1.26.2}"
2524
TEMP_DIR=$(mktemp -d)
2625

2726
cleanup() {
@@ -42,7 +41,6 @@ main() {
4241
fetch_crds "https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/refs/tags/${GATEWAY_API_VERSION}/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml"
4342
fetch_crds "https://raw.githubusercontent.com/GoogleCloudPlatform/gke-gateway-api/refs/tags/${GKE_GATEWAY_API_VERSION}/config/crd/networking.gke.io_gcpbackendpolicies.yaml"
4443
fetch_crds "https://raw.githubusercontent.com/GoogleCloudPlatform/gke-gateway-api/refs/tags/${GKE_GATEWAY_API_VERSION}/config/crd/networking.gke.io_healthcheckpolicies.yaml"
45-
fetch_crds "https://raw.githubusercontent.com/istio/istio/refs/tags/${ISTIO_VERSION}/manifests/charts/base/files/crd-all.gen.yaml"
4644

4745
make kubectl-validate
4846

0 commit comments

Comments
 (0)