Skip to content

Commit cf02313

Browse files
committed
chore(deps): update helm release metallb to v0.15.0
1 parent 86cddd9 commit cf02313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can call the roles from this collection in your Ansible playbooks as follows
4646
4747
| Role Name | Helm Chart Version | README Link |
4848
| --------- | ------------------ | ------------------------------------ |
49-
| metallb | v0.14.9 | [View README](roles/metallb/README.md) |
49+
| metallb | v0.15.0 | [View README](roles/metallb/README.md) |
5050
| traefik | v35.3.0 | [View README](roles/traefik/README.md) |
5151
| cert\_manager | v0.17.1 | [View README](roles/cert_manager/README.md) |
5252
| mongodb community operator | v0.13.0 | [View README](roles/mongodb/README.md) |

roles/metallb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Helm chart version to install
5959
#### Default value
6060
6161
```YAML
62-
metallb_helm_version: 0.14.9
62+
metallb_helm_version: 0.15.0
6363
```
6464
6565
### metallb_ip_pools

roles/metallb/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metallb_namespace: "metallb-system"
1515
# @var metallb_helm_version:type: string
1616
# @var metallb_helm_version:description: >
1717
# Helm chart version to install
18-
metallb_helm_version: "0.14.9"
18+
metallb_helm_version: 0.15.0
1919

2020
# @var metallb_ip_pools:description: >
2121
# IP pool to create

0 commit comments

Comments
 (0)