Skip to content

Commit

Permalink
update linode-ccm to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Apr 24, 2024
1 parent aab43d7 commit 46b199b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/addons/provider-linode/linode-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
repoURL: https://linode.github.io/linode-cloud-controller-manager/
chartName: ccm-linode
namespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.4.3}
version: ${LINODE_CCM_VERSION:=v0.4.4}
options:
waitForJobs: true
wait: true
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/k3s/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stringData:
name: ccm-linode
spec:
targetNamespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.4.3}
version: ${LINODE_CCM_VERSION:=v0.4.4}
chart: ccm-linode
repo: https://linode.github.io/linode-cloud-controller-manager/
bootstrap: true
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/rke2/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stringData:
name: ccm-linode
spec:
targetNamespace: kube-system
version: ${LINODE_CCM_VERSION:=v0.4.3}
version: ${LINODE_CCM_VERSION:=v0.4.4}
chart: ccm-linode
repo: https://linode.github.io/linode-cloud-controller-manager/
bootstrap: true
Expand Down

0 comments on commit 46b199b

Please sign in to comment.