Files
truecharts/charts/stable/wordpress/values.yaml
TrueCharts Bot cf04412132 chore(deps): update container image bitnami/wordpress to 6.4.2@de43215 by renovate (#17581)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `8ae16db` -> `de43215` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:29:53 +01:00

59 lines
1.1 KiB
YAML

image:
repository: bitnami/wordpress
pullPolicy: IfNotPresent
tag: 6.4.2@sha256:de43215210409e3067e054156ecd0d396f27be2732a9bcbe3c637a7b0c217758
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
envFrom:
- configMapRef:
name: env-config
- secretRef:
name: env-secret
wordpress:
user: user
pass: bitnami
email: user@example.com
first_name: TrueCharts
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: ""
PHP_MAX_EXECUTION_TIME: ""
PHP_MAX_INPUT_TIME: ""
PHP_MAX_INPUT_VARS: ""
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