diff --git a/stable/metallb/Chart.yaml b/stable/metallb/Chart.yaml index e4852002d6..af2207bb8e 100644 --- a/stable/metallb/Chart.yaml +++ b/stable/metallb/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.9.5 +version: 0.9.6 name: metallb appVersion: 0.7.3 diff --git a/stable/metallb/README.md b/stable/metallb/README.md index f0e952a002..c5e2ff954b 100644 --- a/stable/metallb/README.md +++ b/stable/metallb/README.md @@ -87,6 +87,8 @@ By default, this chart does not install a configuration for MetalLB, and simply warns you that you must follow [the configuration instructions on MetalLB's website][metallb-config] to create an appropriate ConfigMap. +**Please note:** By default, this chart expects a ConfigMap named 'metallb-config' within the same namespace as the chart is deployed. _This is different than the MetalLB documentation_, which asks you to create a ConfigMap in the `metallb-system` namespace, with the name of 'config'. + If you have a more complex configuration and want Helm to manage it for you, you can provide it in the `config` parameter. The configuration format is [documented on MetalLB's website][metallb-config].