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: