File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ LOCALBIN ?= $(CACHE_BIN)
99DEVBOX_BIN ?= $(DEVBOX_PACKAGES_DIR ) /bin
1010HELM ?= $(LOCALBIN ) /helm
1111HELM_VERSION ?= v3.16.3
12+
1213GOLANGCI_LINT ?= $(LOCALBIN ) /golangci-lint
14+ # renovate: datasource=github-tags depName=golangci/golangci-lint
1315GOLANGCI_LINT_VERSION ?= v2.5.0
1416GOLANGCI_LINT_NILAWAY ?= $(CACHE_BIN ) /golangci-lint-nilaway
1517
@@ -21,10 +23,19 @@ SUBNET_CLUSTER_NAME ?= subnet-testing-$(shell git rev-parse --short HEAD)
2123VPC_NAME ?= $(CLUSTER_NAME )
2224MANIFEST_NAME ?= capl-cluster-manifests
2325SUBNET_MANIFEST_NAME ?= subnet-testing-manifests
26+
27+ # renovate: datasource=github-tags depName=kubernetes/kubernetes
2428K8S_VERSION ?= "v1.31.2"
29+
30+ # renovate: datasource=github-tags depName=kubernetes-sigs/cluster-api
2531CAPI_VERSION ?= "v1.8.5"
32+
33+ # renovate: datasource=github-tags depName=kubernetes-sigs/cluster-api-addon-provider-helm
2634CAAPH_VERSION ?= "v0.2.1"
35+
36+ # renovate: datasource=github-tags depName=linode/cluster-api-provider-linode
2737CAPL_VERSION ?= "v0.8.5"
38+
2839CONTROLPLANE_NODES ?= 1
2940WORKER_NODES ?= 1
3041LINODE_FIREWALL_ENABLED ?= true
You can’t perform that action at this time.
0 commit comments