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
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 2s
This commit is contained in:
parent
52dcb23f57
commit
8271015a16
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue