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