From 6a22d2e457550a839903a2ee8c4339169fc51f37 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 29 Apr 2026 10:21:54 -0500 Subject: [PATCH] pin image to last-built tag main-1776451638-5ab2ffc The previous commit referenced an image tag that was never pushed to the registry, breaking deploys. Pin to the last working tag until CI produces a new build. --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b8be391..649a878 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -31,7 +31,7 @@ spec: type: RuntimeDefault initContainers: - name: migrate - image: git.mcintire.me/graham/aprs.me:main-1777404332-0625438 + image: git.mcintire.me/graham/aprs.me:main-1776451638-5ab2ffc imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -82,7 +82,7 @@ spec: cpu: "500m" containers: - name: aprs - image: git.mcintire.me/graham/aprs.me:main-1777404332-0625438 + image: git.mcintire.me/graham/aprs.me:main-1776451638-5ab2ffc imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false