Skip to content

Commit

Permalink
chore: update incident-commander image version to 0.0.776
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and github-actions[bot] committed Sep 18, 2024
1 parent 74304b3 commit a9edcd3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.775"
tag: "v0.0.776"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down
13 changes: 13 additions & 0 deletions chart/crds/mission-control.flanksource.com_notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ spec:
description: Specify shoutrrr URL
type: string
type: object
waitFor:
description: |-
WaitFor defines a duration to delay sending a health-based notification.
After this period, the health status is reassessed to confirm it hasn't
changed, helping prevent false alarms from transient issues.
The delay allows time for self-recovery or temporary fluctuations to
resolve, reducing unnecessary alerts.
If specified, it should be a valid duration string (e.g., "5m", "1h").
type: string
required:
- events
- to
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nameOverride: ""
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.775"
tag: "v0.0.776"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down

0 comments on commit a9edcd3

Please sign in to comment.