Compare commits

...

2 Commits

Author SHA1 Message Date
argoyle 0bf64d97bf Merge pull request 'fix: remove incorrect digest pinning from image reference' (#235) from fix/remove-digest-pinning into main
auth0mock / build (push) Successful in 6m39s
Reviewed-on: #235
2026-01-09 12:01:31 +00:00
argoyle 941b2b4158 fix: remove incorrect digest pinning from image reference
auth0mock / build (pull_request) Successful in 4m29s
2026-01-09 11:56:10 +01:00
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: auth0mock
image: oci.unbound.se/unboundsoftware/auth0mock@sha256:c9d60b464b573f06311f85462a51bcd23213a81a923b6d1be9824b5d050c225f:${COMMIT}
image: oci.unbound.se/unboundsoftware/auth0mock:${COMMIT}
imagePullPolicy: "IfNotPresent"
resources:
requests: