From 0035a4b5544846ded7a69497fbebc533966c1856 Mon Sep 17 00:00:00 2001 From: Rebar <59-rebar@users.noreply.code.greenhost.net> Date: Wed, 3 Jun 2020 14:58:02 +0000 Subject: [PATCH] Set version in values.yaml Removed version in values-local Added NOTE --- values-local.yaml.example | 3 ++- values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/values-local.yaml.example b/values-local.yaml.example index 6a3edbe..9277203 100644 --- a/values-local.yaml.example +++ b/values-local.yaml.example @@ -28,7 +28,8 @@ wordpress: theme: twentynineteen # NOTE: Make sure you use underscore and that the localisation is in full caps locale: en_US - version: 5.2.3 + # NOTE: Optionally set a Wordpress version number to override the default version: in values.yaml + # version: LOCAL-WORDPRESS-VERSION-NUMBER-OR-DELETE-THIS-LINE # NOTE: This is the URL that points to your WordPress installation. If this # URL is set incorrectly your site will most likely not work. You can not # change it after you have run helm install once because WordPress saves the diff --git a/values.yaml b/values.yaml index 7fdef77..d5312f2 100644 --- a/values.yaml +++ b/values.yaml @@ -87,7 +87,7 @@ wordpress: theme_fallback: twentytwenty # NOTE: Make sure you use underscore and that the localisation is in full caps locale: en_US - version: 5.2.3 + version: 5.4.1 url: "http://localhost" title: "Wordpress Helm" ## If including a plugin to alias wp login then set an alt_path and set the alt_config -- GitLab