From c9cb95129cec3bdac38c37de7b238c86b6558989 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 28 Mar 2026 12:42:23 -0500 Subject: [PATCH] fix/production-workflow-conflict (#208) Co-authored-by: Forgejo Actions Reviewed-on: https://git.mcintire.me/graham/towerops-web/pulls/208 --- k8s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index d5a3eb52..5cad6cbb 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:production-1773753909-becd2ef + image: git.mcintire.me/graham/towerops-web:main-1774707244-ce7a8d1 imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -100,7 +100,7 @@ spec: cpu: "500m" containers: - name: towerops - image: git.mcintire.me/graham/towerops-web:production-1773753909-becd2ef + image: git.mcintire.me/graham/towerops-web:main-1774707244-ce7a8d1 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false