Skip to content

Commit 426d5ef

Browse files
afermonBitnami Containers
andauthored
[bitnami/ghost] Readme mariadb persistence keys (#2509)
* fix mariadb persistence keys * bump chart version * [bitnami/ghost] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
1 parent 194ca6a commit 426d5ef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bitnami/ghost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: ghost
3-
version: 10.0.0
3+
version: 10.0.1
44
appVersion: 3.14.0
55
description: A simple, powerful publishing platform that allows you to share your stories with the world
66
keywords:

bitnami/ghost/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ The following table lists the configurable parameters of the Ghost chart and the
126126
| `mariadb.db.name` | MariaDB Database name to create | `bitnami_ghost` |
127127
| `mariadb.db.user` | MariaDB Database user to create | `bn_ghost` |
128128
| `mariadb.db.password` | MariaDB Password for user | _random 10 character long alphanumeric string_ |
129-
| `mariadb.persistence.enabled` | Whether or not to MariaDB persistence | `true` |
130-
| `mariadb.persistence.accessMode` | Persistent Volume Access Modes | `[ReadWriteOnce]` |
131-
| `mariadb.persistence.size` | Persistent Volume Size | `8Gi` |
129+
| `mariadb.master.persistence.enabled` | Whether or not to MariaDB persistence | `true` |
130+
| `mariadb.master.persistence.accessMode` | Persistent Volume Access Modes | `[ReadWriteOnce]` |
131+
| `mariadb.master.persistence.size` | Persistent Volume Size | `8Gi` |
132132
| `persistence.enabled` | Enable persistence using PVC | `true` |
133133
| `persistence.existingClaim` | Use an existing PVC | `""` |
134134
| `persistence.storageClass` | PVC Storage Class for Ghost volume | `nil` (uses alpha storage annotation) |

bitnami/ghost/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 0.2.0
55
- name: mariadb
66
repository: https://charts.bitnami.com/bitnami
7-
version: 7.3.21
8-
digest: sha256:754266106946779fe2ff263b80bcec57ef647d0777a2d1a59d9fae6d90b94533
9-
generated: "2020-04-30T09:22:22.091929059Z"
7+
version: 7.4.1
8+
digest: sha256:16ec1ceeca5e1c417133ced93e64bdaa37695bb2f138c0967dc8a9e639a23d48
9+
generated: "2020-05-07T06:20:33.702478945Z"

bitnami/ghost/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
image:
1515
registry: docker.io
1616
repository: bitnami/ghost
17-
tag: 3.14.0-debian-10-r2
17+
tag: 3.14.0-debian-10-r7
1818
## Specify a imagePullPolicy
1919
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
2020
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

0 commit comments

Comments
 (0)