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