Skip to content

Commit

Permalink
remove l1-explorer from scroll-sdk default value (#217)
Browse files Browse the repository at this point in the history
* remove l1-explorer from scroll-sdk default value

* bump version scroll-monitor

* update makefile

* update makefile
  • Loading branch information
sbaizet-ledger authored Oct 31, 2024
1 parent 93b9b83 commit 641a1dc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/scroll-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: helm chart to deploy grafana, prometheus and loki to monitor scroll-sdk
name: scroll-monitor
version: 0.0.7
version: 0.0.8
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/scroll-monitor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-monitor

![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

helm chart to deploy grafana, prometheus and loki to monitor scroll-sdk

Expand Down Expand Up @@ -80,7 +80,7 @@ Kubernetes: `>=1.22.0-0`
| kube-prometheus-stack.prometheus.prometheusSpec.serviceMonitorSelector.matchExpressions[0].operator | string | `"Exists"` | |
| loki.backend.replicas | int | `0` | |
| loki.deploymentMode | string | `"SingleBinary"` | |
| loki.enabled | bool | `true` | |
| loki.enabled | bool | `false` | |
| loki.fullnameOverride | string | `"loki"` | |
| loki.loki.commonConfig.replication_factor | int | `1` | |
| loki.loki.schemaConfig.configs[0].from | string | `"2024-01-01"` | |
Expand Down
4 changes: 2 additions & 2 deletions 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.60
version: 0.0.61
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -98,7 +98,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: scroll-common.enabled
- name: scroll-monitor
version: 0.0.7
version: 0.0.8
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: scroll-monitor.enabled
- name: admin-system-backend
Expand Down
8 changes: 4 additions & 4 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.59](https://img.shields.io/badge/Version-0.0.59-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![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)

scroll helm charts to deploy scroll sdk

Expand Down Expand Up @@ -41,7 +41,7 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.15 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rpc-gateway | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-common | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-monitor | 0.0.6 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-monitor | 0.0.8 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.0 |

## Values
Expand Down Expand Up @@ -84,7 +84,7 @@ Kubernetes: `>=1.22.0-0`
| l1-devnet.ingress.main.hosts[0].host | string | `"l1-devnet.scrollsdk"` | |
| l1-devnet.ingress.main.hosts[0].paths[0].path | string | `"/"` | |
| l1-devnet.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| l1-explorer.enabled | bool | `true` | |
| l1-explorer.enabled | bool | `false` | |
| l1-explorer.ingress.main.enabled | bool | `true` | |
| l1-explorer.ingress.main.hosts[0].host | string | `"l1-explorer.scrollsdk"` | |
| l1-explorer.ingress.main.hosts[0].paths[0].path | string | `"/"` | |
Expand Down Expand Up @@ -140,7 +140,7 @@ Kubernetes: `>=1.22.0-0`
| scroll-monitor.grafana.ingress.hosts[0] | string | `"grafana.scrollsdk"` | |
| scroll-monitor.grafana.ingress.ingressClassName | string | `"nginx"` | |
| scroll-monitor.kube-prometheus-stack.enabled | bool | `true` | |
| scroll-monitor.loki.enabled | bool | `true` | |
| scroll-monitor.loki.enabled | bool | `false` | |
| scroll-monitor.promtail.enabled | bool | `true` | |

----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion charts/scroll-sdk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rollup-node:
enabled: true

l1-explorer:
enabled: true
enabled: false
ingress:
main:
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.60
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.61
echo "Extracting helm chart..."
tar -xvf *.tgz
$(MAKE) config
Expand Down
4 changes: 2 additions & 2 deletions examples/Makefile.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAMESPACE ?= default

install:
helm upgrade -i scroll-monitor oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-monitor -n $(NAMESPACE) \
--version=0.0.7 \
--version=0.0.8 \
--values values/scroll-monitor-production.yaml \
--values values/alert-manager.yaml

Expand Down Expand Up @@ -129,4 +129,4 @@ delete:
helm delete -n $(NAMESPACE) balance-checker

delete-l1-devnet:
helm delete -n $(NAMESPACE) l1-devnet
helm delete -n $(NAMESPACE) l1-devnet

0 comments on commit 641a1dc

Please sign in to comment.