diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b28b9eb..557f762 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -31,7 +31,7 @@ spec: type: RuntimeDefault initContainers: - name: migrate - image: git.mcintire.me/graham/aprs.me:main-1777039907-3c5447e + image: git.mcintire.me/graham/aprs.me:main-1777041532-84a61bd imagePullPolicy: IfNotPresent command: ["/app/bin/migrate"] securityContext: @@ -82,7 +82,7 @@ spec: cpu: "500m" containers: - name: aprs - image: git.mcintire.me/graham/aprs.me:main-1777039907-3c5447e + image: git.mcintire.me/graham/aprs.me:main-1777041532-84a61bd imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false