Skip to content

Commit 0c899a0

Browse files
committed
Update gateway api crds to 0.7.0
1 parent 36ebf6d commit 0c899a0

File tree

4 files changed

+1469
-501
lines changed

4 files changed

+1469
-501
lines changed

Makefile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wait-ready-external-dns-test:
4343
until kubectl wait pods -l app.kubernetes.io/instance=external-dns --for condition=Ready --timeout=120s ; do echo "."; sleep 1; done
4444

4545
#################
46-
GATEWAY_API_VERSION ?= v0.6.2
46+
GATEWAY_API_VERSION ?= v0.7.0
4747

4848
.PHONY: gateway-api-upstream-get
4949
gateway-api-upstream-get:

0 commit comments

Comments
 (0)