From 3ed732fecc7772c1674db7b5bdda7ab27cc05f03 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 6 Mar 2026 13:33:19 +0000 Subject: [PATCH] chore: update towerops-web image to git.mcintire.me/graham/towerops-web:main-1772803826-1f49e1f [skip ci] --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 674b2529..9b52f572 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -32,7 +32,7 @@ spec: type: RuntimeDefault initContainers: - name: migrate - image: git.mcintire.me/graham/towerops-web:main-1772760484-7a13368 + image: git.mcintire.me/graham/towerops-web:main-1772803826-1f49e1f imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -80,7 +80,7 @@ spec: cpu: "500m" containers: - name: towerops - image: git.mcintire.me/graham/towerops-web:main-1772760484-7a13368 + image: git.mcintire.me/graham/towerops-web:main-1772803826-1f49e1f imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false