Skip to content

Commit

Permalink
remove alertmanager from scroll-sdk by default (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Oct 31, 2024
1 parent 641a1dc commit 3d78725
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.61
version: 0.0.62
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![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)
![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)

scroll helm charts to deploy scroll sdk

Expand Down Expand Up @@ -139,6 +139,7 @@ Kubernetes: `>=1.22.0-0`
| scroll-monitor.grafana.ingress.enabled | bool | `true` | |
| scroll-monitor.grafana.ingress.hosts[0] | string | `"grafana.scrollsdk"` | |
| scroll-monitor.grafana.ingress.ingressClassName | string | `"nginx"` | |
| scroll-monitor.kube-prometheus-stack.alertmanager.enabled | bool | `false` | |
| scroll-monitor.kube-prometheus-stack.enabled | bool | `true` | |
| scroll-monitor.loki.enabled | bool | `false` | |
| scroll-monitor.promtail.enabled | bool | `true` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/scroll-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ scroll-monitor:
enabled: true
kube-prometheus-stack:
enabled: true
alertmanager:
enabled: false

admin-system-backend:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion devnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk

bootstrap:
echo "Pulling helm chart..."
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.61
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.62
echo "Extracting helm chart..."
tar -xvf *.tgz
$(MAKE) config
Expand Down

0 comments on commit 3d78725

Please sign in to comment.