Files
truecharts/charts/stable/wordpress/values.yaml
T
TrueCharts Bot 9637a59246 chore(deps): update container image bitnami/wordpress to 6.6.2@65969cc by renovate (#27468)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/wordpress](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/wordpress))
| digest | `ca3286d` -> `65969cc` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-10-09 02:33:43 +02:00

73 lines
1.6 KiB
YAML

image:
repository: bitnami/wordpress
pullPolicy: IfNotPresent
tag: 6.6.2@sha256:65969ccf774daa0c4082761a85dd49e1340f5b461bdd4ff4384c31de34083973
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
envFrom:
- configMapRef:
name: env-config
- secretRef:
name: env-secret
probes:
liveness:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
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
includeCommon: true
mariadbUsername: wordpress
mariadbDatabase: wordpress
portal:
open:
enabled: true