Skip to content

Commit

Permalink
updated policy for release status
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-579 committed May 6, 2024
1 parent 56374d8 commit c5f7957
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/sql/241_alter_resource_release_feature.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,30 @@ VALUES('ReleaseStatusPolicy', 'RELEASE_STATUS', 'V1', 'Policy used for validatio
}
]
},
{
"stateTo":
{
"configStatus": "draft",
"dependencyArtifactStatus": "allImagesSelected",
"rolloutStatus": "notDeployed",
"lockStatus": "locked"
},
"possibleFromStates":
[
{
"configStatus": "draft",
"dependencyArtifactStatus": "allImagesSelected",
"rolloutStatus": "notDeployed",
"lockStatus": "unLocked"
},
{
"configStatus": "readyForRelease",
"rolloutStatus": "notDeployed",
"dependencyArtifactStatus": "allImagesSelected",
"lockStatus": "locked"
}
]
},
{
"stateTo":
{
Expand Down

0 comments on commit c5f7957

Please sign in to comment.