Skip to content

Commit

Permalink
chore(tests) pin Gateway CRD version
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jun 7, 2022
1 parent de6b8f8 commit 1ee809b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/util/test/crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
kongCRDsKustomize = "../../config/crd/"
gatewayCRDsKustomize = "https:/kubernetes-sigs/gateway-api/config/crd"
gatewayCRDsKustomize = "https:/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.2"
)

func DeployCRDsForCluster(ctx context.Context, cluster clusters.Cluster) error {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/all_in_one_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
// parent Service to fully resolve into ready state.
gatewayUpdateWaitTime = time.Minute * 3

gatewayCRDsURL = "github.com/kubernetes-sigs/gateway-api/config/crd"
gatewayCRDsURL = "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.2"
)

var (
Expand Down

0 comments on commit 1ee809b

Please sign in to comment.