Skip to content

Commit f36736a

Browse files
authored
Fix typo in redash.env template (#181)
1 parent e6dce74 commit f36736a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/redash/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: redash
3-
version: 3.1.0-alpha6
3+
version: 3.1.0-alpha7
44
appVersion: 24.04.0-dev-b8718551048.32
55
description: Redash is an open source tool built for teams to query, visualize and collaborate.
66
keywords:

charts/redash/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Shared environment block used across each component.
459459
{{- end }}
460460
{{- with .Values.redash.jwtAuthHeaderName }}
461461
- name: REDASH_JWT_AUTH_HEADER_NAME
462-
value: {{ .quote }}
462+
value: {{ quote . }}
463463
{{- end }}
464464
{{- with .Values.redash.featureShowQueryResultsCount }}
465465
- name: REDASH_FEATURE_SHOW_QUERY_RESULTS_COUNT

0 commit comments

Comments
 (0)