From 8cbb29339fb8ada89dccc427d24b569911d1e611 Mon Sep 17 00:00:00 2001 From: Reinier Nel Date: Sat, 3 Feb 2024 14:48:08 +0200 Subject: [PATCH] added digets --- manifests/game/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/game/base/deployment.yaml b/manifests/game/base/deployment.yaml index 1d29506..d01beb6 100644 --- a/manifests/game/base/deployment.yaml +++ b/manifests/game/base/deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: game - image: "maindevopsdemo.azurecr.io/game:main" + image: "maindevopsdemo.azurecr.io/game@sha256:f080c9a924b4a4df04ff7b8c5576acea5308749c8c2ef73317a4434a0f4e9443" ports: - name: http containerPort: 80 \ No newline at end of file