From 7c1617b3920d6da28f820c6cadd4b49f83b728c2 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Tue, 14 Apr 2026 17:21:46 +0000 Subject: [PATCH] ci: update polymarket-bot images to 9bdafaa5 [skip ci] --- polymarket-bot/deployment-api.yaml | 2 +- polymarket-bot/deployment-bot.yaml | 2 +- polymarket-bot/deployment-dashboard.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polymarket-bot/deployment-api.yaml b/polymarket-bot/deployment-api.yaml index bb628d3..ae6143f 100644 --- a/polymarket-bot/deployment-api.yaml +++ b/polymarket-bot/deployment-api.yaml @@ -33,7 +33,7 @@ spec: envFrom: - secretRef: name: bot-secrets - image: git.chemavx.xyz/chemavx/polymarket-bot-api:324edbe4 + image: git.chemavx.xyz/chemavx/polymarket-bot-api:9bdafaa5 imagePullPolicy: Always name: api ports: diff --git a/polymarket-bot/deployment-bot.yaml b/polymarket-bot/deployment-bot.yaml index 813ad01..ad25c02 100644 --- a/polymarket-bot/deployment-bot.yaml +++ b/polymarket-bot/deployment-bot.yaml @@ -30,7 +30,7 @@ spec: envFrom: - secretRef: name: bot-secrets - image: git.chemavx.xyz/chemavx/polymarket-bot:324edbe4 + image: git.chemavx.xyz/chemavx/polymarket-bot:9bdafaa5 imagePullPolicy: Always name: bot resources: diff --git a/polymarket-bot/deployment-dashboard.yaml b/polymarket-bot/deployment-dashboard.yaml index 45fc32f..9eeb4cb 100644 --- a/polymarket-bot/deployment-dashboard.yaml +++ b/polymarket-bot/deployment-dashboard.yaml @@ -21,8 +21,8 @@ spec: app: dashboard spec: containers: - - image: docker.io/library/polymarket-bot-dashboard:v3 - imagePullPolicy: Never + - image: git.chemavx.xyz/chemavx/polymarket-bot-dashboard:9bdafaa5 + imagePullPolicy: Always name: dashboard ports: - containerPort: 80