feat(release): add reproducible signed artifacts (#19)
This commit is contained in:
@@ -19,6 +19,7 @@ internal sealed class OperatorService(
|
||||
return new OperatorStatusResponse
|
||||
{
|
||||
Status = readinessSnapshot.IsReady ? "ready" : "not-ready",
|
||||
Compatibility = ReleaseCompatibility.CreateResponse(),
|
||||
Readiness = new OperatorReadinessResponse
|
||||
{
|
||||
HttpListener = readinessSnapshot.HttpListenerReady,
|
||||
|
||||
Reference in New Issue
Block a user