File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : ghost
3- version : 10.0.0
3+ version : 10.0.1
44appVersion : 3.14.0
55description : A simple, powerful publishing platform that allows you to share your stories with the world
66keywords :
Original file line number Diff line number Diff 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) |
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 1414image :
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
You can’t perform that action at this time.
0 commit comments