From 012a8ece954a127048b75e540173ffdd4dae5c95 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 24 Jul 2026 14:38:50 -0500 Subject: [PATCH] Migrate 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 d2849023..109429bd 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -37,7 +37,7 @@ spec: type: RuntimeDefault initContainers: - name: migrate - image: codeberg.org/gmcintire/towerops:main-1777403311-23304e1 + image: git.mcintire.me/graham/towerops:main-1777403311-23304e1 imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -132,7 +132,7 @@ spec: cpu: "500m" containers: - name: towerops - image: codeberg.org/gmcintire/towerops:main-1777403311-23304e1 + image: git.mcintire.me/graham/towerops:main-1777403311-23304e1 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false