diff --git a/stable/bookstack/Chart.yaml b/stable/bookstack/Chart.yaml index 1238833560..3f94b39937 100644 --- a/stable/bookstack/Chart.yaml +++ b/stable/bookstack/Chart.yaml @@ -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 diff --git a/stable/bookstack/README.md b/stable/bookstack/README.md index a4cea49a24..36f895f022 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.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` | diff --git a/stable/bookstack/values.yaml b/stable/bookstack/values.yaml index bed83bc6d6..6043a5cf2d 100644 --- a/stable/bookstack/values.yaml +++ b/stable/bookstack/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: solidnerd/bookstack - tag: 0.24.1 + tag: 0.24.2 pullPolicy: IfNotPresent app: