mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 15:25:24 +08:00
* Upgraded catalog item(s)
This commit upgrades netdata, elastic-search, home-assistant, plex, prometheus, sftpgo, homer, pgadmin, jellyseerr, twofactor-auth, omada-controller, ipfs, wordpress, immich, jellyfin, listmonk, searxng, n8n, planka, audiobookshelf, odoo catalog item(s).
* revert non-backwards compatible bumps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
33 lines
520 B
YAML
33 lines
520 B
YAML
image:
|
|
repository: wordpress
|
|
pullPolicy: IfNotPresent
|
|
tag: 6.7.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
wpConfig:
|
|
enableCronJob: true
|
|
cronSchedule: '*/15 * * * *'
|
|
additionalEnvs: []
|
|
|
|
wpNetwork:
|
|
webPort: 30040
|
|
|
|
wpStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
mariadbData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: mariadbData
|
|
mariadbBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: mariadbBackup
|
|
additionalStorages: []
|