Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5bd71a93ef
commit
77cae23169
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [xwiki-8.0.16](https://github.com/truecharts/charts/compare/xwiki-8.0.15...xwiki-8.0.16) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.8.0-postgres ([#14168](https://github.com/truecharts/charts/issues/14168))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [xwiki-8.0.17](https://github.com/truecharts/charts/compare/xwiki-8.0.16...xwiki-8.0.17) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.9.0 ([#14192](https://github.com/truecharts/charts/issues/14192))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xwiki-8.0.16](https://github.com/truecharts/charts/compare/xwiki-8.0.15...xwiki-8.0.16) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [xwiki-8.0.6](https://github.com/truecharts/charts/compare/xwiki-8.0.5...xwiki-8.0.6) (2023-08-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.6.0-postgres ([#11666](https://github.com/truecharts/charts/issues/11666))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xwiki-8.0.5](https://github.com/truecharts/charts/compare/xwiki-8.0.4...xwiki-8.0.5) (2023-08-16)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "15.8.0"
|
||||
appVersion: "15.9.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -19,7 +19,7 @@ name: xwiki
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
|
||||
- https://github.com/xwiki/xwiki-docker
|
||||
version: 8.0.16
|
||||
version: 8.0.17
|
||||
annotations:
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [xwiki-8.0.17](https://github.com/truecharts/charts/compare/xwiki-8.0.16...xwiki-8.0.17) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xwiki to v15.9.0 ([#14192](https://github.com/truecharts/charts/issues/14192))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/xwiki
|
||||
tag: v15.8.0-postgres@sha256:3462bbc7380c5841b1b8f7560df14127a55df0d45e1a20d079837054b6107e03
|
||||
tag: v15.9.0-postgres@sha256:f351d1e318e601aaf16da107e7f99f77d8af335afb8ac54f6c96ec0cf01f5c3e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue