@@ -557,10 +557,10 @@ workflows:
557557 requires :
558558 - plan_dev_cluster
559559 - codacy/microk8s_install :
560- name : install_k8s-1.28_helm -3.9_unstable
560+ name : install_k8s-1.29_helm -3.9_unstable
561561 helm_repo : " https://charts.codacy.com/unstable"
562562 chart_version : $(cat .version)
563- microk8s_channel : " 1.28 /stable"
563+ microk8s_channel : " 1.29 /stable"
564564 helm_version : " v3.9.0"
565565 helm_timeout : 1200
566566 context : CodacyDocker
@@ -797,6 +797,20 @@ workflows:
797797 requires :
798798 - helm_push_incubator
799799
800+ - codacy/microk8s_install :
801+ name : install_k8s-1.29_helm-3.9
802+ helm_repo : " https://charts.codacy.com/incubator"
803+ chart_version : $(cat .version)
804+ microk8s_channel : " 1.29/stable"
805+ helm_version : " v3.9.0"
806+ helm_timeout : 1200
807+ context : CodacyDocker
808+ docker_username : $DOCKER_USER
809+ docker_password : $DOCKER_PASS
810+ << : *helm_values
811+ requires :
812+ - helm_push_incubator
813+
800814 - test_api :
801815 context : CodacyAWS
802816 requires :
@@ -840,6 +854,7 @@ workflows:
840854 - install_k8s-1.26_helm-3.9
841855 - install_k8s-1.27_helm-3.9
842856 - install_k8s-1.28_helm-3.9
857+ - install_k8s-1.29_helm-3.9
843858 - manual_solutions_eng_hold :
844859 type : approval
845860 context : CodacyDO
@@ -858,6 +873,7 @@ workflows:
858873 - install_k8s-1.26_helm-3.9
859874 - install_k8s-1.27_helm-3.9
860875 - install_k8s-1.28_helm-3.9
876+ - install_k8s-1.29_helm-3.9
861877 - set_chart_version_release :
862878 context : CodacyDO
863879 requires :
0 commit comments