Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
stable/metallb: update to MetalLB 0.7.3. (#7321)
Browse files Browse the repository at this point in the history
The new upstream version requires fewer cluster privileges,
so one Role and one RoleBinding are removed with the version
change.
  • Loading branch information
danderson authored and k8s-ci-robot committed Sep 11, 2018
1 parent f69eae8 commit e43693b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
4 changes: 2 additions & 2 deletions stable/metallb/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
version: 0.7.0
version: 0.8.0

name: metallb
appVersion: 0.6.2
appVersion: 0.7.3
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
Expand Down
35 changes: 0 additions & 35 deletions stable/metallb/templates/rbac.yaml
Expand Up @@ -37,24 +37,6 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ template "metallb.fullname" . }}-leader-election
labels:
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
chart: {{ template "metallb.chart" . }}
app: {{ template "metallb.name" . }}
rules:
- apiGroups: [""]
resources: ["endpoints"]
resourceNames: ["metallb-speaker"]
verbs: ["get", "update"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["create"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ template "metallb.fullname" . }}-config-watcher
labels:
Expand Down Expand Up @@ -126,21 +108,4 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ template "metallb.fullname" . }}-config-watcher
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ template "metallb.fullname" . }}-leader-election
labels:
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
chart: {{ template "metallb.chart" . }}
app: {{ template "metallb.name" . }}
subjects:
- kind: ServiceAccount
name: {{ template "metallb.speakerServiceAccountName" . }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ template "metallb.fullname" . }}-leader-election
{{- end -}}
4 changes: 2 additions & 2 deletions stable/metallb/values.yaml
Expand Up @@ -53,7 +53,7 @@ serviceAccounts:
controller:
image:
repository: metallb/controller
tag: v0.6.2
tag: v0.7.3
pullPolicy: IfNotPresent
resources: {}
# limits:
Expand All @@ -68,7 +68,7 @@ controller:
speaker:
image:
repository: metallb/speaker
tag: v0.6.2
tag: v0.7.3
pullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down

0 comments on commit e43693b

Please sign in to comment.