Skip to content

Commit

Permalink
Change deployment type to Recreate (helm#10585)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Dickman <[email protected]>
  • Loading branch information
tdickman authored and wgiddens committed Jan 18, 2019
1 parent a65fe2e commit ebc6f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/bitcoind/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: bitcoind
version: 0.1.4
version: 0.1.5
appVersion: 0.15.1
description: Bitcoin is an innovative payment network and a new kind of money.
keywords:
Expand Down
2 changes: 2 additions & 0 deletions stable/bitcoind/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
strategy:
type: Recreate
selector:
matchLabels:
app: {{ template "bitcoind.name" . }}
Expand Down

0 comments on commit ebc6f3d

Please sign in to comment.