Skip to content

Commit

Permalink
Merge pull request #189 from erka/rd/no-update-check
Browse files Browse the repository at this point in the history
chore: disable updates checker
  • Loading branch information
GeorgeMac authored Nov 29, 2024
2 parents ad0395f + 5165f15 commit af57703
Show file tree
Hide file tree
Showing 2 changed files with 3 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.74.1
version: 0.74.2
appVersion: v1.52.1
maintainers:
- name: Flipt
Expand Down
2 changes: 2 additions & 0 deletions charts/flipt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
env:
- name: FLIPT_META_STATE_DIRECTORY
value: /home/flipt/.config/flipt
- name: FLIPT_META_CHECK_FOR_UPDATES
value: "0"
{{- if .Values.flipt.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.flipt.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit af57703

Please sign in to comment.