From 640b70bc1ece16931bf462ed49a4cb66aefa8e49 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 31 Aug 2023 06:52:04 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/wordpress/3.0.15/app-changelog.md | 9 --------- .../wordpress/{3.0.15 => 3.0.16}/CHANGELOG.md | 18 +++++++++--------- .../wordpress/{3.0.15 => 3.0.16}/Chart.yaml | 4 ++-- stable/wordpress/{3.0.15 => 3.0.16}/README.md | 0 stable/wordpress/3.0.16/app-changelog.md | 9 +++++++++ .../{3.0.15 => 3.0.16}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../charts/mariadb-7.0.70.tgz | Bin .../{3.0.15 => 3.0.16}/ix_values.yaml | 2 +- .../{3.0.15 => 3.0.16}/questions.yaml | 0 .../{3.0.15 => 3.0.16}/templates/_env.tpl | 0 .../{3.0.15 => 3.0.16}/templates/common.yaml | 0 .../wordpress/{3.0.15 => 3.0.16}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/wordpress/3.0.15/app-changelog.md rename stable/wordpress/{3.0.15 => 3.0.16}/CHANGELOG.md (91%) rename stable/wordpress/{3.0.15 => 3.0.16}/Chart.yaml (96%) rename stable/wordpress/{3.0.15 => 3.0.16}/README.md (100%) create mode 100644 stable/wordpress/3.0.16/app-changelog.md rename stable/wordpress/{3.0.15 => 3.0.16}/app-readme.md (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/charts/common-14.0.1.tgz (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/charts/mariadb-7.0.70.tgz (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/ix_values.yaml (92%) rename stable/wordpress/{3.0.15 => 3.0.16}/questions.yaml (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/templates/_env.tpl (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/templates/common.yaml (100%) rename stable/wordpress/{3.0.15 => 3.0.16}/values.yaml (100%) diff --git a/stable/wordpress/3.0.15/app-changelog.md b/stable/wordpress/3.0.15/app-changelog.md deleted file mode 100644 index c54f0e7798..0000000000 --- a/stable/wordpress/3.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-3.0.15](https://github.com/truecharts/charts/compare/wordpress-3.0.14...wordpress-3.0.15) (2023-08-30) - -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.0 ([#12036](https://github.com/truecharts/charts/issues/12036)) - - \ No newline at end of file diff --git a/stable/wordpress/3.0.15/CHANGELOG.md b/stable/wordpress/3.0.16/CHANGELOG.md similarity index 91% rename from stable/wordpress/3.0.15/CHANGELOG.md rename to stable/wordpress/3.0.16/CHANGELOG.md index ed54bf4859..0089d16764 100644 --- a/stable/wordpress/3.0.15/CHANGELOG.md +++ b/stable/wordpress/3.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wordpress-3.0.16](https://github.com/truecharts/charts/compare/wordpress-3.0.15...wordpress-3.0.16) (2023-08-31) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#12075](https://github.com/truecharts/charts/issues/12075)) + + + + ## [wordpress-3.0.15](https://github.com/truecharts/charts/compare/wordpress-3.0.14...wordpress-3.0.15) (2023-08-30) ### Chore @@ -88,12 +97,3 @@ ## [wordpress-3.0.5](https://github.com/truecharts/charts/compare/wordpress-3.0.4...wordpress-3.0.5) (2023-08-08) -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#11325](https://github.com/truecharts/charts/issues/11325)) - - - - -## [wordpress-3.0.4](https://github.com/truecharts/charts/compare/wordpress-3.0.3...wordpress-3.0.4) (2023-08-07) - diff --git a/stable/wordpress/3.0.15/Chart.yaml b/stable/wordpress/3.0.16/Chart.yaml similarity index 96% rename from stable/wordpress/3.0.15/Chart.yaml rename to stable/wordpress/3.0.16/Chart.yaml index 90147847b1..fdc2fdb72c 100644 --- a/stable/wordpress/3.0.15/Chart.yaml +++ b/stable/wordpress/3.0.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.3.0" +appVersion: "6.3.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ name: wordpress sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://www.wordpress.org -version: 3.0.15 +version: 3.0.16 annotations: truecharts.org/catagories: | - website diff --git a/stable/wordpress/3.0.15/README.md b/stable/wordpress/3.0.16/README.md similarity index 100% rename from stable/wordpress/3.0.15/README.md rename to stable/wordpress/3.0.16/README.md diff --git a/stable/wordpress/3.0.16/app-changelog.md b/stable/wordpress/3.0.16/app-changelog.md new file mode 100644 index 0000000000..cccd2efdd0 --- /dev/null +++ b/stable/wordpress/3.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-3.0.16](https://github.com/truecharts/charts/compare/wordpress-3.0.15...wordpress-3.0.16) (2023-08-31) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#12075](https://github.com/truecharts/charts/issues/12075)) + + \ No newline at end of file diff --git a/stable/wordpress/3.0.15/app-readme.md b/stable/wordpress/3.0.16/app-readme.md similarity index 100% rename from stable/wordpress/3.0.15/app-readme.md rename to stable/wordpress/3.0.16/app-readme.md diff --git a/stable/wordpress/3.0.15/charts/common-14.0.1.tgz b/stable/wordpress/3.0.16/charts/common-14.0.1.tgz similarity index 100% rename from stable/wordpress/3.0.15/charts/common-14.0.1.tgz rename to stable/wordpress/3.0.16/charts/common-14.0.1.tgz diff --git a/stable/wordpress/3.0.15/charts/mariadb-7.0.70.tgz b/stable/wordpress/3.0.16/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/wordpress/3.0.15/charts/mariadb-7.0.70.tgz rename to stable/wordpress/3.0.16/charts/mariadb-7.0.70.tgz diff --git a/stable/wordpress/3.0.15/ix_values.yaml b/stable/wordpress/3.0.16/ix_values.yaml similarity index 92% rename from stable/wordpress/3.0.15/ix_values.yaml rename to stable/wordpress/3.0.16/ix_values.yaml index d4463841e2..ee9496d25a 100644 --- a/stable/wordpress/3.0.15/ix_values.yaml +++ b/stable/wordpress/3.0.16/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wordpress pullPolicy: IfNotPresent - tag: v6.3.0@sha256:16da9dd949bd5da85e5e4a467bfa680e31eac8b8e1997ccb460345c0c5c52d4a + tag: v6.3.1@sha256:9ebb6dbdee0964aa6270de610611cf0b2bce6d96fcf02250132dd6ed0aeec493 securityContext: container: diff --git a/stable/wordpress/3.0.15/questions.yaml b/stable/wordpress/3.0.16/questions.yaml similarity index 100% rename from stable/wordpress/3.0.15/questions.yaml rename to stable/wordpress/3.0.16/questions.yaml diff --git a/stable/wordpress/3.0.15/templates/_env.tpl b/stable/wordpress/3.0.16/templates/_env.tpl similarity index 100% rename from stable/wordpress/3.0.15/templates/_env.tpl rename to stable/wordpress/3.0.16/templates/_env.tpl diff --git a/stable/wordpress/3.0.15/templates/common.yaml b/stable/wordpress/3.0.16/templates/common.yaml similarity index 100% rename from stable/wordpress/3.0.15/templates/common.yaml rename to stable/wordpress/3.0.16/templates/common.yaml diff --git a/stable/wordpress/3.0.15/values.yaml b/stable/wordpress/3.0.16/values.yaml similarity index 100% rename from stable/wordpress/3.0.15/values.yaml rename to stable/wordpress/3.0.16/values.yaml