c9eb72dfd0
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bitnamisecure/wordpress | digest | `9b67d40` → `4b736ab` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93b3JkcHJlc3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/bitnamisecure/wordpress
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:4b736ab568f5380ed16f766e5b1740b9731da3a5c9d3a24c713f6d11ac7cd856
|
|
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
|
|
mariadbUsername: wordpress
|
|
mariadbDatabase: wordpress
|