Skip to content

Commit

Permalink
Add deployment strategy customization (#178)
Browse files Browse the repository at this point in the history
* Add deployment strategy customization

* fix: bump chart version
  • Loading branch information
devnev authored Oct 1, 2024
1 parent acb9ab5 commit 834d098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flipt
home: https://flipt.io
description: Flipt is an open-source, self-hosted feature flag solution.
type: application
version: 0.70.2
version: 0.70.3
appVersion: v1.50.0
maintainers:
- name: Flipt
Expand Down
4 changes: 4 additions & 0 deletions charts/flipt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- end }}
1 change: 1 addition & 0 deletions charts/flipt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pdb:
nodeSelector: {}
tolerations: []
affinity: {}
strategy: {}

## Container ports
##
Expand Down

0 comments on commit 834d098

Please sign in to comment.