diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index b6c3c85..bb1f89a 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -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 diff --git a/charts/flipt/templates/deployment.yaml b/charts/flipt/templates/deployment.yaml index aa25442..6c1c16d 100644 --- a/charts/flipt/templates/deployment.yaml +++ b/charts/flipt/templates/deployment.yaml @@ -128,3 +128,7 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.strategy }} + strategy: + {{- toYaml . | nindent 8 }} + {{- end }} diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index f10c59b..77814ab 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -97,6 +97,7 @@ pdb: nodeSelector: {} tolerations: [] affinity: {} +strategy: {} ## Container ports ##