From 34b8ab3ed4dd8bb38849032869aa086cb9d57bae Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 11:56:21 +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 296b051..5cbf4cf 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -44,7 +44,7 @@ spec: periodSeconds: 5 timeoutSeconds: 5 imagePullPolicy: Always - image: oci.unbound.se/unboundsoftware/lingonpaj-site@sha256:4af64942ba74210a4db65c7b8ab3fbf138eeef87c30084de855a524052f16a7e:${COMMIT} + image: oci.unbound.se/unboundsoftware/lingonpaj-site:${COMMIT} ports: - containerPort: 80 resources: