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.
2 parents d6a00de + 90c1ce3 commit 57f4983Copy full SHA for 57f4983
1 file changed
.do/k8s-cluster/Makefile
@@ -6,7 +6,7 @@ TF ?= $(TF_EXTRA_OPTS) terraform
6
WORKSPACE ?= ${DO_TF_WORKSPACE}
7
VARS_FILE ?= deploy.tfvars
8
NGINX_INGRESS_VERSION ?= 4.11.3
9
-CERT_MANAGER_VERSION ?= v1.15.0
+CERT_MANAGER_VERSION ?= v1.15.3
10
K8S_VERSION ?= 1.33
11
DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION) | awk '{print $$1}')
12
NODE_TYPE ?= s-8vcpu-32gb
0 commit comments