Commit 8b33e472 authored by Dmitry Shulyak's avatar Dmitry Shulyak Committed by Maciej Kwiek

Update release proto

parent a883531f
...@@ -67,7 +67,11 @@ message DeleteReleaseResponse { ...@@ -67,7 +67,11 @@ message DeleteReleaseResponse {
} }
message UpgradeReleaseRequest{ message UpgradeReleaseRequest{
hapi.release.Release release = 1; hapi.release.Release current = 1;
hapi.release.Release target = 2;
int64 Timeout = 3;
bool Wait = 4;
bool Recreate = 5;
} }
message UpgradeReleaseResponse{ message UpgradeReleaseResponse{
hapi.release.Release release = 1; hapi.release.Release release = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment