We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad0395f + 5165f15 commit af57703Copy full SHA for af57703
charts/flipt/Chart.yaml
@@ -3,7 +3,7 @@ name: flipt
3
home: https://flipt.io
4
description: Flipt is an open-source, self-hosted feature flag solution.
5
type: application
6
-version: 0.74.1
+version: 0.74.2
7
appVersion: v1.52.1
8
maintainers:
9
- name: Flipt
charts/flipt/templates/deployment.yaml
@@ -55,6 +55,8 @@ spec:
55
env:
56
- name: FLIPT_META_STATE_DIRECTORY
57
value: /home/flipt/.config/flipt
58
+ - name: FLIPT_META_CHECK_FOR_UPDATES
59
+ value: "0"
60
{{- if .Values.flipt.extraEnvVars }}
61
{{- include "common.tplvalues.render" (dict "value" .Values.flipt.extraEnvVars "context" $) | nindent 12 }}
62
{{- end }}
0 commit comments