Skip to content

Commit 69903d5

Browse files
Bump: Kubernetes to 1.30 (#816)
1 parent dbab281 commit 69903d5

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
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.29_helm-3.16.3_unstable
560+
name: install_k8s-1.30_helm-3.16.3_unstable
561561
helm_repo: "https://charts.codacy.com/unstable"
562562
chart_version: $(cat .version)
563-
microk8s_channel: "1.29/stable"
563+
microk8s_channel: "1.30/stable"
564564
helm_version: "v3.16.3"
565565
helm_timeout: 1200
566566
context: CodacyDocker
@@ -810,6 +810,20 @@ workflows:
810810
<<: *helm_values
811811
requires:
812812
- helm_push_incubator
813+
814+
- codacy/microk8s_install:
815+
name: install_k8s-1.30_helm-3.16.3
816+
helm_repo: "https://charts.codacy.com/incubator"
817+
chart_version: $(cat .version)
818+
microk8s_channel: "1.30/stable"
819+
helm_version: "v3.16.3"
820+
helm_timeout: 1200
821+
context: CodacyDocker
822+
docker_username: $DOCKER_USER
823+
docker_password: $DOCKER_PASS
824+
<<: *helm_values
825+
requires:
826+
- helm_push_incubator
813827

814828
- test_api:
815829
context: CodacyAWS
@@ -855,6 +869,7 @@ workflows:
855869
- install_k8s-1.27_helm-3.9
856870
- install_k8s-1.28_helm-3.9
857871
- install_k8s-1.29_helm-3.16.3
872+
- install_k8s-1.30_helm-3.16.3
858873
- manual_solutions_eng_hold:
859874
type: approval
860875
context: CodacyDO
@@ -874,6 +889,7 @@ workflows:
874889
- install_k8s-1.27_helm-3.9
875890
- install_k8s-1.28_helm-3.9
876891
- install_k8s-1.29_helm-3.16.3
892+
- install_k8s-1.30_helm-3.16.3
877893
- set_chart_version_release:
878894
context: CodacyDO
879895
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.29
10+
K8S_VERSION ?= 1.30
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.29.9-do.4"
8+
default = "1.30.5-do.5"
99
}
1010

1111
variable "k8s_kubeconfig" {

0 commit comments

Comments
 (0)