Synchronize upstreamed folder to 333bdfb

This commit is contained in:
bitnami-bot
2018-08-09 10:36:18 +00:00
parent e35f519d7c
commit 1895be03b3
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: ghost
version: 4.0.12
version: 4.0.13
appVersion: 1.25.3
description: A simple, powerful publishing platform that allows you to share your
stories with the world

View File

@@ -62,6 +62,7 @@ The following table lists the configurable parameters of the Ghost chart and the
| `ghostBlogTitle` | Ghost Blog name | `User's Blog` |
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
| `externalDatabase.host` | Host of the external database | `nil` |
| `externalDatabase.port` | Port of the external database | `nil` |
| `externalDatabase.user` | Existing username in the external db | `bn_ghost` |
| `externalDatabase.password` | Password for the above username | `nil` |
| `externalDatabase.database` | Name of the existing database | `bitnami_ghost` |

View File

@@ -48,8 +48,10 @@ spec:
{{- else }}
value: {{ .Values.externalDatabase.host | quote }}
{{- end }}
{{- if and (not .Values.mariadb.enabled) .Values.externalDatabase.port }}
- name: MARIADB_PORT_NUMBER
value: "3306"
value: {{ .Values.externalDatabase.port | quote }}
{{- end }}
- name: GHOST_DATABASE_NAME
{{- if .Values.mariadb.enabled }}
value: {{ .Values.mariadb.db.name | quote }}

View File

@@ -82,6 +82,9 @@ externalDatabase:
## Database host
# host:
## Database port
# port:
## Database user
# user: bn_ghost