Merge pull request 'fix: remove incorrect digest pinning from image reference' (#57) from fix/remove-digest-pinning into main
schemas-app / build (push) Successful in 7m55s
schemas-app / deploy-prod (push) Failing after 2m27s

Reviewed-on: #57
This commit was merged in pull request #57.
This commit is contained in:
2026-01-09 12:01:38 +00:00
+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