Skip to content
Snippets Groups Projects
Verified Commit cff09ae8 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

only set imagePullPolicy for cronjob image to IfNotPresent

parent 29ea052f
No related branches found
No related tags found
1 merge request!36Resolve "Default image Pull Policy should be `IfNotPresent`"
## [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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment