aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/playbooks')
-rw-r--r--personal_infra/playbooks/roles/takahe/tasks/main.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/personal_infra/playbooks/roles/takahe/tasks/main.yaml b/personal_infra/playbooks/roles/takahe/tasks/main.yaml
index 45ca2eae..a169dd84 100644
--- a/personal_infra/playbooks/roles/takahe/tasks/main.yaml
+++ b/personal_infra/playbooks/roles/takahe/tasks/main.yaml
@@ -89,7 +89,7 @@
spec:
containers:
- name: webserver
- image: "jointakahe/takahe:{{ takahe.version }}"
+ image: "docker.io/avaraline/incarnator:{{ takahe.version }}"
args:
- "gunicorn"
- "takahe.wsgi:application"
@@ -188,7 +188,7 @@
spec:
containers:
- name: stator
- image: "jointakahe/takahe:{{ takahe.version }}"
+ image: "docker.io/avaraline/incarnator:{{ takahe.version }}"
args:
- python3
- manage.py
@@ -214,7 +214,7 @@
restartPolicy: Never
containers:
- name: webserver
- image: "jointakahe/takahe:{{ takahe.version }}"
+ image: "docker.io/avaraline/incarnator:{{ takahe.version }}"
args: ["python3", "manage.py", "migrate"]
envFrom:
- configMapRef: