We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b8288 commit 3cb8046Copy full SHA for 3cb8046
controllers/ocirepository_controller.go
@@ -77,6 +77,7 @@ var ociRepositoryReadyCondition = summarize.Conditions{
77
sourcev1.FetchFailedCondition,
78
sourcev1.ArtifactOutdatedCondition,
79
sourcev1.ArtifactInStorageCondition,
80
+ sourcev1.SourceVerifiedCondition,
81
meta.ReadyCondition,
82
meta.ReconcilingCondition,
83
meta.StalledCondition,
@@ -86,6 +87,7 @@ var ociRepositoryReadyCondition = summarize.Conditions{
86
87
88
89
90
91
92
93
},
0 commit comments