Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6393757cbf
commit
2d1fd54b96
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [xwiki-8.0.19](https://github.com/truecharts/charts/compare/xwiki-8.0.18...xwiki-8.0.19) (2023-11-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [xwiki-8.0.20](https://github.com/truecharts/charts/compare/xwiki-8.0.19...xwiki-8.0.20) (2023-11-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/xwiki to v15.9.0-postgres ([#14406](https://github.com/truecharts/charts/issues/14406))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [xwiki-8.0.19](https://github.com/truecharts/charts/compare/xwiki-8.0.18...xwiki-8.0.19) (2023-11-05)
|
## [xwiki-8.0.19](https://github.com/truecharts/charts/compare/xwiki-8.0.18...xwiki-8.0.19) (2023-11-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [xwiki-8.0.9](https://github.com/truecharts/charts/compare/xwiki-8.0.8...xwiki-8.0.9) (2023-09-28)
|
## [xwiki-8.0.9](https://github.com/truecharts/charts/compare/xwiki-8.0.8...xwiki-8.0.9) (2023-09-28)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/xwiki to v15.8.0 ([#13044](https://github.com/truecharts/charts/issues/13044))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [xwiki-8.0.8](https://github.com/truecharts/charts/compare/xwiki-8.0.7...xwiki-8.0.8) (2023-09-04)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -19,7 +19,7 @@ name: xwiki
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
|
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
|
||||||
- https://github.com/xwiki/xwiki-docker
|
- https://github.com/xwiki/xwiki-docker
|
||||||
version: 8.0.19
|
version: 8.0.20
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: productivity
|
truecharts.org/category: productivity
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [xwiki-8.0.20](https://github.com/truecharts/charts/compare/xwiki-8.0.19...xwiki-8.0.20) (2023-11-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/xwiki to v15.9.0-postgres ([#14406](https://github.com/truecharts/charts/issues/14406))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/xwiki
|
repository: tccr.io/truecharts/xwiki
|
||||||
tag: v15.9.0-postgres@sha256:f351d1e318e601aaf16da107e7f99f77d8af335afb8ac54f6c96ec0cf01f5c3e
|
tag: v15.9.0-postgres@sha256:90c6f0547641ba217c71a1b18986e9cb7286f48e4738c02e3faa9c950df034f0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -1008,7 +1008,7 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -1037,7 +1037,7 @@ questions:
|
||||||
- variable: scaleCert
|
- variable: scaleCert
|
||||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
schema:
|
schema:
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
@ -1046,13 +1046,13 @@ questions:
|
||||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: secretName
|
- variable: secretName
|
||||||
label: Use Custom Secret (Advanced)
|
label: Use Custom Secret (Advanced)
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["clusterIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
Loading…
Reference in New Issue