From fde53f22b6eac54d6d7178c582ab8ef6705e1824 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 25 Jul 2026 06:45:09 +0000 Subject: [PATCH] chore: update manifests and submodules [skip ci] --- infra/compose/hub.yml | 2 +- infra/compose/llm-api.yml | 2 +- infra/compose/scraper.yml | 2 +- infra/compose/tools.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index c3e8bab..37ff176 100644 --- a/infra/compose/hub.yml +++ b/infra/compose/hub.yml @@ -1,7 +1,7 @@ services: hub: container_name: hub - image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-8fc4a15 + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-e953c3c restart: always networks: app-shared-net: diff --git a/infra/compose/llm-api.yml b/infra/compose/llm-api.yml index e64ce93..d882f6c 100644 --- a/infra/compose/llm-api.yml +++ b/infra/compose/llm-api.yml @@ -1,7 +1,7 @@ services: llm-api: container_name: llm-api - image: ghcr.io/asepharyana/asepharyana-hub/llm-api:latest + image: ghcr.io/asepharyana/asepharyana-hub/llm-api:sha-e953c3c restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index 3c14914..7d5ddf1 100644 --- a/infra/compose/scraper.yml +++ b/infra/compose/scraper.yml @@ -1,7 +1,7 @@ services: scraper-api: container_name: scraper-api - image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-de161d9 + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-e953c3c restart: always depends_on: nats: diff --git a/infra/compose/tools.yml b/infra/compose/tools.yml index 3e547cd..aa116d4 100644 --- a/infra/compose/tools.yml +++ b/infra/compose/tools.yml @@ -1,7 +1,7 @@ services: tools: container_name: tools - image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-de161d9 + image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-e953c3c restart: always networks: app-shared-net: