From 2ed90fcb97578a1012382da74812565eef530fe5 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Tue, 8 May 2018 05:26:52 -0700 Subject: [PATCH] stable/metallb: update to MetalLB 0.6.2. (#5337) --- stable/metallb/Chart.yaml | 4 ++-- stable/metallb/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/metallb/Chart.yaml b/stable/metallb/Chart.yaml index 80007a53f8..eb8f8eff9c 100644 --- a/stable/metallb/Chart.yaml +++ b/stable/metallb/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -version: 0.5.0 +version: 0.6.0 name: metallb -appVersion: 0.6.1 +appVersion: 0.6.2 description: MetalLB is a load-balancer implementation for bare metal Kubernetes clusters keywords: ["load-balancer", "balancer", "lb", "bgp", "arp", "vrrp", "vip"] home: https://metallb.universe.tf diff --git a/stable/metallb/values.yaml b/stable/metallb/values.yaml index c8318fda94..ab9bcae953 100644 --- a/stable/metallb/values.yaml +++ b/stable/metallb/values.yaml @@ -53,7 +53,7 @@ serviceAccounts: controller: image: repository: metallb/controller - tag: v0.6.1 + tag: v0.6.2 pullPolicy: IfNotPresent resources: # limits: @@ -65,7 +65,7 @@ controller: speaker: image: repository: metallb/speaker - tag: v0.6.1 + tag: v0.6.2 pullPolicy: IfNotPresent resources: # limits: