From cdf112d3351ea22fa101355231e49c9e7857274e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 20 May 2023 20:54:33 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/wordpress/2.0.0/app-changelog.md | 9 --------- .../wordpress/{2.0.0 => 2.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/wordpress/{2.0.0 => 2.0.1}/Chart.yaml | 4 ++-- stable/wordpress/{2.0.0 => 2.0.1}/README.md | 0 stable/wordpress/2.0.1/app-changelog.md | 9 +++++++++ .../wordpress/{2.0.0 => 2.0.1}/app-readme.md | 0 .../{2.0.0 => 2.0.1}/charts/common-12.8.1.tgz | Bin .../charts/mariadb-7.0.27.tgz | Bin .../wordpress/{2.0.0 => 2.0.1}/ix_values.yaml | 2 +- .../wordpress/{2.0.0 => 2.0.1}/questions.yaml | 0 .../{2.0.0 => 2.0.1}/templates/_env.tpl | 0 .../{2.0.0 => 2.0.1}/templates/common.yaml | 0 stable/wordpress/{2.0.0 => 2.0.1}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/wordpress/2.0.0/app-changelog.md rename stable/wordpress/{2.0.0 => 2.0.1}/CHANGELOG.md (90%) rename stable/wordpress/{2.0.0 => 2.0.1}/Chart.yaml (96%) rename stable/wordpress/{2.0.0 => 2.0.1}/README.md (100%) create mode 100644 stable/wordpress/2.0.1/app-changelog.md rename stable/wordpress/{2.0.0 => 2.0.1}/app-readme.md (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/charts/common-12.8.1.tgz (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/charts/mariadb-7.0.27.tgz (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/ix_values.yaml (92%) rename stable/wordpress/{2.0.0 => 2.0.1}/questions.yaml (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/templates/_env.tpl (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/templates/common.yaml (100%) rename stable/wordpress/{2.0.0 => 2.0.1}/values.yaml (100%) diff --git a/stable/wordpress/2.0.0/app-changelog.md b/stable/wordpress/2.0.0/app-changelog.md deleted file mode 100644 index 1fc864e69bd..00000000000 --- a/stable/wordpress/2.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-2.0.0](https://github.com/truecharts/charts/compare/wordpress-1.1.19...wordpress-2.0.0) (2023-05-20) - -### Feat - -- BREAKING-CHANGE migrate to new common ([#9025](https://github.com/truecharts/charts/issues/9025)) - - \ No newline at end of file diff --git a/stable/wordpress/2.0.0/CHANGELOG.md b/stable/wordpress/2.0.1/CHANGELOG.md similarity index 90% rename from stable/wordpress/2.0.0/CHANGELOG.md rename to stable/wordpress/2.0.1/CHANGELOG.md index c72f1772ee2..be3c10cfb4d 100644 --- a/stable/wordpress/2.0.0/CHANGELOG.md +++ b/stable/wordpress/2.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wordpress-2.0.1](https://github.com/truecharts/charts/compare/wordpress-2.0.0...wordpress-2.0.1) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.2.1 ([#9022](https://github.com/truecharts/charts/issues/9022)) + + + + ## [wordpress-2.0.0](https://github.com/truecharts/charts/compare/wordpress-1.1.19...wordpress-2.0.0) (2023-05-20) ### Feat @@ -88,12 +97,3 @@ - -## [wordpress-1.1.11](https://github.com/truecharts/charts/compare/wordpress-1.1.10...wordpress-1.1.11) (2023-02-02) - -### Fix - -- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826)) - - - diff --git a/stable/wordpress/2.0.0/Chart.yaml b/stable/wordpress/2.0.1/Chart.yaml similarity index 96% rename from stable/wordpress/2.0.0/Chart.yaml rename to stable/wordpress/2.0.1/Chart.yaml index c003267e243..55b364570dd 100644 --- a/stable/wordpress/2.0.0/Chart.yaml +++ b/stable/wordpress/2.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.2.0" +appVersion: "6.2.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: 2.0.0 +version: 2.0.1 annotations: truecharts.org/catagories: | - website diff --git a/stable/wordpress/2.0.0/README.md b/stable/wordpress/2.0.1/README.md similarity index 100% rename from stable/wordpress/2.0.0/README.md rename to stable/wordpress/2.0.1/README.md diff --git a/stable/wordpress/2.0.1/app-changelog.md b/stable/wordpress/2.0.1/app-changelog.md new file mode 100644 index 00000000000..406fb410723 --- /dev/null +++ b/stable/wordpress/2.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-2.0.1](https://github.com/truecharts/charts/compare/wordpress-2.0.0...wordpress-2.0.1) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/wordpress to v6.2.1 ([#9022](https://github.com/truecharts/charts/issues/9022)) + + \ No newline at end of file diff --git a/stable/wordpress/2.0.0/app-readme.md b/stable/wordpress/2.0.1/app-readme.md similarity index 100% rename from stable/wordpress/2.0.0/app-readme.md rename to stable/wordpress/2.0.1/app-readme.md diff --git a/stable/wordpress/2.0.0/charts/common-12.8.1.tgz b/stable/wordpress/2.0.1/charts/common-12.8.1.tgz similarity index 100% rename from stable/wordpress/2.0.0/charts/common-12.8.1.tgz rename to stable/wordpress/2.0.1/charts/common-12.8.1.tgz diff --git a/stable/wordpress/2.0.0/charts/mariadb-7.0.27.tgz b/stable/wordpress/2.0.1/charts/mariadb-7.0.27.tgz similarity index 100% rename from stable/wordpress/2.0.0/charts/mariadb-7.0.27.tgz rename to stable/wordpress/2.0.1/charts/mariadb-7.0.27.tgz diff --git a/stable/wordpress/2.0.0/ix_values.yaml b/stable/wordpress/2.0.1/ix_values.yaml similarity index 92% rename from stable/wordpress/2.0.0/ix_values.yaml rename to stable/wordpress/2.0.1/ix_values.yaml index 018e153a8a2..bf0acc3e798 100644 --- a/stable/wordpress/2.0.0/ix_values.yaml +++ b/stable/wordpress/2.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wordpress pullPolicy: IfNotPresent - tag: 6.2.0@sha256:b7676e38a56732d740702fae64ec135222303d2073a50826aa15df06e5f352b4 + tag: v6.2.1@sha256:0a59f48a22df1c09499c0adfcd8b98e9dd66e347ecca17bb6d3cf15d871abb9d securityContext: container: diff --git a/stable/wordpress/2.0.0/questions.yaml b/stable/wordpress/2.0.1/questions.yaml similarity index 100% rename from stable/wordpress/2.0.0/questions.yaml rename to stable/wordpress/2.0.1/questions.yaml diff --git a/stable/wordpress/2.0.0/templates/_env.tpl b/stable/wordpress/2.0.1/templates/_env.tpl similarity index 100% rename from stable/wordpress/2.0.0/templates/_env.tpl rename to stable/wordpress/2.0.1/templates/_env.tpl diff --git a/stable/wordpress/2.0.0/templates/common.yaml b/stable/wordpress/2.0.1/templates/common.yaml similarity index 100% rename from stable/wordpress/2.0.0/templates/common.yaml rename to stable/wordpress/2.0.1/templates/common.yaml diff --git a/stable/wordpress/2.0.0/values.yaml b/stable/wordpress/2.0.1/values.yaml similarity index 100% rename from stable/wordpress/2.0.0/values.yaml rename to stable/wordpress/2.0.1/values.yaml