move to official metallb helm chart
This commit is contained in:
parent
0051262fbc
commit
d301a6fd66
@ -9,4 +9,5 @@ helm_repos:
|
||||
- { name: 'k8s-at-home', url: 'https://k8s-at-home.com/charts' }
|
||||
- { name: 'gitea-charts', url: 'https://dl.gitea.io/charts' }
|
||||
- { name: 'harbor', url: 'https://helm.goharbor.io' }
|
||||
- { name: 'metallb', url: 'https://metallb.github.io/metallb' }
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
create_namespace: true
|
||||
release_namespace: "{{ metallb_namespace | default('metallb-system') }}"
|
||||
release_name: "{{ metallb_name | default('metallb') }}"
|
||||
chart_ref: "{{ metallb_chart | default('bitnami/metallb') }}"
|
||||
chart_ref: "{{ metallb_chart | default('metallb/metallb') }}"
|
||||
chart_version: "{{ metallb_version | default(omit) }}"
|
||||
release_values: "{{ metallb_combined_values | from_yaml }}"
|
||||
wait: true
|
||||
|
Loading…
Reference in New Issue
Block a user