Skip to content

Commit ecacd19

Browse files
authored
chore(): update pricate chart to 1.0.0-alpha.2 (#9)
## What type of PR is this? * [ ] Feature * [ ] BUG * [ ] Alerts * [ ] Improvement * [ ] Documentation * [ ] Test and CI ## Which issue(s) this PR related: issue # ## What this PR does / why we need it: update mo-ob-private chart to 1.0.1
1 parent 8b4d3b9 commit ecacd19

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

charts/mo-ob-private/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mo-ob-private
33
description: mo-ob-private's Helm chart for Kubernetes
44
type: application
5-
version: 1.0.0-alpha.1
5+
version: 1.0.0-alpha.2
66
appVersion: 0.9.0
77
dependencies:
88
- condition: mo-ob-opensource.enabled
@@ -12,5 +12,5 @@ dependencies:
1212
- condition: mo-ruler-stack.enabled
1313
name: mo-ruler-stack
1414
repository: https://matrixone-cloud.github.io/observability-charts
15-
version: 1.0.0-alpha.13
15+
version: 1.0.2
1616

charts/mo-ob-private/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ mo-ruler-stack:
187187
enabled: true
188188
moRuler:
189189
enabled: false
190+
191+
# webhook adapter for alertmanger to send alert to wecom
192+
alertmanagerWebhookAdapter:
193+
enabled: false
194+
image:
195+
repository: ez4bruce3280/alertmanager-webhook-adapter
196+
tag: v1.1.7
197+
190198
alertmanager:
191199
enabled: false
192200

0 commit comments

Comments
 (0)