From feb595f1622b941dda218c97d7a4cad85aadf5a3 Mon Sep 17 00:00:00 2001 From: Michal Tuszowski Date: Sun, 19 Jul 2026 21:51:29 +0200 Subject: [PATCH] astrololo: deploy 9323803c --- astrololo/data.yaml | 2 +- astrololo/logic.yaml | 2 +- astrololo/presentation.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astrololo/data.yaml b/astrololo/data.yaml index 46e093a..efe9182 100644 --- a/astrololo/data.yaml +++ b/astrololo/data.yaml @@ -12,7 +12,7 @@ spec: imagePullSecrets: [{ name: gitea-registry }] containers: - name: data - image: gitea.czernobog.pl/gitea/astrololo-data:v0.1.0 + image: gitea.czernobog.pl/gitea/astrololo-data:9323803c ports: [{ containerPort: 8002 }] env: - name: DATA_PROVIDER diff --git a/astrololo/logic.yaml b/astrololo/logic.yaml index 527fca5..7e5c798 100644 --- a/astrololo/logic.yaml +++ b/astrololo/logic.yaml @@ -12,7 +12,7 @@ spec: imagePullSecrets: [{ name: gitea-registry }] containers: - name: logic - image: gitea.czernobog.pl/gitea/astrololo-logic:v0.1.0 + image: gitea.czernobog.pl/gitea/astrololo-logic:9323803c ports: [{ containerPort: 8001 }] env: - name: DATA_URL diff --git a/astrololo/presentation.yaml b/astrololo/presentation.yaml index 43978ae..5ace4e5 100644 --- a/astrololo/presentation.yaml +++ b/astrololo/presentation.yaml @@ -12,7 +12,7 @@ spec: imagePullSecrets: [{ name: gitea-registry }] containers: - name: presentation - image: gitea.czernobog.pl/gitea/astrololo-presentation:v0.1.0 + image: gitea.czernobog.pl/gitea/astrololo-presentation:9323803c ports: [{ containerPort: 8000 }] env: - name: LOGIC_URL