Diun v1 to v2¶
image field has been moved to providers.static in configuration file:
v1
image:
- name: docker.io/crazymax/diun
watch_repo: true
max_tags: 10
v2
providers:
static:
- name: docker.io/crazymax/diun
watch_repo: true
max_tags: 10