diff --git a/README.md b/README.md index 59641d22e..478200f10 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ helm upgrade -i flagger flagger/flagger \ Once configured with a Slack incoming webhook, Flagger will post messages when a canary deployment has been initialized, when a new revision has been detected and if the canary analysis failed or succeeded. -![flagger-slack](https://github.com/raw/stefanprodan/flagger/master/docs/screens/slack-canary-success.png) +![flagger-slack](https://github.com/raw/stefanprodan/flagger/master/docs/screens/slack-canary-notifications.png) A canary deployment will be rolled back if the progress deadline exceeded or if the analysis reached the maximum number of failed checks: diff --git a/docs/README.md b/docs/README.md index 00bb9c2b2..166e5c770 100644 --- a/docs/README.md +++ b/docs/README.md @@ -367,7 +367,7 @@ helm upgrade -i flagger flagger/flagger \ Once configured with a Slack incoming webhook, Flagger will post messages when a canary deployment has been initialized, when a new revision has been detected and if the canary analysis failed or succeeded. -![flagger-slack](https://github.com/raw/stefanprodan/flagger/master/docs/screens/slack-canary-success.png) +![flagger-slack](https://github.com/raw/stefanprodan/flagger/master/docs/screens/slack-canary-notifications.png) A canary deployment will be rolled back if the progress deadline exceeded or if the analysis reached the maximum number of failed checks: diff --git a/docs/screens/slack-canary-notifications.png b/docs/screens/slack-canary-notifications.png new file mode 100644 index 000000000..4e9487118 Binary files /dev/null and b/docs/screens/slack-canary-notifications.png differ diff --git a/docs/screens/slack-canary-success.png b/docs/screens/slack-canary-success.png deleted file mode 100644 index bdb332eff..000000000 Binary files a/docs/screens/slack-canary-success.png and /dev/null differ