You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spec/v1/ocirepositories.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -953,6 +953,13 @@ LAST SEEN TYPE REASON OBJECT
953
953
94s Warning OCIOperationFailed ocirepository/<repository-name> failed to pull artifact from 'oci://ghcr.io/stefanprodan/manifests/podinfo': couldn't find tag "0.0.1"
954
954
```
955
955
956
+
When `.status.artifact.metadata` contains a non-empty
957
+
`org.opencontainers.image.revision`annotation, the controller forwards its
958
+
value in `NewArtifact` and recovery `Succeeded` Events using the
959
+
`source.toolkit.fluxcd.io/originRevision`annotation. The
960
+
notification-controller exposes this value as `originRevision` in the Event
961
+
metadata sent to notification consumers.
962
+
956
963
Besides being reported in Events, the reconciliation errors are also logged by
957
964
the controller. The Flux CLI offer commands for filtering the logs for a
0 commit comments