infra(ci): use harbor python utility images

This commit is contained in:
Brad Stein 2026-04-21 13:37:20 -03:00
parent 043a2e75c8
commit cb7e0238dc
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ spec:
values: ["arm64"]
containers:
- name: dedupe
image: python:3.12-slim
image: registry.bstein.dev/bstein/python:3.12-slim
command:
- /bin/sh
- -c

View File

@ -50,7 +50,7 @@ spec:
values: ["rpi5"]
containers:
- name: exporter
image: python:3.12-slim
image: registry.bstein.dev/bstein/python:3.12-slim
imagePullPolicy: IfNotPresent
command:
- /bin/sh