File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.6
18
+ version : 0.1.7
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 22
22
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR : " 1.5"
23
23
DISCOURSE_DB_SOCKET : " /var/run/postgresql"
24
24
LETSENCRYPT_DIR : " /shared/letsencrypt"
25
- DISCOURSE_DEVELOPER_EMAILS : " jakub.vysoky@ethereum.org,ligi@ethereum.org "
25
+ DISCOURSE_DEVELOPER_EMAILS : {{ join ","" .Values.forum.admins | quote }}
26
26
PATH : " /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
27
27
RUBY_VERSION : " 3.3.6"
28
28
PG_MAJOR : " 15"
Original file line number Diff line number Diff line change 19
19
version : " latest"
20
20
hostname : " forum.discource.example"
21
21
workers : 4
22
+ admins : []
22
23
letsencrypt :
23
24
email : john@doe.com
24
25
mail :
You can’t perform that action at this time.
0 commit comments