fix: remove incorrect digest pinning from image reference #57

Merged
argoyle merged 1 commits from fix/remove-digest-pinning into main 2026-01-09 12:01:40 +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