diff --git a/CHANGELOG.md b/CHANGELOG.md index c559f4cbd7e772ced3648675cdb9774e759de36b..2060fc6042766226a7436a1c0d50562a48b6ee10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [0.1.8] - 2021-06-14 -* Set image pull policies to IfNotPresent to prevent problems with Docker rate - limits +* Set image pull policy for cronjob image to IfNotPresent to prevent problems + with Docker rate limits ## [0.1.7] - 2021-05-12 diff --git a/values.yaml b/values.yaml index 47a4299739a10a234cd751cc3f38790739d24aed..28153ea48e028436cb7801939449c011839ff58e 100644 --- a/values.yaml +++ b/values.yaml @@ -242,13 +242,13 @@ ansibleVars: image: repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress tag: 0.1.8 - pullPolicy: IfNotPresent + pullPolicy: Always pullSecrets: [] initImage: repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible tag: 0.1.8 - pullPolicy: IfNotPresent + pullPolicy: Always ingress: enabled: false