From 565bf9e39066966222568c011c4ae147a8d4a50e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 11:54:34 +0100 Subject: [PATCH] fix: remove incorrect digest pinning from image reference --- k8s/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 4ad9961..dfaffb6 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -41,7 +41,7 @@ spec: requests: memory: "100Mi" imagePullPolicy: Always - image: oci.unbound.se/dancefinder/geo-service@sha256:bdda8ca786755ff2cb32761f5e9b135897dbf1d69f4782b440d8e8ad0c1c31b9:${COMMIT} + image: oci.unbound.se/dancefinder/geo-service:${COMMIT} ports: - containerPort: 80 name: http