From 864fb68f514346cab5940af8b413502c1c9273d5 Mon Sep 17 00:00:00 2001 From: poimen Date: Sat, 12 Sep 2026 23:51:04 +0900 Subject: [PATCH] fix: Update all image references and git clone URLs to new registry path --- k8s/worker-deployment.yaml | 2 +- k8s/workflows-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/worker-deployment.yaml b/k8s/worker-deployment.yaml index 71253e5..f689a01 100644 --- a/k8s/worker-deployment.yaml +++ b/k8s/worker-deployment.yaml @@ -28,7 +28,7 @@ spec: echo "[$(date)] Starting poimen worker pod..." apt-get update && apt-get install -y --no-install-recommends git echo "[$(date)] Cloning latest code from git..." - git clone https://forgejo.riotpiao.com/rock/poimen-workflows.git /app + git clone https://forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows.git /app cd /app echo "[$(date)] Latest commit: $(git rev-parse HEAD)" echo "[$(date)] Downloading dependencies..." diff --git a/k8s/workflows-deployment.yaml b/k8s/workflows-deployment.yaml index b9cdacc..11bf060 100644 --- a/k8s/workflows-deployment.yaml +++ b/k8s/workflows-deployment.yaml @@ -25,7 +25,7 @@ spec: containers: # Temporal activity worker (single role, no HTTP server) - name: workflows-worker - image: forgejo.riotpiao.com/rock/poimen-workflows:latest + image: forgejo.riotpiao.com/riotpiao-poimen/poimen-workflows:latest imagePullPolicy: Always command: ["/app/worker"] env: