mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 13:40:23 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [bookstack-9.0.10](https://github.com/truecharts/charts/compare/bookstack-9.0.9...bookstack-9.0.10) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [bookstack-9.0.11](https://github.com/truecharts/charts/compare/bookstack-9.0.10...bookstack-9.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
|
||||
|
||||
|
||||
## [bookstack-9.0.10](https://github.com/truecharts/charts/compare/bookstack-9.0.9...bookstack-9.0.10) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [bookstack-9.0.1](https://github.com/truecharts/charts/compare/bookstack-9.0.0...bookstack-9.0.1) (2023-12-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump patch versions on all charts for new GUI release
|
||||
|
||||
|
||||
|
||||
|
||||
## [bookstack-9.0.0](https://github.com/truecharts/charts/compare/bookstack-8.0.15...bookstack-9.0.0) (2023-12-20)
|
||||
|
||||
### Chore
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: bookstack
|
||||
version: 9.0.10
|
||||
version: 9.0.11
|
||||
appVersion: 23.10.20231030
|
||||
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
|
||||
home: https://truecharts.org/charts/stable/bookstack
|
||||
@@ -24,14 +24,14 @@ keywords:
|
||||
- hosted
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.17
|
||||
version: 16.2.20
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 11.0.15
|
||||
version: 11.0.16
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
9
stable/bookstack/9.0.11/app-changelog.md
Normal file
9
stable/bookstack/9.0.11/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [bookstack-9.0.11](https://github.com/truecharts/charts/compare/bookstack-9.0.10...bookstack-9.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
|
||||
BIN
stable/bookstack/9.0.11/charts/common-16.2.20.tgz
Normal file
BIN
stable/bookstack/9.0.11/charts/common-16.2.20.tgz
Normal file
Binary file not shown.
BIN
stable/bookstack/9.0.11/charts/mariadb-11.0.16.tgz
Normal file
BIN
stable/bookstack/9.0.11/charts/mariadb-11.0.16.tgz
Normal file
Binary file not shown.
@@ -1280,15 +1280,22 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: name
|
||||
label: Name
|
||||
description: defaults to chartname
|
||||
label: Name (Optional)
|
||||
description: Defaults to chart name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: description
|
||||
label: Description
|
||||
description: defaults to chart description
|
||||
label: Description (Optional)
|
||||
description: Defaults to chart description
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
show_if: [["enabled", "=", true]]
|
||||
- variable: icon
|
||||
label: Icon (Optional)
|
||||
description: Defaults to chart icon
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
Reference in New Issue
Block a user