Skip to content

Commit

Permalink
[improvement] : update linode CCM to latest version (#570)
Browse files Browse the repository at this point in the history
* update linode CCM to latest version

* don't fail ci if codecov upload fails
  • Loading branch information
rahulait authored Nov 15, 2024
1 parent daadff7 commit 9f99cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions templates/addons/ccm-linode/ccm-linode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f99cbe

Please sign in to comment.