Always pull new image before deploying

This commit is contained in:
WilliamMiceli
2018-08-08 02:52:49 -04:00
parent da6ca0a9fc
commit 6a90d444e0
6 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ services:
io.rancher.container.agent.role: environment
io.rancher.container.create_agent: true
io.rancher.container.hostname_override: traefik
io.rancher.container.pull_image: always
{{- if (.Values.HOST_LABEL)}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}