Skip to content

Commit 612028c

Browse files
[scripts] Update dependency kubernetes-sigs/aws-load-balancer-controller to v3
1 parent 32acf21 commit 612028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-crd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kustomize build https://github.com/aws/amazon-vpc-resource-controller-k8s//confi
1616
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
1717

1818
# renovate:github-url
19-
kustomize build https://github.com/kubernetes-sigs/aws-load-balancer-controller//config/default?ref=v2.17.1 > crd.yaml
19+
kustomize build https://github.com/kubernetes-sigs/aws-load-balancer-controller//config/default?ref=v3.1.0 > crd.yaml
2020
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
2121

2222
# renovate:github-url

0 commit comments

Comments
 (0)