diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 96065698..ad41d412 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-1772736989-9e6d006 + image: git.mcintire.me/graham/towerops-web:main-1772759087-9300415 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-1772736989-9e6d006 + image: git.mcintire.me/graham/towerops-web:main-1772759087-9300415 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false