move to official metallb helm chart

This commit is contained in:
ace 2021-08-11 14:46:28 +03:00
parent 0051262fbc
commit d301a6fd66
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ helm_repos:
- { name: 'k8s-at-home', url: 'https://k8s-at-home.com/charts' } - { name: 'k8s-at-home', url: 'https://k8s-at-home.com/charts' }
- { name: 'gitea-charts', url: 'https://dl.gitea.io/charts' } - { name: 'gitea-charts', url: 'https://dl.gitea.io/charts' }
- { name: 'harbor', url: 'https://helm.goharbor.io' } - { name: 'harbor', url: 'https://helm.goharbor.io' }
- { name: 'metallb', url: 'https://metallb.github.io/metallb' }

View File

@ -6,7 +6,7 @@
create_namespace: true create_namespace: true
release_namespace: "{{ metallb_namespace | default('metallb-system') }}" release_namespace: "{{ metallb_namespace | default('metallb-system') }}"
release_name: "{{ metallb_name | default('metallb') }}" 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) }}" chart_version: "{{ metallb_version | default(omit) }}"
release_values: "{{ metallb_combined_values | from_yaml }}" release_values: "{{ metallb_combined_values | from_yaml }}"
wait: true wait: true