diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 9b52f572..4170c6a3 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-1772803826-1f49e1f + image: git.mcintire.me/graham/towerops-web:main-1772804218-9e525aa imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -80,7 +80,7 @@ spec: cpu: "500m" containers: - name: towerops - image: git.mcintire.me/graham/towerops-web:main-1772803826-1f49e1f + image: git.mcintire.me/graham/towerops-web:main-1772804218-9e525aa imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false