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