Skip to content

Commit

Permalink
chore: update severity of UpgradeSucceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Sep 6, 2024
1 parent 4838c18 commit 662057b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions events/severity.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ func GetSeverity(event string) string {
return SeverityInfo
case "UpdatedExternalResource":
return SeverityLow
case "UpgradeSucceeded":
return SeverityLow
case "UpdatedLoadBalancer":
return SeverityLow
case "Upgrade":
Expand Down

0 comments on commit 662057b

Please sign in to comment.