We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64a13 commit 1dfb6f4Copy full SHA for 1dfb6f4
1 file changed
.do/k8s-cluster/Makefile
@@ -7,7 +7,7 @@ WORKSPACE ?= ${DO_TF_WORKSPACE}
7
VARS_FILE ?= deploy.tfvars
8
NGINX_INGRESS_VERSION ?= 2.16.0
9
CERT_MANAGER_VERSION ?= v0.15.1
10
-K8S_VERSION ?= 1.20
+K8S_VERSION ?= 1.22
11
DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION) | awk '{print $$1}')
12
NODE_TYPE ?= s-8vcpu-32gb
13
NODES_MIN ?= 7
@@ -95,4 +95,4 @@ tf_init:
95
96
.PHONY: tf_validate
97
tf_validate:
98
- $(TF) validate
+ $(TF) validate
0 commit comments