Skip to content

Commit e4817da

Browse files
fix: remove broken deployment strategy fields for alertmanage… (#2373)
* fix(vmauth): remove broken deployment strategy fields for alertmanager recreate stratey * chore(vmalert): bump chart version + add changelog * chore: Update charts/victoria-metrics-alert/CHANGELOG.md Co-authored-by: Andrii Chubatiuk <[email protected]> * Update charts/victoria-metrics-alert/CHANGELOG.md --------- Co-authored-by: Andrii Chubatiuk <[email protected]>
1 parent db9fe7a commit e4817da

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

charts/victoria-metrics-alert/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Next release
22

3-
- TODO
3+
- Remove broken deployment strategy fields for alertmanager. See [#2373](https://github.com/VictoriaMetrics/helm-charts/pull/2373).
44

55
## 0.25.1
66

charts/victoria-metrics-alert/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
name: victoria-metrics-alert
44
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
66
appVersion: v1.124.0
77
sources:
88
- https://github.com/VictoriaMetrics/helm-charts

charts/victoria-metrics-alert/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ alertmanager:
394394
strategy:
395395
# Must be "Recreate" when we have a persistent volume
396396
type: Recreate
397-
maxSurge: 1
398-
maxUnavailable: 1
399397
# -- [K8s StatefulSet](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/) specific variables
400398
statefulSet:
401399
spec:

0 commit comments

Comments
 (0)