From 384f57f9601dbf391eec28873af65923c3a0e68c Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Tue, 4 Feb 2020 19:15:26 +1000 Subject: [PATCH] Seq: use deployment strategy (#20526) Signed-off-by: Adam Chester --- stable/seq/Chart.yaml | 2 +- stable/seq/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/seq/Chart.yaml b/stable/seq/Chart.yaml index 2a4ec17338..e1e31adf3b 100644 --- a/stable/seq/Chart.yaml +++ b/stable/seq/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: seq -version: 1.0.4 +version: 1.0.5 appVersion: 5 description: Seq is the easiest way for development teams to capture, search and visualize structured log events! This page will walk you through the very quick setup process. keywords: diff --git a/stable/seq/templates/deployment.yaml b/stable/seq/templates/deployment.yaml index 49f32df4f4..3f8faa1c43 100644 --- a/stable/seq/templates/deployment.yaml +++ b/stable/seq/templates/deployment.yaml @@ -12,6 +12,8 @@ spec: matchLabels: app: {{ template "seq.name" . }} release: {{ .Release.Name }} + strategy: + type: Recreate template: metadata: labels: