File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You can call the roles from this collection in your Ansible playbooks as follows
46
46
47
47
| Role Name | Helm Chart Version | README Link |
48
48
| --------- | ------------------ | ------------------------------------ |
49
- | metallb | v0.14.9 | [View README](roles/metallb/README.md) |
49
+ | metallb | v0.15.0 | [View README](roles/metallb/README.md) |
50
50
| traefik | v35.3.0 | [View README](roles/traefik/README.md) |
51
51
| cert\_ manager | v0.17.1 | [View README](roles/cert_manager/README.md) |
52
52
| mongodb community operator | v0.13.0 | [View README](roles/mongodb/README.md) |
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Helm chart version to install
59
59
#### Default value
60
60
61
61
` ` ` YAML
62
- metallb_helm_version : 0.14.9
62
+ metallb_helm_version : 0.15.0
63
63
` ` `
64
64
65
65
### metallb_ip_pools
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metallb_namespace: "metallb-system"
15
15
# @var metallb_helm_version:type: string
16
16
# @var metallb_helm_version:description: >
17
17
# Helm chart version to install
18
- metallb_helm_version : " 0.14.9 "
18
+ metallb_helm_version : 0.15.0
19
19
20
20
# @var metallb_ip_pools:description: >
21
21
# IP pool to create
You can’t perform that action at this time.
0 commit comments