From f21d29391dcc65e7bf861c2bec8c4face45284ea Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 9 Jan 2026 11:55:46 +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 d0a464f..53c80bd 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -37,7 +37,7 @@ spec: topologyKey: kubernetes.io/hostname containers: - name: schemas-app - image: oci.unbound.se/unboundsoftware/schemas-app@sha256:ba9fef25bd9dba2774c9f81fbee64afc34b571ae33805f9d734b6c35456ae0c6:${COMMIT} + image: oci.unbound.se/unboundsoftware/schemas-app:${COMMIT} imagePullPolicy: IfNotPresent ports: - containerPort: 80