From 8271015a16d428a19b5d30971616081e0c578633 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 24 Jul 2026 14:39:01 -0500 Subject: [PATCH] Migrate k8s images from codeberg.org to git.mcintire.me --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 07c3b09..af19a4a 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -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