From 9f99cbe6e4b039f6057dcce65da4ac1b69cb8869 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Sat, 16 Nov 2024 02:03:57 +0530 Subject: [PATCH] [improvement] : update linode CCM to latest version (#570) * update linode CCM to latest version * don't fail ci if codecov upload fails --- .github/workflows/build_test_ci.yml | 2 +- templates/addons/ccm-linode/ccm-linode.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test_ci.yml b/.github/workflows/build_test_ci.yml index 2973458fa..fe4763f64 100644 --- a/.github/workflows/build_test_ci.yml +++ b/.github/workflows/build_test_ci.yml @@ -91,7 +91,7 @@ jobs: uses: codecov/codecov-action@v4 with: files: ./coverage.out - fail_ci_if_error: true + fail_ci_if_error: false verbose: true token: ${{ secrets.CODECOV_TOKEN }} slug: linode/cluster-api-provider-linode diff --git a/templates/addons/ccm-linode/ccm-linode.yaml b/templates/addons/ccm-linode/ccm-linode.yaml index e8065c3c5..e9741e9a0 100644 --- a/templates/addons/ccm-linode/ccm-linode.yaml +++ b/templates/addons/ccm-linode/ccm-linode.yaml @@ -9,14 +9,14 @@ spec: repoURL: https://linode.github.io/linode-cloud-controller-manager/ chartName: ccm-linode namespace: kube-system - version: ${LINODE_CCM_VERSION:=v0.4.16} + version: ${LINODE_CCM_VERSION:=v0.4.18} options: waitForJobs: true wait: true timeout: 5m valuesTemplate: | routeController: - vpcName: {{ .InfraCluster.spec.vpcRef.name }} + vpcNames: {{ .InfraCluster.spec.vpcRef.name }} clusterCIDR: 10.0.0.0/8 configureCloudRoutes: true secretRef: