chore(k8s): point deployments at codeberg.org images
The image tags here are placeholders — the live tag is set by the ArgoCD Application's spec.source.kustomize.images field, same as before. Only the registry hostname and path changed. Pull secret 'forgejo-registry' in the prop namespace now carries both git.mcintire.me and codeberg.org auths during the transition.
This commit is contained in:
parent
8a9c0ba67f
commit
38cf1336b7
4 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: prop-backfill
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e
|
||||
image: codeberg.org/gmcintire/prop:main-1777300373-610892e
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ spec:
|
|||
# Image built by a new CI pipeline from rust/prop_grid_rs/.
|
||||
# Multi-arch (amd64 + arm64) — reuses the repo's existing
|
||||
# buildx wiring.
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7
|
||||
image: codeberg.org/gmcintire/prop-grid-rs:main-1777132414-6aa91e7
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
# Elixir secrets bundle carries DATABASE_URL already. Rust
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ spec:
|
|||
# Shares the prop-grid-rs image so one CI pipeline produces
|
||||
# both binaries. k8s `command:` overrides the default
|
||||
# ENTRYPOINT to launch the per-QSO point worker.
|
||||
image: git.mcintire.me/graham/prop-grid-rs:main-1777132414-6aa91e7
|
||||
image: codeberg.org/gmcintire/prop-grid-rs:main-1777132414-6aa91e7
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["/usr/bin/tini", "--", "/usr/local/bin/hrrr-point-worker"]
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: prop
|
||||
image: git.mcintire.me/graham/prop:main-1777300373-610892e
|
||||
image: codeberg.org/gmcintire/prop:main-1777300373-610892e
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue