From 08cdbe355ba96eff66cc9bfeac169935d7df5f45 Mon Sep 17 00:00:00 2001 From: FluxCD Date: Tue, 28 Apr 2026 17:53:44 +0000 Subject: [PATCH] chore: update towerops image to git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 [skip ci] --- k8s/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 9626aa47..01c6add5 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -8,7 +8,7 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxSurge: 1 # Allow 3rd pod during rollout to avoid downtime + maxSurge: 1 # Allow 3rd pod during rollout to avoid downtime maxUnavailable: 0 # Keep all pods running during rollout minReadySeconds: 10 # Wait 10s after pod is ready before considering it available selector: @@ -32,7 +32,7 @@ spec: type: RuntimeDefault initContainers: - name: migrate - image: git.mcintire.me/graham/towerops-web:main-1777396805-e822bc9 # {"$imagepolicy": "flux-system:towerops-web"} + image: git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 # {"$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-1777396805-e822bc9 # {"$imagepolicy": "flux-system:towerops-web"} + image: git.mcintire.me/graham/towerops-web:main-1777398683-e7bca61 # {"$imagepolicy": "flux-system:towerops-web"} imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false