diff --git a/values-local.yaml.example b/values-local.yaml.example
index 897587a08c4686ed1de813a16697cc292026f48a..bfb27b4e668c9bd1bbef72332e38a574fad63aaf 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 85cf9ccbb17e8b2b7b57d94ca9625efb048a808e..b8c7d6cfcd306142f2d05d27e5f3137085a27f72 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