Add managed registry provisioning, pruning, and readiness tracking
This commit is contained in:
@@ -10,4 +10,7 @@ export default {
|
||||
GATEWAY_CUTOVER: "gateway_cutover",
|
||||
CONFIG_CHANGE: "config_change",
|
||||
CREDENTIAL_ROTATION: "credential_rotation",
|
||||
REGISTRY_PROVISION: "registry_provision",
|
||||
REGISTRY_HEALTH_CHECK: "registry_health_check",
|
||||
REGISTRY_MAINTENANCE: "registry_maintenance",
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
MANAGED: "managed",
|
||||
GENERIC: "generic",
|
||||
GITEA: "gitea",
|
||||
GHCR: "ghcr",
|
||||
|
||||
Reference in New Issue
Block a user