pin image to last-built tag main-1776451638-5ab2ffc

The previous commit referenced an image tag that was never pushed to the registry,
breaking deploys. Pin to the last working tag until CI produces a new build.
This commit is contained in:
Graham McIntire 2026-04-29 10:21:54 -05:00
parent 8cea244ea5
commit 6a22d2e457
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -31,7 +31,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: migrate
image: git.mcintire.me/graham/aprs.me:main-1777404332-0625438
image: git.mcintire.me/graham/aprs.me:main-1776451638-5ab2ffc
imagePullPolicy: IfNotPresent
command: ["/app/bin/migrate"]
securityContext:
@ -82,7 +82,7 @@ spec:
cpu: "500m"
containers:
- name: aprs
image: git.mcintire.me/graham/aprs.me:main-1777404332-0625438
image: git.mcintire.me/graham/aprs.me:main-1776451638-5ab2ffc
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false