From d8bc800905ce8dec4cf0e7d86790013d5b8925fd Mon Sep 17 00:00:00 2001 From: Niclas Mietz Date: Mon, 18 Mar 2019 11:05:52 +0100 Subject: [PATCH] [stable/bookstack] upgrade bookstack to 0.25.2 (#12303) Signed-off-by: solidnerd --- stable/bookstack/Chart.yaml | 4 ++-- stable/bookstack/README.md | 2 +- stable/bookstack/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: