Skip to content

Commit 142e232

Browse files
committed
Switch to PosgreSQL backend for analytics
1 parent fac7085 commit 142e232

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

charts/flagsmith/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: flagsmith
33
description: Flagsmith
44
type: application
5-
version: 0.17.0
6-
appVersion: 2.42.1
5+
version: 0.18.0
6+
appVersion: 2.50.2
77
dependencies:
88
- name: postgresql
99
repository: https://charts.helm.sh/stable

charts/flagsmith/templates/_api_environment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
name: {{ template "flagsmith.influxdb.fullname" . }}-external-auth
4343
key: admin-token
4444
{{- end }}
45+
{{- else }}
46+
- name: USE_POSTGRES_FOR_ANALYTICS
47+
value: 'true'
4548
{{- end }}
4649
- name: DJANGO_ALLOWED_HOSTS
4750
value: '*'

charts/flagsmith/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pgbouncer:
231231
timeoutSeconds: 2
232232

233233
influxdb2:
234-
enabled: true
234+
enabled: false
235235
adminUser:
236236
organization: 'influxdata'
237237
bucket: 'default'

0 commit comments

Comments
 (0)