Skip to content

Commit 8b94c9c

Browse files
Merge pull request #811 from codacy/bump/k8s-128
bump: Kubernetes 1.28
2 parents 6b68419 + 8816f89 commit 8b94c9c

File tree

2 files changed

+20
-4
lines changed

2 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.27_helm-3.9_unstable
560+
name: install_k8s-1.28_helm-3.9_unstable
561561
helm_repo: "https://charts.codacy.com/unstable"
562562
chart_version: $(cat .version)
563-
microk8s_channel: "1.27/stable"
563+
microk8s_channel: "1.28/stable"
564564
helm_version: "v3.9.0"
565565
helm_timeout: 1200
566566
context: CodacyDocker
@@ -783,6 +783,20 @@ workflows:
783783
requires:
784784
- helm_push_incubator
785785

786+
- codacy/microk8s_install:
787+
name: install_k8s-1.28_helm-3.9
788+
helm_repo: "https://charts.codacy.com/incubator"
789+
chart_version: $(cat .version)
790+
microk8s_channel: "1.28/stable"
791+
helm_version: "v3.9.0"
792+
helm_timeout: 1200
793+
context: CodacyDocker
794+
docker_username: $DOCKER_USER
795+
docker_password: $DOCKER_PASS
796+
<<: *helm_values
797+
requires:
798+
- helm_push_incubator
799+
786800
- test_api:
787801
context: CodacyAWS
788802
requires:
@@ -825,6 +839,7 @@ workflows:
825839
- install_k8s-1.25_helm-3.9
826840
- install_k8s-1.26_helm-3.9
827841
- install_k8s-1.27_helm-3.9
842+
- install_k8s-1.28_helm-3.9
828843
- manual_solutions_eng_hold:
829844
type: approval
830845
context: CodacyDO
@@ -842,6 +857,7 @@ workflows:
842857
- install_k8s-1.25_helm-3.9
843858
- install_k8s-1.26_helm-3.9
844859
- install_k8s-1.27_helm-3.9
860+
- install_k8s-1.28_helm-3.9
845861
- set_chart_version_release:
846862
context: CodacyDO
847863
requires:

.do/k8s-cluster/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ TF ?= $(TF_EXTRA_OPTS) terraform
66
WORKSPACE ?= ${DO_TF_WORKSPACE}
77
VARS_FILE ?= deploy.tfvars
88
NGINX_INGRESS_VERSION ?= 4.8.3
9-
CERT_MANAGER_VERSION ?= v1.12.9
10-
K8S_VERSION ?= 1.27
9+
CERT_MANAGER_VERSION ?= v1.15.0
10+
K8S_VERSION ?= 1.28
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

0 commit comments

Comments
 (0)