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
-