Migrate images from codeberg.org to git.mcintire.me
Some checks failed
Production Deployment / Run ExUnit Tests (push) Failing after 59s
Production Deployment / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Graham McIntire 2026-07-24 14:38:50 -05:00
parent ec8e32726b
commit 012a8ece95

View file

@ -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