We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e027608 commit 950c2b3Copy full SHA for 950c2b3
charts/flagsmith/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: flagsmith
3
description: Flagsmith
4
type: application
5
-version: 0.16.1
+version: 0.16.2
6
appVersion: 2.42.1
7
dependencies:
8
- name: postgresql
charts/flagsmith/templates/_helpers.tpl
@@ -225,7 +225,7 @@ Frontend environment
225
{{- define "flagsmith.frontend.environment" -}}
226
- name: ASSET_URL
227
value: '/'
228
-{{- if and .Values.frontend.apiProxy.enabled false }}
+{{- if .Values.frontend.apiProxy.enabled }}
229
- name: PROXY_API_URL
230
value: http://{{ include "flagsmith.fullname" . }}-api.{{ .Release.Namespace }}:{{ .Values.service.api.port }}
231
- name: FLAGSMITH_PROXY_API_URL
0 commit comments