Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
4
stable/wordpress/1.1.0/app-changelog.md
Normal file
4
stable/wordpress/1.1.0/app-changelog.md
Normal file
@@ -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)
|
||||
|
||||
@@ -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 }}
|
||||
---
|
||||
Reference in New Issue
Block a user