File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ WORKSPACE ?= ${DO_TF_WORKSPACE}
77VARS_FILE ?= deploy.tfvars
88NGINX_INGRESS_VERSION ?= 4.11.3
99CERT_MANAGER_VERSION ?= v1.15.0
10- K8S_VERSION ?= 1.32
10+ K8S_VERSION ?= 1.33
1111DO_K8S_SLUG ?= $(shell doctl kubernetes options versions | grep $(K8S_VERSION ) | awk '{print $$1}')
1212NODE_TYPE ?= s-8vcpu-32gb
1313NODES_MIN ?= 1
1414NODES_MAX ?= 10
15-
15+
1616.PHONY : create_terraformrc
1717create_terraformrc :
1818 @echo -e " credentials \" app.terraform.io\" { \n token = \" $$ TF_AUTH_TOKEN\" \n}" > $(TF_RC )
Original file line number Diff line number Diff line change 55variable "k8s_version" {
66 description = " Kubernetes version. See available versions with `doctl kubernetes options versions`"
77 type = string
8- default = " 1.32.10 -do.1 "
8+ default = " 1.33.6 -do.2 "
99}
1010
1111variable "k8s_kubeconfig" {
You can’t perform that action at this time.
0 commit comments