From bf0a86b9b01838f2f50804436ed8bb887d23b69d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 12 Oct 2023 17:45:02 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/wordpress/3.0.39/app-changelog.md | 9 --------- .../wordpress/{3.0.39 => 3.0.40}/CHANGELOG.md | 18 +++++++++--------- .../wordpress/{3.0.39 => 3.0.40}/Chart.yaml | 2 +- stable/wordpress/{3.0.39 => 3.0.40}/README.md | 0 stable/wordpress/3.0.40/app-changelog.md | 9 +++++++++ .../{3.0.39 => 3.0.40}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../charts/mariadb-7.0.70.tgz | Bin .../{3.0.39 => 3.0.40}/ix_values.yaml | 2 +- .../{3.0.39 => 3.0.40}/questions.yaml | 0 .../{3.0.39 => 3.0.40}/templates/_env.tpl | 0 .../{3.0.39 => 3.0.40}/templates/common.yaml | 0 .../wordpress/{3.0.39 => 3.0.40}/values.yaml | 0 13 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/wordpress/3.0.39/app-changelog.md rename stable/wordpress/{3.0.39 => 3.0.40}/CHANGELOG.md (93%) rename stable/wordpress/{3.0.39 => 3.0.40}/Chart.yaml (98%) rename stable/wordpress/{3.0.39 => 3.0.40}/README.md (100%) create mode 100644 stable/wordpress/3.0.40/app-changelog.md rename stable/wordpress/{3.0.39 => 3.0.40}/app-readme.md (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/charts/common-14.0.9.tgz (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/charts/mariadb-7.0.70.tgz (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/ix_values.yaml (92%) rename stable/wordpress/{3.0.39 => 3.0.40}/questions.yaml (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/templates/_env.tpl (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/templates/common.yaml (100%) rename stable/wordpress/{3.0.39 => 3.0.40}/values.yaml (100%) diff --git a/stable/wordpress/3.0.39/app-changelog.md b/stable/wordpress/3.0.39/app-changelog.md deleted file mode 100644 index 93e75deb43..0000000000 --- a/stable/wordpress/3.0.39/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-3.0.39](https://github.com/truecharts/charts/compare/wordpress-3.0.38...wordpress-3.0.39) (2023-10-11) - -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#13512](https://github.com/truecharts/charts/issues/13512)) - - \ No newline at end of file diff --git a/stable/wordpress/3.0.39/CHANGELOG.md b/stable/wordpress/3.0.40/CHANGELOG.md similarity index 93% rename from stable/wordpress/3.0.39/CHANGELOG.md rename to stable/wordpress/3.0.40/CHANGELOG.md index c5400e0145..2fda17eefc 100644 --- a/stable/wordpress/3.0.39/CHANGELOG.md +++ b/stable/wordpress/3.0.40/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wordpress-3.0.40](https://github.com/truecharts/charts/compare/wordpress-3.0.39...wordpress-3.0.40) (2023-10-12) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#13561](https://github.com/truecharts/charts/issues/13561)) + + + + ## [wordpress-3.0.39](https://github.com/truecharts/charts/compare/wordpress-3.0.38...wordpress-3.0.39) (2023-10-11) ### Chore @@ -88,12 +97,3 @@ ## [wordpress-3.0.30](https://github.com/truecharts/charts/compare/wordpress-3.0.29...wordpress-3.0.30) (2023-09-26) ### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#12955](https://github.com/truecharts/charts/issues/12955)) - - - - -## [wordpress-3.0.29](https://github.com/truecharts/charts/compare/wordpress-3.0.28...wordpress-3.0.29) (2023-09-25) - -### Chore diff --git a/stable/wordpress/3.0.39/Chart.yaml b/stable/wordpress/3.0.40/Chart.yaml similarity index 98% rename from stable/wordpress/3.0.39/Chart.yaml rename to stable/wordpress/3.0.40/Chart.yaml index 56ed00a0c3..59ce9a2e32 100644 --- a/stable/wordpress/3.0.39/Chart.yaml +++ b/stable/wordpress/3.0.40/Chart.yaml @@ -23,7 +23,7 @@ name: wordpress sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://www.wordpress.org -version: 3.0.39 +version: 3.0.40 annotations: truecharts.org/catagories: | - website diff --git a/stable/wordpress/3.0.39/README.md b/stable/wordpress/3.0.40/README.md similarity index 100% rename from stable/wordpress/3.0.39/README.md rename to stable/wordpress/3.0.40/README.md diff --git a/stable/wordpress/3.0.40/app-changelog.md b/stable/wordpress/3.0.40/app-changelog.md new file mode 100644 index 0000000000..ad77ea82e5 --- /dev/null +++ b/stable/wordpress/3.0.40/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-3.0.40](https://github.com/truecharts/charts/compare/wordpress-3.0.39...wordpress-3.0.40) (2023-10-12) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.3.1 ([#13561](https://github.com/truecharts/charts/issues/13561)) + + \ No newline at end of file diff --git a/stable/wordpress/3.0.39/app-readme.md b/stable/wordpress/3.0.40/app-readme.md similarity index 100% rename from stable/wordpress/3.0.39/app-readme.md rename to stable/wordpress/3.0.40/app-readme.md diff --git a/stable/wordpress/3.0.39/charts/common-14.0.9.tgz b/stable/wordpress/3.0.40/charts/common-14.0.9.tgz similarity index 100% rename from stable/wordpress/3.0.39/charts/common-14.0.9.tgz rename to stable/wordpress/3.0.40/charts/common-14.0.9.tgz diff --git a/stable/wordpress/3.0.39/charts/mariadb-7.0.70.tgz b/stable/wordpress/3.0.40/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/wordpress/3.0.39/charts/mariadb-7.0.70.tgz rename to stable/wordpress/3.0.40/charts/mariadb-7.0.70.tgz diff --git a/stable/wordpress/3.0.39/ix_values.yaml b/stable/wordpress/3.0.40/ix_values.yaml similarity index 92% rename from stable/wordpress/3.0.39/ix_values.yaml rename to stable/wordpress/3.0.40/ix_values.yaml index b66456bfdd..bc81d828fd 100644 --- a/stable/wordpress/3.0.39/ix_values.yaml +++ b/stable/wordpress/3.0.40/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wordpress pullPolicy: IfNotPresent - tag: v6.3.1@sha256:be972f6423b06e7b2d97f120b2f65485cd2039f47453fd7586151bc2a1e08824 + tag: v6.3.1@sha256:f13737ee0c304646bbe5a9ca8cc94b1dc1b074f52c4015a46c4c807cb65c4ebc securityContext: container: diff --git a/stable/wordpress/3.0.39/questions.yaml b/stable/wordpress/3.0.40/questions.yaml similarity index 100% rename from stable/wordpress/3.0.39/questions.yaml rename to stable/wordpress/3.0.40/questions.yaml diff --git a/stable/wordpress/3.0.39/templates/_env.tpl b/stable/wordpress/3.0.40/templates/_env.tpl similarity index 100% rename from stable/wordpress/3.0.39/templates/_env.tpl rename to stable/wordpress/3.0.40/templates/_env.tpl diff --git a/stable/wordpress/3.0.39/templates/common.yaml b/stable/wordpress/3.0.40/templates/common.yaml similarity index 100% rename from stable/wordpress/3.0.39/templates/common.yaml rename to stable/wordpress/3.0.40/templates/common.yaml diff --git a/stable/wordpress/3.0.39/values.yaml b/stable/wordpress/3.0.40/values.yaml similarity index 100% rename from stable/wordpress/3.0.39/values.yaml rename to stable/wordpress/3.0.40/values.yaml