From c7a28d4f0d3d27adcdfa7805d65cbfbdf57cc579 Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Sun, 18 Mar 2018 05:57:58 -0700 Subject: [PATCH] stable/metallb: update to 0.4.6. (#4252) Notable change is the removal of the --config-ns flag, other than that changes are just minor bugfixes. --- stable/metallb/Chart.yaml | 4 ++-- stable/metallb/templates/controller.yaml | 1 - stable/metallb/templates/speaker.yaml | 1 - stable/metallb/values.yaml | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/stable/metallb/Chart.yaml b/stable/metallb/Chart.yaml index 87f4b506ac..d12fcb04c7 100644 --- a/stable/metallb/Chart.yaml +++ b/stable/metallb/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -version: 0.1.0 +version: 0.2.0 name: metallb -appVersion: 0.4.3 +appVersion: 0.4.6 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/templates/controller.yaml b/stable/metallb/templates/controller.yaml index 4fb121ab6f..6fe1282563 100644 --- a/stable/metallb/templates/controller.yaml +++ b/stable/metallb/templates/controller.yaml @@ -40,7 +40,6 @@ spec: imagePullPolicy: {{ .Values.controller.image.pullPolicy }} args: - --port=7472 - - --config-ns={{ .Release.Namespace }} - --config={{ template "metallb.fullname" . }} ports: - name: monitoring diff --git a/stable/metallb/templates/speaker.yaml b/stable/metallb/templates/speaker.yaml index c5677e0bb3..ea33b84a18 100644 --- a/stable/metallb/templates/speaker.yaml +++ b/stable/metallb/templates/speaker.yaml @@ -37,7 +37,6 @@ spec: imagePullPolicy: {{ .Values.speaker.image.pullPolicy }} args: - --port=7472 - - --config-ns={{ .Release.Namespace }} - --config={{ template "metallb.fullname" . }} env: - name: METALLB_NODE_IP diff --git a/stable/metallb/values.yaml b/stable/metallb/values.yaml index a935d292fb..c717957f71 100644 --- a/stable/metallb/values.yaml +++ b/stable/metallb/values.yaml @@ -47,7 +47,7 @@ serviceAccounts: controller: image: repository: metallb/controller - tag: v0.4.3 + tag: v0.4.6 pullPolicy: IfNotPresent resources: # limits: @@ -59,7 +59,7 @@ controller: speaker: image: repository: metallb/speaker - tag: v0.4.3 + tag: v0.4.6 pullPolicy: IfNotPresent resources: # limits: