From f7bfbb28b3b5815043d73cbf5dfb550f3a675e40 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Fri, 23 Dec 2022 15:26:58 +0100 Subject: [PATCH] change update-strategy for uba and sepa to Recreate --- config/default/templates/mobene-uba-export/deployment.yml | 3 ++- config/default/templates/smardigo-sepa-exporter/deployment.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/default/templates/mobene-uba-export/deployment.yml b/config/default/templates/mobene-uba-export/deployment.yml index 0ea2aea..6086884 100644 --- a/config/default/templates/mobene-uba-export/deployment.yml +++ b/config/default/templates/mobene-uba-export/deployment.yml @@ -7,11 +7,12 @@ spec: selector: matchLabels: app: "{{ .Release.Name }}-mobene-uba" + strategy: + type: Recreate template: metadata: labels: app: "{{ .Release.Name }}-mobene-uba" - spec: spec: containers: - name: "{{ .Release.Name }}-mobene-uba" diff --git a/config/default/templates/smardigo-sepa-exporter/deployment.yml b/config/default/templates/smardigo-sepa-exporter/deployment.yml index 10a682c..7f9b051 100644 --- a/config/default/templates/smardigo-sepa-exporter/deployment.yml +++ b/config/default/templates/smardigo-sepa-exporter/deployment.yml @@ -7,11 +7,12 @@ spec: selector: matchLabels: app: "{{ .Release.Name }}-smardigo-sepa-exporter" + strategy: + type: Recreate template: metadata: labels: app: "{{ .Release.Name }}-smardigo-sepa-exporter" - spec: spec: containers: - name: "{{ .Release.Name }}-smardigo-sepa-exporter"