mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/bookstack] upgrade bookstack to 0.25.2 (#12303)
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4a18fe1bdf
commit
d8bc800905
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: solidnerd/bookstack
|
||||
tag: 0.24.3
|
||||
tag: 0.25.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user