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