From: alex Date: Sun, 17 Aug 2025 18:23:51 +0000 (+0200) Subject: Always pull Incarnator X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=41ea20b3f764dfde4a50cd792430f066d6781043;p=alex.git Always pull Incarnator --- diff --git a/personal_infra/playbooks/roles/takahe/tasks/main.yaml b/personal_infra/playbooks/roles/takahe/tasks/main.yaml index a169dd8..ed0ab18 100644 --- a/personal_infra/playbooks/roles/takahe/tasks/main.yaml +++ b/personal_infra/playbooks/roles/takahe/tasks/main.yaml @@ -90,6 +90,7 @@ containers: - name: webserver image: "docker.io/avaraline/incarnator:{{ takahe.version }}" + imagePullPolicy: Always args: - "gunicorn" - "takahe.wsgi:application" @@ -189,6 +190,7 @@ containers: - name: stator image: "docker.io/avaraline/incarnator:{{ takahe.version }}" + imagePullPolicy: Always args: - python3 - manage.py