Skip to content

Commit 12722ea

Browse files
Merge pull request #823 from codacy/ls/update-do-1.33
infra: bump DO cluster to 1.33
2 parents b5fa0d5 + bc9439c commit 12722ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.do/k8s-cluster/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ WORKSPACE ?= ${DO_TF_WORKSPACE}
77
VARS_FILE ?= deploy.tfvars
88
NGINX_INGRESS_VERSION ?= 4.11.3
99
CERT_MANAGER_VERSION ?= v1.15.0
10-
K8S_VERSION ?= 1.32
10+
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
1313
NODES_MIN ?= 1
1414
NODES_MAX ?= 10
15-
15+
1616
.PHONY: create_terraformrc
1717
create_terraformrc:
1818
@echo -e "credentials \"app.terraform.io\" { \n token = \"$$TF_AUTH_TOKEN\" \n}" > $(TF_RC)

.do/k8s-cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
variable "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

1111
variable "k8s_kubeconfig" {

0 commit comments

Comments
 (0)