Skip to content

Commit

Permalink
chore: update Gateway API refs to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Jun 8, 2023
1 parent caf5059 commit 31401ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ After these goals are achieved, further goals may be decided.
Deploy [Gateway API][gwapi] [CRDs][crds]:

```console
kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.1 | kubectl apply -f -
kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.7.1 | kubectl apply -f -
```

Deploy:
Expand Down
4 changes: 2 additions & 2 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const (
)

const (
gatewayAPICRDKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.1"
conformanceTestsBaseManifests = "https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.5.1/conformance/base/manifests.yaml"
gatewayAPICRDKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.7.1"
conformanceTestsBaseManifests = "https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v0.7.1/conformance/base/manifests.yaml"
)

func TestGatewayConformance(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
)

const (
gwCRDsKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.1"
gwCRDsKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.7.1"
testKustomize = "../../config/tests/integration"
)

Expand Down
2 changes: 1 addition & 1 deletion test/performance/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
)

const (
gwCRDsKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.1"
gwCRDsKustomize = "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.7.1"
testKustomize = "../../config/tests/performance"
)

Expand Down

0 comments on commit 31401ff

Please sign in to comment.