[bitnami/metallb] Hotfix double tolerations in speaker daemonset. (#7044)

* Hotfix double tolerations in daemonset

* Bump version accordingly
This commit is contained in:
Marcel Fest
2021-07-26 08:22:26 +02:00
committed by GitHub
parent 22eb490a0c
commit b8a1e067ca
2 changed files with 1 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/metallb/metallb
- https://github.com/bitnami/bitnami-docker-metallb
- https://metallb.universe.tf
version: 2.4.5
version: 2.5.0

View File

@@ -29,9 +29,6 @@ spec:
{{- if .Values.hostAliases }}
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }}
{{- end }}
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
serviceAccountName: {{ include "metallb.speakerServiceAccountName" . }}
terminationGracePeriodSeconds: {{ .Values.speaker.daemonset.terminationGracePeriodSeconds }}
hostNetwork: true