From ef230732e9ced225b03007f84e87bf8661147eca Mon Sep 17 00:00:00 2001 From: Niclas Mietz Date: Tue, 1 Jan 2019 23:55:26 +0100 Subject: [PATCH] [stable/bookstack] upgrade bookstack to 0.24.3 (#10323) 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 3f94b39937..0ac5fe36c1 100644 --- a/stable/bookstack/Chart.yaml +++ b/stable/bookstack/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 0.24.2 +appVersion: 0.24.3 description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. name: bookstack -version: 0.1.2 +version: 0.1.3 home: https://www.bookstackapp.com/ sources: - https://github.com/BookStackApp/BookStack diff --git a/stable/bookstack/README.md b/stable/bookstack/README.md index 36f895f022..b1dcf22177 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.2` | +| `image.tag` | Bookstack image tag | `0.24.3` | | `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 6043a5cf2d..96f55fe441 100644 --- a/stable/bookstack/values.yaml +++ b/stable/bookstack/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: solidnerd/bookstack - tag: 0.24.2 + tag: 0.24.3 pullPolicy: IfNotPresent app: