Revert upgrade hook (#14531)

* Revert "creating secret on pre-upgrade (#14455)"

This reverts commit e55a4c1aef.

Signed-off-by: Kévin Dunglas <dunglas@gmail.com>

* Revert "Create configmap on helm upgrade too (#14447)"

This reverts commit 1c996f98ac.

Signed-off-by: Kévin Dunglas <dunglas@gmail.com>

* [stable/mercure] Revert add upgrade hook

Signed-off-by: Kévin Dunglas <dunglas@gmail.com>
This commit is contained in:
Kévin Dunglas
2019-06-05 13:44:14 -07:00
committed by Kubernetes Prow Robot
parent 8ec2bd8b0c
commit 9d4da2013f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.5.0"
description: The Mercure hub allows to push data updates using the Mercure protocol to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way
name: mercure
version: 1.0.4
version: 1.0.5
keywords:
- mercure
- hub
+1 -1
View File
@@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: {{ include "mercure.fullname" . }}
annotations:
helm.sh/hook: "pre-install,pre-upgrade"
helm.sh/hook: "pre-install"
labels:
app.kubernetes.io/name: {{ include "mercure.name" . }}
helm.sh/chart: {{ include "mercure.chart" . }}
+1 -1
View File
@@ -3,7 +3,7 @@ kind: Secret
metadata:
name: {{ include "mercure.fullname" . }}
annotations:
helm.sh/hook: "pre-install,pre-upgrade"
helm.sh/hook: "pre-install"
labels:
app.kubernetes.io/name: {{ include "mercure.name" . }}
helm.sh/chart: {{ include "mercure.chart" . }}