diff --git a/bitnami/metallb/Chart.yaml b/bitnami/metallb/Chart.yaml index 2c1e8ac42b..8da6c2beb6 100644 --- a/bitnami/metallb/Chart.yaml +++ b/bitnami/metallb/Chart.yaml @@ -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 diff --git a/bitnami/metallb/templates/speaker/daemonset.yaml b/bitnami/metallb/templates/speaker/daemonset.yaml index a06d14ec53..9f548fa25a 100644 --- a/bitnami/metallb/templates/speaker/daemonset.yaml +++ b/bitnami/metallb/templates/speaker/daemonset.yaml @@ -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