From b8e284bde18459ccf37788340643c4dc4ea117bb Mon Sep 17 00:00:00 2001 From: FluxCD Date: Wed, 22 Apr 2026 22:06:44 +0000 Subject: [PATCH] chore: update prop image to git.mcintire.me/graham/prop-grid-rs:main-1776894678-93b526c [skip ci] --- k8s/deployment-grid-rs.yaml | 2 +- k8s/deployment-hrrr-point-rs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment-grid-rs.yaml b/k8s/deployment-grid-rs.yaml index 2d4e7c04..ce499d76 100644 --- a/k8s/deployment-grid-rs.yaml +++ b/k8s/deployment-grid-rs.yaml @@ -57,7 +57,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-1776866276-3ec976c # {"$imagepolicy": "flux-system:prop-grid-rs"} + image: git.mcintire.me/graham/prop-grid-rs:main-1776894678-93b526c # {"$imagepolicy": "flux-system:prop-grid-rs"} 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 f2649249..a8fc7ad1 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-1776866276-3ec976c # {"$imagepolicy": "flux-system:prop-grid-rs"} + image: git.mcintire.me/graham/prop-grid-rs:main-1776894678-93b526c # {"$imagepolicy": "flux-system:prop-grid-rs"} imagePullPolicy: IfNotPresent command: ["/usr/bin/tini", "--", "/usr/local/bin/hrrr-point-worker"] env: