fix: remove incorrect digest pinning from image reference
schemas-app / build (pull_request) Successful in 8m4s
schemas-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-01-09 11:55:46 +01:00
parent 5ee7756d5d
commit f21d29391d
+1 -1
View File
@@ -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