From 9369257ed32fcd0accaac7ae214a58ff79cecf63 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 24 Jul 2026 14:38:53 -0500 Subject: [PATCH] Migrate images from codeberg.org to git.mcintire.me --- k8s/deployment-hrrr-point-rs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment-hrrr-point-rs.yaml b/k8s/deployment-hrrr-point-rs.yaml index ad9ea311..c088788b 100644 --- a/k8s/deployment-hrrr-point-rs.yaml +++ b/k8s/deployment-hrrr-point-rs.yaml @@ -63,7 +63,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: codeberg.org/gmcintire/prop-grid-rs:main-1781279001-e879f29 + image: git.mcintire.me/graham/prop-grid-rs:main-1781279001-e879f29 imagePullPolicy: IfNotPresent command: ["/usr/bin/tini", "--", "/usr/local/bin/hrrr-point-worker"] env: