diff --git a/stable/bookstack/Chart.yaml b/stable/bookstack/Chart.yaml index 2c47a46bca..5965f2b09b 100644 --- a/stable/bookstack/Chart.yaml +++ b/stable/bookstack/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 0.24.3 +appVersion: 0.25.2 description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. name: bookstack -version: 1.0.2 +version: 1.0.3 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 77f83263f8..3bcdbd454c 100644 --- a/stable/bookstack/README.md +++ b/stable/bookstack/README.md @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Redmine chart and t | --------------------------------- | ---------------------------------------- | ------------------------------------------------------- | | `replicaCount` | Number of replicas to start | `1` | | `image.repository` | Bookstack image name | `solidnerd/bookstack` | -| `image.tag` | Bookstack image tag | `0.24.3` | +| `image.tag` | Bookstack image tag | `0.25.2` | | `image.pullPolicy` | Bookstack image pull policy | `IfNotPresent` | | `externalDatabase.host` | Host of the external database | `nil` | | `externalDatabase.port` | Port of the external database | `3306` | diff --git a/stable/bookstack/values.yaml b/stable/bookstack/values.yaml index 4b5e63632e..2b71fab885 100644 --- a/stable/bookstack/values.yaml +++ b/stable/bookstack/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: solidnerd/bookstack - tag: 0.24.3 + tag: 0.25.2 pullPolicy: IfNotPresent app: