From 8abf01ccb15d8d5bbe2a381a418da4e3d98d86cf Mon Sep 17 00:00:00 2001
From: Graham McIntire
Date: Mon, 16 Mar 2026 14:02:31 -0500
Subject: [PATCH] fix-mobile-qr-device-info-width (#43)
Co-authored-by: Forgejo Actions
Reviewed-on: https://git.mcintire.me/graham/towerops-web/pulls/43
---
k8s/deployment.yaml | 4 ++--
lib/towerops_web/live/mobile_qr_live.ex | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml
index 4c5f911f..a2aeb705 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-1773007128-e91d74d
+ image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
imagePullPolicy: IfNotPresent
command: ["/app/bin/migrate"]
securityContext:
@@ -104,7 +104,7 @@ spec:
cpu: "500m"
containers:
- name: towerops
- image: git.mcintire.me/graham/towerops-web:production-1773007128-e91d74d
+ image: git.mcintire.me/graham/towerops-web:production-1773686604-cdc40b3
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
diff --git a/lib/towerops_web/live/mobile_qr_live.ex b/lib/towerops_web/live/mobile_qr_live.ex
index 4637b63f..7c8f4e67 100644
--- a/lib/towerops_web/live/mobile_qr_live.ex
+++ b/lib/towerops_web/live/mobile_qr_live.ex
@@ -210,7 +210,7 @@ defmodule ToweropsWeb.MobileQRLive do
-