File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kubeVersion: ">=1.14.0-0"
2020
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
23- version : 0.1.2
23+ version : 0.1.3
2424
2525# This is the version number of the application being deployed. This version number should be
2626# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 2222# # If you want to use external database, just set postgresql.enabled to false
2323# #
2424postgresql :
25- install : true
25+ enabled : true
2626 volumePermissions :
2727 enabled : true
2828 postgresqlUsername : codimd
@@ -36,7 +36,7 @@ postgresql:
3636# # If you prefer MariaDB, we also supported.
3737# #
3838mariadb :
39- install : false
39+ enabled : false
4040 volumePermissions :
4141 enabled : true
4242 db :
You can’t perform that action at this time.
0 commit comments