Skip to content

Commit 3b82db0

Browse files
committed
Bump EKS to 1.33
1 parent 69903d5 commit 3b82db0

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ workflows:
557557
requires:
558558
- plan_dev_cluster
559559
- codacy/microk8s_install:
560-
name: install_k8s-1.30_helm-3.16.3_unstable
560+
name: install_k8s-1.33_helm-3.16.3_unstable
561561
helm_repo: "https://charts.codacy.com/unstable"
562562
chart_version: $(cat .version)
563-
microk8s_channel: "1.30/stable"
563+
microk8s_channel: "1.33/stable"
564564
helm_version: "v3.16.3"
565565
helm_timeout: 1200
566566
context: CodacyDocker
@@ -812,10 +812,10 @@ workflows:
812812
- helm_push_incubator
813813

814814
- codacy/microk8s_install:
815-
name: install_k8s-1.30_helm-3.16.3
815+
name: install_k8s-1.33_helm-3.16.3
816816
helm_repo: "https://charts.codacy.com/incubator"
817817
chart_version: $(cat .version)
818-
microk8s_channel: "1.30/stable"
818+
microk8s_channel: "1.33/stable"
819819
helm_version: "v3.16.3"
820820
helm_timeout: 1200
821821
context: CodacyDocker
@@ -870,6 +870,7 @@ workflows:
870870
- install_k8s-1.28_helm-3.9
871871
- install_k8s-1.29_helm-3.16.3
872872
- install_k8s-1.30_helm-3.16.3
873+
- install_k8s-1.33_helm-3.16.3
873874
- manual_solutions_eng_hold:
874875
type: approval
875876
context: CodacyDO
@@ -890,6 +891,7 @@ workflows:
890891
- install_k8s-1.28_helm-3.9
891892
- install_k8s-1.29_helm-3.16.3
892893
- install_k8s-1.30_helm-3.16.3
894+
- install_k8s-1.33_helm-3.16.3
893895
- set_chart_version_release:
894896
context: CodacyDO
895897
requires:

.do/k8s-cluster/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.30
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

.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.30.5-do.5"
8+
default = "1.33.5-do.5"
99
}
1010

1111
variable "k8s_kubeconfig" {

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ release-notes-tools
3939
.version
4040

4141
*.log
42-
.*.swp
42+
.*.swp
43+
44+
#Ignore vscode AI rules
45+
.github/instructions/codacy.instructions.md

0 commit comments

Comments
 (0)