fix: remove incorrect digest pinning from image reference #2741

Merged
argoyle merged 1 commits from fix/remove-digest-pinning into main 2026-01-09 12:03:09 +00:00
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: 5
timeoutSeconds: 5
imagePullPolicy: Always
image: oci.unbound.se/dancefinder/dancefinder-app@sha256:f37fc22af1b6c034f12a9174b3d1e5d3198ab861f2830c69294b088a668531ff:${COMMIT}
image: oci.unbound.se/dancefinder/dancefinder-app:${COMMIT}
ports:
- containerPort: 80
resources: