From 8a3d024453d0f8384a1895ad974c39033a936e6a Mon Sep 17 00:00:00 2001 From: FluxCD Date: Tue, 21 Apr 2026 15:08:30 +0000 Subject: [PATCH] chore: update towerops image to git.mcintire.me/graham/towerops-web:main-1776783978-91e3181 [skip ci] --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 9aa3a29d..346ab881 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-1776782753-04e7d5a # {"$imagepolicy": "flux-system:towerops-web"} + image: git.mcintire.me/graham/towerops-web:main-1776783978-91e3181 # {"$imagepolicy": "flux-system:towerops-web"} imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -100,7 +100,7 @@ spec: cpu: "500m" containers: - name: towerops - image: git.mcintire.me/graham/towerops-web:main-1776782753-04e7d5a # {"$imagepolicy": "flux-system:towerops-web"} + image: git.mcintire.me/graham/towerops-web:main-1776783978-91e3181 # {"$imagepolicy": "flux-system:towerops-web"} imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false