From a3ead3f94156ccd94d75e5473df5f6fba2f63a32 Mon Sep 17 00:00:00 2001 From: FluxCD Date: Mon, 27 Apr 2026 14:49:56 +0000 Subject: [PATCH] chore: update aprs.me image to git.mcintire.me/graham/aprs.me:main-1777301232-f005a1a [skip ci] --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index d2cb4e3..e90708e 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-1777075248-ec0a64c + image: git.mcintire.me/graham/aprs.me:main-1777301232-f005a1a 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-1777075248-ec0a64c + image: git.mcintire.me/graham/aprs.me:main-1777301232-f005a1a imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false