From fb06af6baac18c1effd13797715ef8558772d163 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 4 Feb 2023 06:57:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/xwiki/6.0.25/app-changelog.md | 9 --------- stable/xwiki/{6.0.25 => 6.0.26}/CHANGELOG.md | 18 +++++++++--------- stable/xwiki/{6.0.25 => 6.0.26}/Chart.yaml | 6 +++--- stable/xwiki/{6.0.25 => 6.0.26}/README.md | 0 stable/xwiki/6.0.26/app-changelog.md | 9 +++++++++ stable/xwiki/{6.0.25 => 6.0.26}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.22.tgz | Bin .../xwiki/{6.0.25 => 6.0.26}/ix_values.yaml | 2 +- .../xwiki/{6.0.25 => 6.0.26}/questions.yaml | 0 .../{6.0.25 => 6.0.26}/templates/common.yaml | 0 stable/xwiki/{6.0.25 => 6.0.26}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/xwiki/6.0.25/app-changelog.md rename stable/xwiki/{6.0.25 => 6.0.26}/CHANGELOG.md (92%) rename stable/xwiki/{6.0.25 => 6.0.26}/Chart.yaml (92%) rename stable/xwiki/{6.0.25 => 6.0.26}/README.md (100%) create mode 100644 stable/xwiki/6.0.26/app-changelog.md rename stable/xwiki/{6.0.25 => 6.0.26}/app-readme.md (100%) rename stable/xwiki/{6.0.25 => 6.0.26}/charts/common-11.1.2.tgz (100%) rename stable/xwiki/{6.0.25 => 6.0.26}/charts/postgresql-11.0.22.tgz (100%) rename stable/xwiki/{6.0.25 => 6.0.26}/ix_values.yaml (89%) rename stable/xwiki/{6.0.25 => 6.0.26}/questions.yaml (100%) rename stable/xwiki/{6.0.25 => 6.0.26}/templates/common.yaml (100%) rename stable/xwiki/{6.0.25 => 6.0.26}/values.yaml (100%) diff --git a/stable/xwiki/6.0.25/app-changelog.md b/stable/xwiki/6.0.25/app-changelog.md deleted file mode 100644 index 5c1dc832e7..0000000000 --- a/stable/xwiki/6.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [xwiki-6.0.25](https://github.com/truecharts/charts/compare/xwiki-6.0.24...xwiki-6.0.25) (2023-01-24) - -### Chore - -- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689)) - - \ No newline at end of file diff --git a/stable/xwiki/6.0.25/CHANGELOG.md b/stable/xwiki/6.0.26/CHANGELOG.md similarity index 92% rename from stable/xwiki/6.0.25/CHANGELOG.md rename to stable/xwiki/6.0.26/CHANGELOG.md index 0fc97b91e6..d12f527294 100644 --- a/stable/xwiki/6.0.25/CHANGELOG.md +++ b/stable/xwiki/6.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [xwiki-6.0.26](https://github.com/truecharts/charts/compare/xwiki-6.0.25...xwiki-6.0.26) (2023-02-04) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.0.0 + + + + ## [xwiki-6.0.25](https://github.com/truecharts/charts/compare/xwiki-6.0.24...xwiki-6.0.25) (2023-01-24) ### Chore @@ -88,12 +97,3 @@ ## [xwiki-6.0.16](https://github.com/truecharts/charts/compare/xwiki-6.0.15...xwiki-6.0.16) (2022-12-19) ### Chore - -- update helm general non-major - - - - -## [xwiki-6.0.15](https://github.com/truecharts/charts/compare/xwiki-6.0.14...xwiki-6.0.15) (2022-12-18) - -### Chore diff --git a/stable/xwiki/6.0.25/Chart.yaml b/stable/xwiki/6.0.26/Chart.yaml similarity index 92% rename from stable/xwiki/6.0.25/Chart.yaml rename to stable/xwiki/6.0.26/Chart.yaml index 9c7c5b062c..0927222aa1 100644 --- a/stable/xwiki/6.0.25/Chart.yaml +++ b/stable/xwiki/6.0.26/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "14.10.3" +appVersion: "15.0.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,9 +22,9 @@ maintainers: name: xwiki sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - - https://hub.docker.com/_/xwiki + - https://hub.docker.com/xwiki - https://github.com/xwiki/xwiki-docker -version: 6.0.25 +version: 6.0.26 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/xwiki/6.0.25/README.md b/stable/xwiki/6.0.26/README.md similarity index 100% rename from stable/xwiki/6.0.25/README.md rename to stable/xwiki/6.0.26/README.md diff --git a/stable/xwiki/6.0.26/app-changelog.md b/stable/xwiki/6.0.26/app-changelog.md new file mode 100644 index 0000000000..107ab9819c --- /dev/null +++ b/stable/xwiki/6.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xwiki-6.0.26](https://github.com/truecharts/charts/compare/xwiki-6.0.25...xwiki-6.0.26) (2023-02-04) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.0.0 + + \ No newline at end of file diff --git a/stable/xwiki/6.0.25/app-readme.md b/stable/xwiki/6.0.26/app-readme.md similarity index 100% rename from stable/xwiki/6.0.25/app-readme.md rename to stable/xwiki/6.0.26/app-readme.md diff --git a/stable/xwiki/6.0.25/charts/common-11.1.2.tgz b/stable/xwiki/6.0.26/charts/common-11.1.2.tgz similarity index 100% rename from stable/xwiki/6.0.25/charts/common-11.1.2.tgz rename to stable/xwiki/6.0.26/charts/common-11.1.2.tgz diff --git a/stable/xwiki/6.0.25/charts/postgresql-11.0.22.tgz b/stable/xwiki/6.0.26/charts/postgresql-11.0.22.tgz similarity index 100% rename from stable/xwiki/6.0.25/charts/postgresql-11.0.22.tgz rename to stable/xwiki/6.0.26/charts/postgresql-11.0.22.tgz diff --git a/stable/xwiki/6.0.25/ix_values.yaml b/stable/xwiki/6.0.26/ix_values.yaml similarity index 89% rename from stable/xwiki/6.0.25/ix_values.yaml rename to stable/xwiki/6.0.26/ix_values.yaml index 43951789bd..704b3c5ef0 100644 --- a/stable/xwiki/6.0.25/ix_values.yaml +++ b/stable/xwiki/6.0.26/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/xwiki - tag: 14.10.3-postgres@sha256:518f6e7356519c3eac6c46e080674a48d1580935943f6c4f8ff1dcace9e86ac4 + tag: 15.0.0-postgres@sha256:0a3f3ed8e3d1719cf2b66fd32e6f56eaa5dcb74003ca6ffe28ac46d61f008651 pullPolicy: IfNotPresent securityContext: diff --git a/stable/xwiki/6.0.25/questions.yaml b/stable/xwiki/6.0.26/questions.yaml similarity index 100% rename from stable/xwiki/6.0.25/questions.yaml rename to stable/xwiki/6.0.26/questions.yaml diff --git a/stable/xwiki/6.0.25/templates/common.yaml b/stable/xwiki/6.0.26/templates/common.yaml similarity index 100% rename from stable/xwiki/6.0.25/templates/common.yaml rename to stable/xwiki/6.0.26/templates/common.yaml diff --git a/stable/xwiki/6.0.25/values.yaml b/stable/xwiki/6.0.26/values.yaml similarity index 100% rename from stable/xwiki/6.0.25/values.yaml rename to stable/xwiki/6.0.26/values.yaml