Skip to content

Commit 969642a

Browse files
bump: Update helm to 3.16.3 (#813)
1 parent b296a50 commit 969642a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,11 @@ workflows:
557557
requires:
558558
- plan_dev_cluster
559559
- codacy/microk8s_install:
560-
name: install_k8s-1.29_helm-3.9_unstable
560+
name: install_k8s-1.29_helm-3.16.3_unstable
561561
helm_repo: "https://charts.codacy.com/unstable"
562562
chart_version: $(cat .version)
563563
microk8s_channel: "1.29/stable"
564-
helm_version: "v3.9.0"
564+
helm_version: "v3.16.3"
565565
helm_timeout: 1200
566566
context: CodacyDocker
567567
docker_username: $DOCKER_USER
@@ -798,11 +798,11 @@ workflows:
798798
- helm_push_incubator
799799

800800
- codacy/microk8s_install:
801-
name: install_k8s-1.29_helm-3.9
801+
name: install_k8s-1.29_helm-3.16.3
802802
helm_repo: "https://charts.codacy.com/incubator"
803803
chart_version: $(cat .version)
804804
microk8s_channel: "1.29/stable"
805-
helm_version: "v3.9.0"
805+
helm_version: "v3.16.3"
806806
helm_timeout: 1200
807807
context: CodacyDocker
808808
docker_username: $DOCKER_USER
@@ -854,7 +854,7 @@ workflows:
854854
- install_k8s-1.26_helm-3.9
855855
- install_k8s-1.27_helm-3.9
856856
- install_k8s-1.28_helm-3.9
857-
- install_k8s-1.29_helm-3.9
857+
- install_k8s-1.29_helm-3.16.3
858858
- manual_solutions_eng_hold:
859859
type: approval
860860
context: CodacyDO
@@ -873,7 +873,7 @@ workflows:
873873
- install_k8s-1.26_helm-3.9
874874
- install_k8s-1.27_helm-3.9
875875
- install_k8s-1.28_helm-3.9
876-
- install_k8s-1.29_helm-3.9
876+
- install_k8s-1.29_helm-3.16.3
877877
- set_chart_version_release:
878878
context: CodacyDO
879879
requires:

0 commit comments

Comments
 (0)