We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dce74 commit f36736aCopy full SHA for f36736a
charts/redash/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: redash
3
-version: 3.1.0-alpha6
+version: 3.1.0-alpha7
4
appVersion: 24.04.0-dev-b8718551048.32
5
description: Redash is an open source tool built for teams to query, visualize and collaborate.
6
keywords:
charts/redash/templates/_helpers.tpl
@@ -459,7 +459,7 @@ Shared environment block used across each component.
459
{{- end }}
460
{{- with .Values.redash.jwtAuthHeaderName }}
461
- name: REDASH_JWT_AUTH_HEADER_NAME
462
- value: {{ .quote }}
+ value: {{ quote . }}
463
464
{{- with .Values.redash.featureShowQueryResultsCount }}
465
- name: REDASH_FEATURE_SHOW_QUERY_RESULTS_COUNT
0 commit comments