diff --git a/CHANGELOG.md b/CHANGELOG.md
index 474d4a67693324a948a34460e602723021a7d0a1..aa2fffd77eddb363d39fb791ef3c6685b7b6f023 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
 * Update Chart to apiVersion 2, move requirements to Chart.yaml
   NOTE: This means Helm 3 is required to install and maintain the chart
 
+## [0.1.8] - 2021-06-14
+
+* Set image pull policy for cronjob image to IfNotPresent to prevent problems
+  with Docker rate limits
+
 ## [0.1.7] - 2021-05-12
 
 * Add numberic based backup option that uses number-based backup scheme instead
diff --git a/values.yaml b/values.yaml
index d49492b36e03038e478f1aa0be7d306bd1a21ffe..28153ea48e028436cb7801939449c011839ff58e 100644
--- a/values.yaml
+++ b/values.yaml
@@ -174,7 +174,7 @@ wordpress:
       image:
         repository: bitnami/kubectl
         tag: 1.18
-        pullPolicy: Always
+        pullPolicy: IfNotPresent
       # Every 3 minutes
       schedule: "*/3 * * * *"
       # We use the internal DNS, so there is no TLS certificate
@@ -241,13 +241,13 @@ ansibleVars:
 
 image:
   repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
-  tag: 0.1.7
+  tag: 0.1.8
   pullPolicy: Always
   pullSecrets: []
 
 initImage:
   repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
-  tag: 0.1.7
+  tag: 0.1.8
   pullPolicy: Always
 
 ingress: