Skip to content

Commit f4f21fd

Browse files
fix quotes
1 parent 6987746 commit f4f21fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/discourse-vanilla/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.7
18+
version: 0.1.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/discourse-vanilla/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR: "1.5"
2323
DISCOURSE_DB_SOCKET: "/var/run/postgresql"
2424
LETSENCRYPT_DIR: "/shared/letsencrypt"
25-
DISCOURSE_DEVELOPER_EMAILS: {{ join ","" .Values.forum.admins | quote }}
25+
DISCOURSE_DEVELOPER_EMAILS: {{ join "," .Values.forum.admins | quote }}
2626
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
2727
RUBY_VERSION: "3.3.6"
2828
PG_MAJOR: "15"

0 commit comments

Comments
 (0)