diff --git a/stable/bookstack/Chart.yaml b/stable/bookstack/Chart.yaml index 9238681d9b..3d91f6a111 100644 --- a/stable/bookstack/Chart.yaml +++ b/stable/bookstack/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.27.4-1 description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. name: bookstack -version: 1.1.1 +version: 1.1.2 home: https://www.bookstackapp.com/ icon: https://github.com/BookStackApp/website/blob/master/static/images/logo.png sources: diff --git a/stable/bookstack/README.md b/stable/bookstack/README.md index ae931de3f6..61bdcd97f9 100644 --- a/stable/bookstack/README.md +++ b/stable/bookstack/README.md @@ -61,10 +61,10 @@ The following table lists the configurable parameters of the Redmine chart and t | `mariadb.db.user` | Database user to create | `bookstack` | | `mariadb.db.password` | Password for the database | `nil` | | `mariadb.rootUser.password` | MariaDB admin password | `nil` | -| `mariadb.persistence.enabled` | Enable MariaDB persistence using PVC | `true` | -| `mariadb.persistence.storageClass` | PVC Storage Class for MariaDB volume | `nil` (uses alpha storage class annotation) | -| `mariadb.persistence.accessMode` | PVC Access Mode for MariaDB volume | `ReadWriteOnce` | -| `mariadb.persistence.size` | PVC Storage Request for MariaDB volume | `8Gi` | +| `mariadb.master.persistence.enabled` | Enable MariaDB persistence using PVC | `true` | +| `mariadb.master.persistence.storageClass` | PVC Storage Class for MariaDB volume | `nil` (uses alpha storage class annotation) | +| `mariadb.master.persistence.accessMode` | PVC Access Mode for MariaDB volume | `ReadWriteOnce` | +| `mariadb.master.persistence.size` | PVC Storage Request for MariaDB volume | `8Gi` | | `service.type` | Desired service type | `ClusterIP` | | `service.port` | Service exposed port | `80` | | `podSecurityPolicy.enabled` | Create & use Pod Security Policy resources | `false` |