From 09a07973cbecc566dcc4f5e59abdc5f6e94a47a7 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 11:56:50 +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 aaf0231..cf395e5 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/unbound-site@sha256:57fadab9a3e985e4938b778e2e6b2bb3b0ece78fecc1abcbc568abfc948462ad:${COMMIT} + image: oci.unbound.se/unboundsoftware/unbound-site:${COMMIT} ports: - containerPort: 80 resources: