File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ references:
226226 name : " Validate DB Cluster"
227227 command : make -C ./.do/db-cluster initialize_terrafom
228228 - << : *persist_to_workspace
229-
229+
230230 plan_cluster : &plan_cluster
231231 steps :
232232 - << : *attach_workspace
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TF_PARALLELISM ?= 30
55TF ?= $(TF_EXTRA_OPTS ) terraform
66WORKSPACE ?= ${DO_TF_WORKSPACE}
77VARS_FILE ?= deploy.tfvars
8- NGINX_INGRESS_VERSION ?= 4.2.0
8+ NGINX_INGRESS_VERSION ?= 4.8.3
99CERT_MANAGER_VERSION ?= v1.9.1
1010K8S_VERSION ?= 1.26
1111DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION ) | awk '{print $$1}')
Original file line number Diff line number Diff line change 11controller :
2+ enableAnnotationValidations : true
23 publishService :
34 enabled : true
45 config :
You can’t perform that action at this time.
0 commit comments