Skip to content

Commit 90c1ce3

Browse files
infra: update cert-manager version
1 parent d6a00de commit 90c1ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.do/k8s-cluster/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TF ?= $(TF_EXTRA_OPTS) terraform
66
WORKSPACE ?= ${DO_TF_WORKSPACE}
77
VARS_FILE ?= deploy.tfvars
88
NGINX_INGRESS_VERSION ?= 4.11.3
9-
CERT_MANAGER_VERSION ?= v1.15.0
9+
CERT_MANAGER_VERSION ?= v1.15.3
1010
K8S_VERSION ?= 1.33
1111
DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION) | awk '{print $$1}')
1212
NODE_TYPE ?= s-8vcpu-32gb

0 commit comments

Comments
 (0)