Skip to content

Commit 3d78725

Browse files
remove alertmanager from scroll-sdk by default (#218)
1 parent 641a1dc commit 3d78725

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: scroll helm charts to deploy scroll sdk
44
name: scroll-sdk
5-
version: 0.0.61
5+
version: 0.0.62
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/scroll-sdk/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-sdk
22

3-
![Version: 0.0.61](https://img.shields.io/badge/Version-0.0.61-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.62](https://img.shields.io/badge/Version-0.0.62-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
scroll helm charts to deploy scroll sdk
66

@@ -139,6 +139,7 @@ Kubernetes: `>=1.22.0-0`
139139
| scroll-monitor.grafana.ingress.enabled | bool | `true` | |
140140
| scroll-monitor.grafana.ingress.hosts[0] | string | `"grafana.scrollsdk"` | |
141141
| scroll-monitor.grafana.ingress.ingressClassName | string | `"nginx"` | |
142+
| scroll-monitor.kube-prometheus-stack.alertmanager.enabled | bool | `false` | |
142143
| scroll-monitor.kube-prometheus-stack.enabled | bool | `true` | |
143144
| scroll-monitor.loki.enabled | bool | `false` | |
144145
| scroll-monitor.promtail.enabled | bool | `true` | |

charts/scroll-sdk/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ scroll-monitor:
141141
enabled: true
142142
kube-prometheus-stack:
143143
enabled: true
144+
alertmanager:
145+
enabled: false
144146

145147
admin-system-backend:
146148
enabled: true

devnet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77

88
bootstrap:
99
echo "Pulling helm chart..."
10-
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.61
10+
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.62
1111
echo "Extracting helm chart..."
1212
tar -xvf *.tgz
1313
$(MAKE) config

0 commit comments

Comments
 (0)