2 Commits

Author SHA1 Message Date
argoyle dee5303429 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
2026-01-09 12:01:38 +00:00
argoyle f21d29391d 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
2026-01-09 11:55:46 +01: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