diff --git a/dubyatp-xyz/deployment.yaml b/dubyatp-xyz/deployment.yaml index 6ce9136..721a432 100644 --- a/dubyatp-xyz/deployment.yaml +++ b/dubyatp-xyz/deployment.yaml @@ -13,12 +13,12 @@ spec: app: dubyatp-xyz spec: containers: - - name: web - image: git.dubyatp.xyz/williamp/dubyatp-xyz:e8e113c - resources: - limits: - memory: "1Gi" - cpu: "500m" - requests: - memory: "256Mi" - cpu: "500m" + - name: web + image: git.dubyatp.xyz/williamp/dubyatp-xyz:b280c93 + resources: + limits: + memory: "1Gi" + cpu: "500m" + requests: + memory: "256Mi" + cpu: "500m"