diff --git a/stable/wordpress/3.0.65/app-changelog.md b/stable/wordpress/3.0.65/app-changelog.md deleted file mode 100644 index 8b7813cb87..0000000000 --- a/stable/wordpress/3.0.65/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-3.0.65](https://github.com/truecharts/charts/compare/wordpress-3.0.64...wordpress-3.0.65) (2023-11-17) - -### Chore - -- update container image tccr.io/truecharts/wordpress to v6.4.1 ([#14752](https://github.com/truecharts/charts/issues/14752)) - - \ No newline at end of file diff --git a/stable/wordpress/3.0.65/CHANGELOG.md b/stable/wordpress/3.0.66/CHANGELOG.md similarity index 91% rename from stable/wordpress/3.0.65/CHANGELOG.md rename to stable/wordpress/3.0.66/CHANGELOG.md index 8e2fc2517e..a982fc7378 100644 --- a/stable/wordpress/3.0.65/CHANGELOG.md +++ b/stable/wordpress/3.0.66/CHANGELOG.md @@ -4,6 +4,15 @@ +## [wordpress-3.0.66](https://github.com/truecharts/charts/compare/wordpress-3.0.65...wordpress-3.0.66) (2023-11-17) + +### Chore + +- update container image bitnami/wordpress to 6.4.1 ([#14755](https://github.com/truecharts/charts/issues/14755)) + + + + ## [wordpress-3.0.65](https://github.com/truecharts/charts/compare/wordpress-3.0.64...wordpress-3.0.65) (2023-11-17) ### Chore @@ -88,12 +97,3 @@ ## [wordpress-3.0.56](https://github.com/truecharts/charts/compare/wordpress-3.0.55...wordpress-3.0.56) (2023-11-06) ### Chore - -- update container image tccr.io/truecharts/wordpress to v6.3.2 ([#14400](https://github.com/truecharts/charts/issues/14400)) - - - - -## [wordpress-3.0.55](https://github.com/truecharts/charts/compare/wordpress-3.0.54...wordpress-3.0.55) (2023-11-05) - -### Chore diff --git a/stable/wordpress/3.0.65/Chart.yaml b/stable/wordpress/3.0.66/Chart.yaml similarity index 98% rename from stable/wordpress/3.0.65/Chart.yaml rename to stable/wordpress/3.0.66/Chart.yaml index 60d9df4140..8cbc4d170a 100644 --- a/stable/wordpress/3.0.65/Chart.yaml +++ b/stable/wordpress/3.0.66/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.65 +version: 3.0.66 annotations: truecharts.org/category: website truecharts.org/SCALE-support: "true" diff --git a/stable/wordpress/3.0.65/README.md b/stable/wordpress/3.0.66/README.md similarity index 100% rename from stable/wordpress/3.0.65/README.md rename to stable/wordpress/3.0.66/README.md diff --git a/stable/wordpress/3.0.66/app-changelog.md b/stable/wordpress/3.0.66/app-changelog.md new file mode 100644 index 0000000000..f13361be1c --- /dev/null +++ b/stable/wordpress/3.0.66/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wordpress-3.0.66](https://github.com/truecharts/charts/compare/wordpress-3.0.65...wordpress-3.0.66) (2023-11-17) + +### Chore + +- update container image bitnami/wordpress to 6.4.1 ([#14755](https://github.com/truecharts/charts/issues/14755)) + + \ No newline at end of file diff --git a/stable/wordpress/3.0.65/app-readme.md b/stable/wordpress/3.0.66/app-readme.md similarity index 100% rename from stable/wordpress/3.0.65/app-readme.md rename to stable/wordpress/3.0.66/app-readme.md diff --git a/stable/wordpress/3.0.65/charts/common-14.3.5.tgz b/stable/wordpress/3.0.66/charts/common-14.3.5.tgz similarity index 100% rename from stable/wordpress/3.0.65/charts/common-14.3.5.tgz rename to stable/wordpress/3.0.66/charts/common-14.3.5.tgz diff --git a/stable/wordpress/3.0.65/charts/mariadb-7.0.70.tgz b/stable/wordpress/3.0.66/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/wordpress/3.0.65/charts/mariadb-7.0.70.tgz rename to stable/wordpress/3.0.66/charts/mariadb-7.0.70.tgz diff --git a/stable/wordpress/3.0.65/ix_values.yaml b/stable/wordpress/3.0.66/ix_values.yaml similarity index 88% rename from stable/wordpress/3.0.65/ix_values.yaml rename to stable/wordpress/3.0.66/ix_values.yaml index 518d96dd97..00cdc94037 100644 --- a/stable/wordpress/3.0.65/ix_values.yaml +++ b/stable/wordpress/3.0.66/ix_values.yaml @@ -1,13 +1,11 @@ image: - repository: tccr.io/truecharts/wordpress + repository: bitnami/wordpress pullPolicy: IfNotPresent - tag: v6.4.1@sha256:c3a325b558475ec7e77c7c7b5f32647ecab92556d954580935e583ba092cea24 - + tag: 6.4.1@sha256:cc081278a46601edc1a07b8c07cdc26ff4b2832f15eeb8ce94cf231f99588cf4 securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 - workload: main: podSpec: @@ -18,7 +16,6 @@ workload: name: env-config - secretRef: name: env-secret - wordpress: user: user pass: bitnami @@ -27,14 +24,12 @@ wordpress: last_name: TrueCharts blog_name: Truecharts Blog enable_reverse_proxy_headers: true - smtp: enabled: false host: "" port: 587 user: "" pass: "" - php-config: PHP_ENABLE_OPCACHE: "yes" PHP_EXPOSE_PHP: "" @@ -44,24 +39,20 @@ php-config: PHP_MEMORY_LIMIT: 512M PHP_POST_MAX_SIZE: "" PHP_UPLOAD_MAX_FILESIZE: "" - service: main: ports: main: protocol: http port: 10591 - persistence: config: enabled: true mountPath: /bitnami/wordpress - mariadb: enabled: true mariadbUsername: wordpress mariadbDatabase: wordpress - portal: open: enabled: true diff --git a/stable/wordpress/3.0.65/questions.yaml b/stable/wordpress/3.0.66/questions.yaml similarity index 100% rename from stable/wordpress/3.0.65/questions.yaml rename to stable/wordpress/3.0.66/questions.yaml diff --git a/stable/wordpress/3.0.65/templates/_env.tpl b/stable/wordpress/3.0.66/templates/_env.tpl similarity index 100% rename from stable/wordpress/3.0.65/templates/_env.tpl rename to stable/wordpress/3.0.66/templates/_env.tpl diff --git a/stable/wordpress/3.0.65/templates/common.yaml b/stable/wordpress/3.0.66/templates/common.yaml similarity index 100% rename from stable/wordpress/3.0.65/templates/common.yaml rename to stable/wordpress/3.0.66/templates/common.yaml diff --git a/stable/wordpress/3.0.65/values.yaml b/stable/wordpress/3.0.66/values.yaml similarity index 100% rename from stable/wordpress/3.0.65/values.yaml rename to stable/wordpress/3.0.66/values.yaml