mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
Update bookstack to 0.24.2 (#9342)
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
committed by
k8s-ci-robot
parent
a977df6f07
commit
69ed23f4e2
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.24.1
|
||||
appVersion: 0.24.2
|
||||
description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||
name: bookstack
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
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.1` |
|
||||
| `image.tag` | Bookstack image tag | `0.24.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.1
|
||||
tag: 0.24.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
app:
|
||||
|
||||
Reference in New Issue
Block a user