Skip to content

Commit 93a6199

Browse files
committed
Bump EKS to 1.33
1 parent 69903d5 commit 93a6199

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.circleci/config.yml

Lines changed: 18 additions & 2 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
@@ -825,6 +825,20 @@ workflows:
825825
requires:
826826
- helm_push_incubator
827827

828+
- codacy/microk8s_install:
829+
name: install_k8s-1.33_helm-3.16.3
830+
helm_repo: "https://charts.codacy.com/incubator"
831+
chart_version: $(cat .version)
832+
microk8s_channel: "1.33/stable"
833+
helm_version: "v3.16.3"
834+
helm_timeout: 1200
835+
context: CodacyDocker
836+
docker_username: $DOCKER_USER
837+
docker_password: $DOCKER_PASS
838+
<<: *helm_values
839+
requires:
840+
- helm_push_incubator
841+
828842
- test_api:
829843
context: CodacyAWS
830844
requires:
@@ -870,6 +884,7 @@ workflows:
870884
- install_k8s-1.28_helm-3.9
871885
- install_k8s-1.29_helm-3.16.3
872886
- install_k8s-1.30_helm-3.16.3
887+
- install_k8s-1.33_helm-3.16.3
873888
- manual_solutions_eng_hold:
874889
type: approval
875890
context: CodacyDO
@@ -890,6 +905,7 @@ workflows:
890905
- install_k8s-1.28_helm-3.9
891906
- install_k8s-1.29_helm-3.16.3
892907
- install_k8s-1.30_helm-3.16.3
908+
- install_k8s-1.33_helm-3.16.3
893909
- set_chart_version_release:
894910
context: CodacyDO
895911
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)