diff --git a/stable/metallb/Chart.yaml b/stable/metallb/Chart.yaml index c5f59c7e91..b3e4245433 100644 --- a/stable/metallb/Chart.yaml +++ b/stable/metallb/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.11.1 +version: 0.11.2 name: metallb appVersion: 0.8.1 description: MetalLB is a load-balancer implementation for bare metal Kubernetes clusters diff --git a/stable/metallb/values.yaml b/stable/metallb/values.yaml index 9806b59f87..4d7bd85b8f 100644 --- a/stable/metallb/values.yaml +++ b/stable/metallb/values.yaml @@ -17,7 +17,7 @@ existingConfigMap: metallb-config # # Refer to https://metallb.universe.tf/configuration/ for # available options. -configInline: +configInline: {} rbac: # create specifies whether to install and use RBAC rules.