Skip to content
Snippets Groups Projects
Verified Commit e741feb8 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(hcloud-dynfw): Switch cronjob to always pulling the image

Given that this cronjob uses the `latest` tag, using `Always` as pull
policy should make sure that it actually uses and up-to-date version.
parent 0fae8b68
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ spec:
containers:
- name: hcloud-dynfw
image: quay.io/sheogorath/hcloud-dynfw:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
requests:
cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment