diff --git a/stable/wordpress/1.0.11/app-changelog.md b/stable/wordpress/1.0.11/app-changelog.md deleted file mode 100644 index 3f1261a6cb..0000000000 --- a/stable/wordpress/1.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-1.0.11](https://github.com/truecharts/charts/compare/wordpress-1.0.10...wordpress-1.0.11) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/stable/wordpress/1.0.11/CHANGELOG.md b/stable/wordpress/1.1.0/CHANGELOG.md similarity index 94% rename from stable/wordpress/1.0.11/CHANGELOG.md rename to stable/wordpress/1.1.0/CHANGELOG.md index 148227619a..9f07d1ae4e 100644 --- a/stable/wordpress/1.0.11/CHANGELOG.md +++ b/stable/wordpress/1.1.0/CHANGELOG.md @@ -4,6 +4,11 @@ +## [wordpress-1.1.0](https://github.com/truecharts/charts/compare/wordpress-1.0.11...wordpress-1.1.0) (2023-01-02) + + + + ## [wordpress-1.0.11](https://github.com/truecharts/charts/compare/wordpress-1.0.10...wordpress-1.0.11) (2022-12-27) ### Chore diff --git a/stable/wordpress/1.0.11/Chart.yaml b/stable/wordpress/1.1.0/Chart.yaml similarity index 98% rename from stable/wordpress/1.0.11/Chart.yaml rename to stable/wordpress/1.1.0/Chart.yaml index 480759ca59..30ecd769b3 100644 --- a/stable/wordpress/1.0.11/Chart.yaml +++ b/stable/wordpress/1.1.0/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.11 +version: 1.1.0 annotations: truecharts.org/catagories: | - website diff --git a/stable/wordpress/1.0.11/README.md b/stable/wordpress/1.1.0/README.md similarity index 100% rename from stable/wordpress/1.0.11/README.md rename to stable/wordpress/1.1.0/README.md diff --git a/stable/wordpress/1.1.0/app-changelog.md b/stable/wordpress/1.1.0/app-changelog.md new file mode 100644 index 0000000000..b68a750f8e --- /dev/null +++ b/stable/wordpress/1.1.0/app-changelog.md @@ -0,0 +1,4 @@ + + +## [wordpress-1.1.0](https://github.com/truecharts/charts/compare/wordpress-1.0.11...wordpress-1.1.0) (2023-01-02) + diff --git a/stable/wordpress/1.0.11/app-readme.md b/stable/wordpress/1.1.0/app-readme.md similarity index 100% rename from stable/wordpress/1.0.11/app-readme.md rename to stable/wordpress/1.1.0/app-readme.md diff --git a/stable/wordpress/1.0.11/charts/common-11.1.2.tgz b/stable/wordpress/1.1.0/charts/common-11.1.2.tgz similarity index 100% rename from stable/wordpress/1.0.11/charts/common-11.1.2.tgz rename to stable/wordpress/1.1.0/charts/common-11.1.2.tgz diff --git a/stable/wordpress/1.0.11/charts/mariadb-5.0.19.tgz b/stable/wordpress/1.1.0/charts/mariadb-5.0.19.tgz similarity index 100% rename from stable/wordpress/1.0.11/charts/mariadb-5.0.19.tgz rename to stable/wordpress/1.1.0/charts/mariadb-5.0.19.tgz diff --git a/stable/wordpress/1.0.11/ix_values.yaml b/stable/wordpress/1.1.0/ix_values.yaml similarity index 100% rename from stable/wordpress/1.0.11/ix_values.yaml rename to stable/wordpress/1.1.0/ix_values.yaml diff --git a/stable/wordpress/1.0.11/questions.yaml b/stable/wordpress/1.1.0/questions.yaml similarity index 100% rename from stable/wordpress/1.0.11/questions.yaml rename to stable/wordpress/1.1.0/questions.yaml diff --git a/stable/wordpress/1.0.11/templates/_env.tpl b/stable/wordpress/1.1.0/templates/_env.tpl similarity index 88% rename from stable/wordpress/1.0.11/templates/_env.tpl rename to stable/wordpress/1.1.0/templates/_env.tpl index f6f26fac04..43f1b8c508 100644 --- a/stable/wordpress/1.0.11/templates/_env.tpl +++ b/stable/wordpress/1.1.0/templates/_env.tpl @@ -30,29 +30,30 @@ data: WORDPRESS_SMTP_PORT: {{ .Values.smtp.port | quote }} {{- end }} + {{- $php := get .Values "php-config" }} {{/* PHP */}} - {{- with .Values.wordpress.PHP_ENABLE_OPCACHE }} + {{- with $php.PHP_ENABLE_OPCACHE }} PHP_ENABLE_OPCACHE: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_EXPOSE_PHP }} + {{- with $php.PHP_EXPOSE_PHP }} PHP_EXPOSE_PHP: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_MAX_EXECUTION_TIME }} + {{- with $php.PHP_MAX_EXECUTION_TIME }} PHP_MAX_EXECUTION_TIME: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_MAX_INPUT_TIME }} + {{- with $php.PHP_MAX_INPUT_TIME }} PHP_MAX_INPUT_TIME: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_MAX_INPUT_VARS }} + {{- with $php.PHP_MAX_INPUT_VARS }} PHP_MAX_INPUT_VARS: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_MEMORY_LIMIT }} + {{- with $php.PHP_MEMORY_LIMIT }} PHP_MEMORY_LIMIT: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_POST_MAX_SIZE }} + {{- with $php.PHP_POST_MAX_SIZE }} PHP_POST_MAX_SIZE: {{ . | quote }} {{- end }} - {{- with .Values.wordpress.PHP_UPLOAD_MAX_FILESIZE }} + {{- with $php.PHP_UPLOAD_MAX_FILESIZE }} PHP_UPLOAD_MAX_FILESIZE: {{ . | quote }} {{- end }} --- diff --git a/stable/wordpress/1.0.11/templates/common.yaml b/stable/wordpress/1.1.0/templates/common.yaml similarity index 100% rename from stable/wordpress/1.0.11/templates/common.yaml rename to stable/wordpress/1.1.0/templates/common.yaml diff --git a/stable/wordpress/1.0.11/values.yaml b/stable/wordpress/1.1.0/values.yaml similarity index 100% rename from stable/wordpress/1.0.11/values.yaml rename to stable/wordpress/1.1.0/values.yaml