diff --git a/stable/wordpress/1.0.3/app-changelog.md b/stable/wordpress/1.0.3/app-changelog.md deleted file mode 100644 index b03aa111991..00000000000 --- a/stable/wordpress/1.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-1.0.3](https://github.com/truecharts/charts/compare/wordpress-1.0.2...wordpress-1.0.3) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/wordpress/1.0.3/CHANGELOG.md b/stable/wordpress/1.0.4/CHANGELOG.md similarity index 82% rename from stable/wordpress/1.0.3/CHANGELOG.md rename to stable/wordpress/1.0.4/CHANGELOG.md index 669f40eb1b2..a48d708ca79 100644 --- a/stable/wordpress/1.0.3/CHANGELOG.md +++ b/stable/wordpress/1.0.4/CHANGELOG.md @@ -4,6 +4,11 @@ +## [wordpress-1.0.4](https://github.com/truecharts/charts/compare/wordpress-1.0.3...wordpress-1.0.4) (2022-12-13) + + + + ## [wordpress-1.0.3](https://github.com/truecharts/charts/compare/wordpress-1.0.2...wordpress-1.0.3) (2022-12-13) ### Chore diff --git a/stable/wordpress/1.0.3/Chart.yaml b/stable/wordpress/1.0.4/Chart.yaml similarity index 98% rename from stable/wordpress/1.0.3/Chart.yaml rename to stable/wordpress/1.0.4/Chart.yaml index 63f3e0153ef..dbc704e243f 100644 --- a/stable/wordpress/1.0.3/Chart.yaml +++ b/stable/wordpress/1.0.4/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://hub.docker.com/_/wordpress - https://www.wordpress.org -version: 1.0.3 +version: 1.0.4 annotations: truecharts.org/catagories: | - website diff --git a/stable/wordpress/1.0.3/README.md b/stable/wordpress/1.0.4/README.md similarity index 100% rename from stable/wordpress/1.0.3/README.md rename to stable/wordpress/1.0.4/README.md diff --git a/stable/wordpress/1.0.4/app-changelog.md b/stable/wordpress/1.0.4/app-changelog.md new file mode 100644 index 00000000000..4d5c4d0122e --- /dev/null +++ b/stable/wordpress/1.0.4/app-changelog.md @@ -0,0 +1,4 @@ + + +## [wordpress-1.0.4](https://github.com/truecharts/charts/compare/wordpress-1.0.3...wordpress-1.0.4) (2022-12-13) + diff --git a/stable/wordpress/1.0.3/app-readme.md b/stable/wordpress/1.0.4/app-readme.md similarity index 100% rename from stable/wordpress/1.0.3/app-readme.md rename to stable/wordpress/1.0.4/app-readme.md diff --git a/stable/wordpress/1.0.3/charts/common-11.0.7.tgz b/stable/wordpress/1.0.4/charts/common-11.0.7.tgz similarity index 100% rename from stable/wordpress/1.0.3/charts/common-11.0.7.tgz rename to stable/wordpress/1.0.4/charts/common-11.0.7.tgz diff --git a/stable/wordpress/1.0.3/charts/mariadb-5.0.13.tgz b/stable/wordpress/1.0.4/charts/mariadb-5.0.13.tgz similarity index 100% rename from stable/wordpress/1.0.3/charts/mariadb-5.0.13.tgz rename to stable/wordpress/1.0.4/charts/mariadb-5.0.13.tgz diff --git a/stable/wordpress/1.0.3/ix_values.yaml b/stable/wordpress/1.0.4/ix_values.yaml similarity index 100% rename from stable/wordpress/1.0.3/ix_values.yaml rename to stable/wordpress/1.0.4/ix_values.yaml diff --git a/stable/wordpress/1.0.3/questions.yaml b/stable/wordpress/1.0.4/questions.yaml similarity index 99% rename from stable/wordpress/1.0.3/questions.yaml rename to stable/wordpress/1.0.4/questions.yaml index 95e7486c466..36437aa9bd8 100644 --- a/stable/wordpress/1.0.3/questions.yaml +++ b/stable/wordpress/1.0.4/questions.yaml @@ -176,7 +176,7 @@ questions: type: dict attrs: - variable: enabled - label: Show SMTP Settings + label: Enable SMTP schema: type: boolean default: false @@ -187,10 +187,12 @@ questions: schema: type: string default: "" + required: true - variable: port label: SMTP Port schema: type: int + required: true default: 587 - variable: user label: SMTP User diff --git a/stable/wordpress/1.0.3/templates/_env.tpl b/stable/wordpress/1.0.4/templates/_env.tpl similarity index 100% rename from stable/wordpress/1.0.3/templates/_env.tpl rename to stable/wordpress/1.0.4/templates/_env.tpl diff --git a/stable/wordpress/1.0.3/templates/common.yaml b/stable/wordpress/1.0.4/templates/common.yaml similarity index 100% rename from stable/wordpress/1.0.3/templates/common.yaml rename to stable/wordpress/1.0.4/templates/common.yaml diff --git a/stable/wordpress/1.0.3/values.yaml b/stable/wordpress/1.0.4/values.yaml similarity index 100% rename from stable/wordpress/1.0.3/values.yaml rename to stable/wordpress/1.0.4/values.yaml