Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com>
pull/31580/head
MrJack 3 weeks ago committed by GitHub
parent 60e725f041
commit da936c637e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,8 @@ import (
"helm.sh/helm/v4/pkg/storage/driver"
)
// MaxDescriptionLength is the maximum length allowed for a rollback description,
// including values provided via the --description flag and Rollback.Description.
const MaxDescriptionLength = 256
// Rollback is the action for rolling back to a given release.

Loading…
Cancel
Save