Skip to content

Commit 43f39a4

Browse files
Merge pull request #806 from codacy/bump/k8s-127
bump: Upgrade do k8s to 1.27
2 parents c6e7e25 + 8b04f97 commit 43f39a4

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@ workflows:
555555
requires:
556556
- plan_dev_cluster
557557
- codacy/microk8s_install:
558-
name: install_k8s-1.26_helm-3.9_unstable
558+
name: install_k8s-1.27_helm-3.9_unstable
559559
helm_repo: "https://charts.codacy.com/unstable"
560560
chart_version: $(cat .version)
561-
microk8s_channel: "1.26/stable"
561+
microk8s_channel: "1.27/stable"
562562
helm_version: "v3.9.0"
563563
helm_timeout: 1200
564564
context: CodacyDocker
@@ -767,6 +767,20 @@ workflows:
767767
requires:
768768
- helm_push_incubator
769769

770+
- codacy/microk8s_install:
771+
name: install_k8s-1.27_helm-3.9
772+
helm_repo: "https://charts.codacy.com/incubator"
773+
chart_version: $(cat .version)
774+
microk8s_channel: "1.27/stable"
775+
helm_version: "v3.9.0"
776+
helm_timeout: 1200
777+
context: CodacyDocker
778+
docker_username: $DOCKER_USER
779+
docker_password: $DOCKER_PASS
780+
<<: *helm_values
781+
requires:
782+
- helm_push_incubator
783+
770784
- test_api:
771785
context: CodacyAWS
772786
requires:
@@ -808,6 +822,7 @@ workflows:
808822
- install_k8s-1.24_helm-3.9
809823
- install_k8s-1.25_helm-3.9
810824
- install_k8s-1.26_helm-3.9
825+
- install_k8s-1.27_helm-3.9
811826
- manual_solutions_eng_hold:
812827
type: approval
813828
context: CodacyDO
@@ -824,6 +839,7 @@ workflows:
824839
- install_k8s-1.24_helm-3.9
825840
- install_k8s-1.25_helm-3.9
826841
- install_k8s-1.26_helm-3.9
842+
- install_k8s-1.27_helm-3.9
827843
- set_chart_version_release:
828844
context: CodacyDO
829845
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.9.1
10-
K8S_VERSION ?= 1.26
9+
CERT_MANAGER_VERSION ?= v1.12.9
10+
K8S_VERSION ?= 1.27
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)