From 3b686e5401d288ba476b444042fb00c8cb42c911 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 11:54:48 +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 46809b5..4dcbc30 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -44,7 +44,7 @@ spec: periodSeconds: 5 timeoutSeconds: 5 imagePullPolicy: Always - image: oci.unbound.se/dancefinder/dancefinder-app@sha256:f37fc22af1b6c034f12a9174b3d1e5d3198ab861f2830c69294b088a668531ff:${COMMIT} + image: oci.unbound.se/dancefinder/dancefinder-app:${COMMIT} ports: - containerPort: 80 resources: