File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : flagsmith
3
3
description : Flagsmith
4
4
type : application
5
- version : 0.17 .0
6
- appVersion : 2.42.1
5
+ version : 0.18 .0
6
+ appVersion : 2.50.2
7
7
dependencies :
8
8
- name : postgresql
9
9
repository : https://charts.helm.sh/stable
Original file line number Diff line number Diff line change 42
42
name : {{ template "flagsmith.influxdb.fullname" . }}-external-auth
43
43
key : admin-token
44
44
{{- end }}
45
+ {{- else }}
46
+ - name : USE_POSTGRES_FOR_ANALYTICS
47
+ value : ' true'
45
48
{{- end }}
46
49
- name : DJANGO_ALLOWED_HOSTS
47
50
value : ' *'
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ pgbouncer:
231
231
timeoutSeconds : 2
232
232
233
233
influxdb2 :
234
- enabled : true
234
+ enabled : false
235
235
adminUser :
236
236
organization : ' influxdata'
237
237
bucket : ' default'
You can’t perform that action at this time.
0 commit comments