Skip to content

Commit 1dfb6f4

Browse files
authored
bump: Upgrade do cluster to 1.22 (#747)
1 parent 3e64a13 commit 1dfb6f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.do/k8s-cluster/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKSPACE ?= ${DO_TF_WORKSPACE}
77
VARS_FILE ?= deploy.tfvars
88
NGINX_INGRESS_VERSION ?= 2.16.0
99
CERT_MANAGER_VERSION ?= v0.15.1
10-
K8S_VERSION ?= 1.20
10+
K8S_VERSION ?= 1.22
1111
DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION) | awk '{print $$1}')
1212
NODE_TYPE ?= s-8vcpu-32gb
1313
NODES_MIN ?= 7
@@ -95,4 +95,4 @@ tf_init:
9595

9696
.PHONY: tf_validate
9797
tf_validate:
98-
$(TF) validate
98+
$(TF) validate

0 commit comments

Comments
 (0)