[bitnami/metallb] revert: fix: remove unnecessary hooks (#5383)

* Revert "[bitnami/metallb] fix: remove unnecessary hooks (#5322)"

This reverts commit e3d18ead48.

* fix: update chart version properly
This commit is contained in:
Daniel Arteaga
2021-02-03 11:38:06 +01:00
committed by GitHub
parent 0f29afcb16
commit ffc447c09c
2 changed files with 3 additions and 1 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.2.1
version: 2.2.2

View File

@@ -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 }}