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

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `31a579a` -> `4796413` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:34:47 +01:00

59 lines
1.1 KiB
YAML

image:
repository: bitnami/wordpress
pullPolicy: IfNotPresent
tag: 6.4.2@sha256:4796413e7e9ea8d87c3617356d6d9375cbdda772b0cbc01fb05f2ca844cc9749
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