Skip to content

Commit

Permalink
bump version, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Jun 3, 2024
1 parent 9fd7c32 commit 0ee937f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/topics/flavors/cilium-bgp-lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and [LB IPAM](https://docs.cilium.io/en/stable/network/lb-ipam/) support.

With this flavor, Services exposed via `type: LoadBalancer` automatically get
assigned an `ExternalIP` provisioned as a shared IP through the
[linode-CCM](https://github.com/linode/linode-cloud-controller-manager/blob/shared-ip/README.md#shared-ip-load-balancing),
[linode-CCM](https://github.com/linode/linode-cloud-controller-manager?tab=readme-ov-file#shared-ip-load-balancing),
which is deployed with the necessary settings to perform shared IP load-balancing.

```admonish warning
Expand Down
2 changes: 1 addition & 1 deletion templates/addons/ccm-linode/ccm-linode.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.4}
version: ${LINODE_CCM_VERSION:=v0.4.5}
options:
waitForJobs: true
wait: true
Expand Down

0 comments on commit 0ee937f

Please sign in to comment.