Skip to content

Commit

Permalink
Merge pull request #68 from okaufmann/add-update-strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Feb 15, 2024
2 parents cd729b8 + 5cccfc6 commit 41cf65b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/firefly-iii/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: firefly-iii
version: 1.7.4
version: 1.8.0
description: Installs Firefly III
type: application
home: https://www.firefly-iii.org/
Expand Down
2 changes: 2 additions & 0 deletions charts/firefly-iii/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: {{ default "RollingUpdate" .Values.deploymentStrategyType }}
selector:
matchLabels:
{{- include "firefly-iii.selectorLabels" . | nindent 6 }}
Expand Down
1 change: 1 addition & 0 deletions charts/firefly-iii/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
replicaCount: 1
deploymentStrategyType: RollingUpdate

image:
repository: "fireflyiii/core"
Expand Down

0 comments on commit 41cf65b

Please sign in to comment.