Skip to content

Commit af57703

Browse files
authored
Merge pull request #189 from erka/rd/no-update-check
chore: disable updates checker
2 parents ad0395f + 5165f15 commit af57703

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/flipt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: flipt
33
home: https://flipt.io
44
description: Flipt is an open-source, self-hosted feature flag solution.
55
type: application
6-
version: 0.74.1
6+
version: 0.74.2
77
appVersion: v1.52.1
88
maintainers:
99
- name: Flipt

charts/flipt/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ spec:
5555
env:
5656
- name: FLIPT_META_STATE_DIRECTORY
5757
value: /home/flipt/.config/flipt
58+
- name: FLIPT_META_CHECK_FOR_UPDATES
59+
value: "0"
5860
{{- if .Values.flipt.extraEnvVars }}
5961
{{- include "common.tplvalues.render" (dict "value" .Values.flipt.extraEnvVars "context" $) | nindent 12 }}
6062
{{- end }}

0 commit comments

Comments
 (0)