Skip to content

Commit fb69b6d

Browse files
authored
Merge pull request #6 from lwijnsma/renovate/kubernetes-sigs-gateway-api-1.x
chore(deps): update dependency kubernetes-sigs/gateway-api to v1.3.0
2 parents 31812c7 + ddac5e9 commit fb69b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ help: ## Display this help.
4949
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
5050
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
5151
mkdir -p config/crd/bases
52-
wget https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml -O config/crd/bases/gatewayapi.yaml
52+
wget https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml -O config/crd/bases/gatewayapi.yaml
5353

5454
.PHONY: generate
5555
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
@@ -132,7 +132,7 @@ endif
132132

133133
.PHONY: install
134134
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
135-
$(KUBECTL) apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
135+
$(KUBECTL) apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
136136

137137
.PHONY: uninstall
138138
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.

0 commit comments

Comments
 (0)