diff --git a/k8s/deployment-backfill.yaml b/k8s/deployment-backfill.yaml index 7c87a8af..3b21e215 100644 --- a/k8s/deployment-backfill.yaml +++ b/k8s/deployment-backfill.yaml @@ -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 diff --git a/k8s/deployment-grid-rs.yaml b/k8s/deployment-grid-rs.yaml index 43e7d9f8..7c832456 100644 --- a/k8s/deployment-grid-rs.yaml +++ b/k8s/deployment-grid-rs.yaml @@ -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 diff --git a/k8s/deployment-hrrr-point-rs.yaml b/k8s/deployment-hrrr-point-rs.yaml index e45af4bc..824611f7 100644 --- a/k8s/deployment-hrrr-point-rs.yaml +++ b/k8s/deployment-hrrr-point-rs.yaml @@ -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: diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b299c970..94c3e734 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -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