diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6eee11f2cf679c9a55ffd022afeaf657362c1d73..c559f4cbd7e772ced3648675cdb9774e759de36b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [0.1.8] - 2021-06-14
+
+* Set image pull policies 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/Chart.yaml b/Chart.yaml
index fd1f53fb0d8d078597741eb4fdcd7567c1ce8395..86d7d347e298cc8fce301816cbe00ca7aa779509 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -5,5 +5,5 @@ description: WordPress with a replicated MariaDB backend
 name: wordpress
 # Please only change the chart version as part of the release procedure: see
 # RELEASING.md
-version: 0.1.7
+version: 0.1.8
 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
diff --git a/values.yaml b/values.yaml
index d49492b36e03038e478f1aa0be7d306bd1a21ffe..47a4299739a10a234cd751cc3f38790739d24aed 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,14 +241,14 @@ ansibleVars:
 
 image:
   repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
-  tag: 0.1.7
-  pullPolicy: Always
+  tag: 0.1.8
+  pullPolicy: IfNotPresent
   pullSecrets: []
 
 initImage:
   repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
-  tag: 0.1.7
-  pullPolicy: Always
+  tag: 0.1.8
+  pullPolicy: IfNotPresent
 
 ingress:
   enabled: false