From 9d4da2013fa617a4afb9486b97ddb3007f2ac7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 5 Jun 2019 22:44:15 +0200 Subject: [PATCH] Revert upgrade hook (#14531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "creating secret on pre-upgrade (#14455)" This reverts commit e55a4c1aefda92654cd2ec5e5c6f9d2851bf1c9c. Signed-off-by: Kévin Dunglas * Revert "Create configmap on helm upgrade too (#14447)" This reverts commit 1c996f98ac8a33ee79a9e163e9478937e0006071. Signed-off-by: Kévin Dunglas * [stable/mercure] Revert add upgrade hook Signed-off-by: Kévin Dunglas --- stable/mercure/Chart.yaml | 2 +- stable/mercure/templates/configmap.yaml | 2 +- stable/mercure/templates/secret.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mercure/Chart.yaml b/stable/mercure/Chart.yaml index bcc59a519e..a23cf08912 100644 --- a/stable/mercure/Chart.yaml +++ b/stable/mercure/Chart.yaml @@ -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 diff --git a/stable/mercure/templates/configmap.yaml b/stable/mercure/templates/configmap.yaml index 846caddc47..7577bb8d23 100644 --- a/stable/mercure/templates/configmap.yaml +++ b/stable/mercure/templates/configmap.yaml @@ -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" . }} diff --git a/stable/mercure/templates/secret.yaml b/stable/mercure/templates/secret.yaml index 31df170ee1..ae1541b8f8 100644 --- a/stable/mercure/templates/secret.yaml +++ b/stable/mercure/templates/secret.yaml @@ -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" . }}