Skip to content

Commit e2e708d

Browse files
committed
fix values.yaml typo
1 parent d4599ab commit e2e708d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/codimd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/codimd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
## If you want to use external database, just set postgresql.enabled to false
2323
##
2424
postgresql:
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
##
3838
mariadb:
39-
install: false
39+
enabled: false
4040
volumePermissions:
4141
enabled: true
4242
db:

0 commit comments

Comments
 (0)