File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
charts/victoria-metrics-alert Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Next release
2
2
3
- - TODO
3
+ - Remove broken deployment strategy fields for alertmanager. See [ # 2373 ] ( https://github.com/VictoriaMetrics/helm-charts/pull/2373 ) .
4
4
5
5
## 0.25.1
6
6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
type : application
3
3
name : victoria-metrics-alert
4
4
description : VictoriaMetrics Alert - executes a list of given MetricsQL expressions (rules) and sends alerts to Alert Manager.
5
- version : 0.25.1
5
+ version : 0.25.2
6
6
appVersion : v1.124.0
7
7
sources :
8
8
- https://github.com/VictoriaMetrics/helm-charts
Original file line number Diff line number Diff line change @@ -394,8 +394,6 @@ alertmanager:
394
394
strategy :
395
395
# Must be "Recreate" when we have a persistent volume
396
396
type : Recreate
397
- maxSurge : 1
398
- maxUnavailable : 1
399
397
# -- [K8s StatefulSet](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) specific variables
400
398
statefulSet :
401
399
spec :
You can’t perform that action at this time.
0 commit comments