diff --git a/bitnami/metallb/Chart.yaml b/bitnami/metallb/Chart.yaml index 3859272ad7..37182f180c 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.2.1 +version: 2.2.2 diff --git a/bitnami/metallb/templates/speaker/secret.yaml b/bitnami/metallb/templates/speaker/secret.yaml index c9f1eae4a3..7bce190f62 100644 --- a/bitnami/metallb/templates/speaker/secret.yaml +++ b/bitnami/metallb/templates/speaker/secret.yaml @@ -11,6 +11,8 @@ metadata: {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} {{- end }} annotations: + "helm.sh/hook": "pre-install" + "helm.sh/hook-delete-policy": "before-hook-creation" {{- if .Values.commonAnnotations }} {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }}