Skip to content

Commit

Permalink
Seq: use deployment strategy (helm#20526)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Chester <adamchester@gmail.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
adamchester authored and Miguel Mingorance committed Aug 28, 2020
1 parent 0a7e8cb commit 8a6a8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/seq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions stable/seq/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
matchLabels:
app: {{ template "seq.name" . }}
release: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit 8a6a8be

Please sign in to comment.