@@ -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 :
0 commit comments