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:
Graham McIntire 2026-05-05 10:38:47 -05:00
parent 8a9c0ba67f
commit 38cf1336b7
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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