Skip to content
Snippets Groups Projects
Verified Commit 1ec19999 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

link to auto upgrade docs, set automatic_updater_disabled default to false

parent 395811ec
No related branches found
No related tags found
1 merge request!106Resolve "Disable WordPress auto-update"
Pipeline #11645 passed with stages
in 1 minute and 16 seconds
......@@ -128,11 +128,13 @@ wordpress:
# By default we disable updating WordPress from the inside, because these
# updates will not persist over pod deletions. Updates should be managed by
# Helm.
# Read more at https://wordpress.org/support/article/configuring-automatic-background-updates/
updates:
# Controls the WP AUTOMATIC_UPDATER_DISABLED variable
automatic_updater_disabled: true
# Controls the WP WP_AUTO_UPDATE_CORE variable
# Controls the WP WP_AUTO_UPDATE_CORE variable which disables core auto updates
wp_auto_update_core: false
# Controls the WP AUTOMATIC_UPDATER_DISABLED variable which disables all
# auto updates (core, plugins, themes)
automatic_updater_disabled: false
# We disallow editing WordPress files through the interface, because these
# files could be re-deployed with their original value by Helm. This controls
# the DISALLOW_FILE_EDIT WordPress value.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment