Koschei: Run cronjobs on latest image from docker-registry

This commit is contained in:
Mikolaj Izdebski 2021-11-20 00:55:17 +01:00
parent aba7ce6e63
commit bffe537997
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: "cron-{{name}}"
image: "{{ koschei_container_image }}"
image: "docker-registry.default.svc:5000/koschei/koschei:latest"
command: ["/bin/bash", "-euxc", "{{command}}"]
env:
- name: SUDO_USER

View file

@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: "job-{{name}}"
image: "{{ koschei_container_image }}"
image: "docker-registry.default.svc:5000/koschei/koschei:latest"
command: ["/bin/bash", "-euxc", "{{command}}"]
env:
- name: SUDO_USER