From 0558bb0ac9062ddbf7ae25e6b530a17f77018898 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 9 Jun 2020 11:02:31 +0200
Subject: [PATCH] redo more changes from master

---
 values-local.yaml.example | 3 ++-
 values.yaml               | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/values-local.yaml.example b/values-local.yaml.example
index 897587a..bfb27b4 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: 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 85cf9cc..b8c7d6c 100644
--- a/values.yaml
+++ b/values.yaml
@@ -171,12 +171,12 @@ ansibleVars:
 wpSalts: {}
 
 image:
-  repository: docker.greenhost.net/open/wordpress-helm/wordpress
+  repository: open.greenhost.net:4567/open/wordpress-helm/wordpress
   tag: 0.1.1
   pullPolicy: Always
 
 initImage:
-  repository: docker.greenhost.net/open/wordpress-helm/wordpress-cli-ansible
+  repository: open.greenhost.net:4567/open/wordpress-helm/wordpress-cli-ansible
   tag: 0.1.1
   pullPolicy: Always
   imagePullSecretName: greenhost-registry-pull
-- 
GitLab