From b0f9cb2d7af822e0031f632f2faa0cbb53167770 Mon Sep 17 00:00:00 2001 From: Romeo Dumitrescu Date: Thu, 15 Aug 2019 11:36:34 +0300 Subject: [PATCH] [stable/metallb] Fix helm warnings (#16311) Fixed helm warnings about `configInline` not being a table (when set). Signed-off-by: Romeo Dumitrescu --- stable/metallb/Chart.yaml | 2 +- stable/metallb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.