Migrate k8s images from codeberg.org to git.mcintire.me
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 2s

This commit is contained in:
Graham McIntire 2026-07-24 14:39:01 -05:00
parent 52dcb23f57
commit 8271015a16
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -36,7 +36,7 @@ spec:
type: RuntimeDefault
initContainers:
- name: migrate
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
imagePullPolicy: IfNotPresent
command: ["/app/bin/migrate"]
securityContext:
@ -87,7 +87,7 @@ spec:
cpu: "500m"
containers:
- name: aprs
image: codeberg.org/gmcintire/aprs.me:main-1777477809-208401e
image: git.mcintire.me/graham/aprs.me:main-1777477809-208401e
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false