diff --git a/stable/seq/Chart.yaml b/stable/seq/Chart.yaml index 2a4ec17338ae..e1e31adf3b3b 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 49f32df4f499..3f8faa1c4350 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: