Signed-off-by: jgleonard <jgleonard@gmail.com>

Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head
jgleonard 7 years ago
parent 5bd24e838b
commit 6d14352afd

@ -212,7 +212,7 @@ message UpdateReleaseRequest {
bool force = 11; bool force = 11;
// Description, if set, will set the description for the updated release // Description, if set, will set the description for the updated release
string description = 12; string description = 12;
// Render subchart notes if enabled // Render subchart notes if enabled
bool subNotes = 13; bool subNotes = 13;
} }
@ -284,7 +284,7 @@ message InstallReleaseRequest {
// Description, if set, will set the description for the installed release // Description, if set, will set the description for the installed release
string description = 11; string description = 11;
bool subNotes = 12; bool subNotes = 12;
} }

Loading…
Cancel
Save