You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,10 @@
7
7
-[MicrosoftPowerAutomate] Add support for 'ms_power_automate_webhook_url_from_field' option to dynamically select the webhook URL from the match. - [#1623](https://github.com/jertel/elastalert2/pull/1623) - @aizerin
- Support jinja2 templates in `alertmanager_labels` and `alertmanager_annotations` - [#1642](https://github.com/jertel/elastalert2/pull/1642) - @tgxworld
10
+
-[Helm] Add support of update strategy in the deployment [#1646](https://github.com/jertel/elastalert2/pull/1646) - @efazenda
Copy file name to clipboardExpand all lines: chart/elastalert2/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The command removes all the Kubernetes components associated with the chart and
59
59
|`command`| command override for container |`NULL`|
60
60
|`args`| args override for container |`NULL`|
61
61
|`replicaCount`| number of replicas to run | 1 |
62
+
|`updateStrategy.type`| update strategy to use | RollingUpdate |
62
63
|`minReadySeconds`| # number of seconds for which a newly created Pod should be ready without any of its containers crashing, for it to be considered available | 5 |
63
64
|`rulesFolder`| Locaton of rules directory. Useful when you have one Docker image and different set of rules per environemnt. | /opt/elastalert/rules |
64
65
|`elasticsearch.host`| elasticsearch endpoint to use | elasticsearch |
0 commit comments