Skip to content

Commit a385882

Browse files
committed
set k8s version but not as a _VERSION variable as to not confuse renovate
1 parent 1a9894d commit a385882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ generate-capl-cluster-manifests: tools
178178
# Create the CAPL cluster manifests without any CSI driver stuff
179179
LINODE_FIREWALL_ENABLED=$(LINODE_FIREWALL_ENABLED) LINODE_OS=$(LINODE_OS) VPC_NAME=$(VPC_NAME) clusterctl generate cluster $(CLUSTER_NAME) \
180180
--infrastructure linode-linode \
181+
--kubernetes-version v1.31.2 \
181182
--control-plane-machine-count $(CONTROLPLANE_NODES) --worker-machine-count $(WORKER_NODES) > $(MANIFEST_NAME).yaml
182183
yq -i e 'select(.kind == "LinodeVPC").spec.subnets = [{"ipv4": "10.0.0.0/8", "label": "default"}, {"ipv4": "172.16.0.0/16", "label": "testing"}]' $(MANIFEST_NAME).yaml
183184

0 commit comments

Comments
 (0)