From f1ad60b046c339c3e07f7c71bfe485aca79d9286 Mon Sep 17 00:00:00 2001 From: chemavx Date: Fri, 19 Jun 2026 06:37:55 +0000 Subject: [PATCH] Cut over polymarket-bot deployments to Infisical-managed pull secret MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit api/bot: imagePullSecrets gitea-registry -> gitea-registry-infisical. dashboard: add gitea-registry-infisical (previously had NO pull secret despite pulling a private image — fixes latent ErrImagePull-on-reschedule bug). Old gitea-registry stays as rollback net until decommission. Co-Authored-By: Claude Opus 4.8 --- polymarket-bot/deployment-api.yaml | 2 +- polymarket-bot/deployment-bot.yaml | 2 +- polymarket-bot/deployment-dashboard.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/polymarket-bot/deployment-api.yaml b/polymarket-bot/deployment-api.yaml index b2908c7..cc37b37 100644 --- a/polymarket-bot/deployment-api.yaml +++ b/polymarket-bot/deployment-api.yaml @@ -21,7 +21,7 @@ spec: app: api spec: imagePullSecrets: - - name: gitea-registry + - name: gitea-registry-infisical containers: - command: - uvicorn diff --git a/polymarket-bot/deployment-bot.yaml b/polymarket-bot/deployment-bot.yaml index 1cd6cc2..e04da56 100644 --- a/polymarket-bot/deployment-bot.yaml +++ b/polymarket-bot/deployment-bot.yaml @@ -21,7 +21,7 @@ spec: app: bot spec: imagePullSecrets: - - name: gitea-registry + - name: gitea-registry-infisical containers: - command: - python3 diff --git a/polymarket-bot/deployment-dashboard.yaml b/polymarket-bot/deployment-dashboard.yaml index c724bca..f7595b3 100644 --- a/polymarket-bot/deployment-dashboard.yaml +++ b/polymarket-bot/deployment-dashboard.yaml @@ -20,6 +20,8 @@ spec: labels: app: dashboard spec: + imagePullSecrets: + - name: gitea-registry-infisical containers: - image: git.chemavx.xyz/chemavx/polymarket-bot-dashboard:4928a3c1 imagePullPolicy: Always