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