|
1 | 1 | # scroll-sdk |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | scroll helm charts to deploy scroll sdk |
6 | 6 |
|
@@ -41,7 +41,7 @@ Kubernetes: `>=1.22.0-0` |
41 | 41 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.15 | |
42 | 42 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | rpc-gateway | 0.0.2 | |
43 | 43 | | oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-common | 0.0.5 | |
44 | | -| oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-monitor | 0.0.6 | |
| 44 | +| oci://ghcr.io/scroll-tech/scroll-sdk/helm | scroll-monitor | 0.0.8 | |
45 | 45 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.0 | |
46 | 46 |
|
47 | 47 | ## Values |
@@ -84,7 +84,7 @@ Kubernetes: `>=1.22.0-0` |
84 | 84 | | l1-devnet.ingress.main.hosts[0].host | string | `"l1-devnet.scrollsdk"` | | |
85 | 85 | | l1-devnet.ingress.main.hosts[0].paths[0].path | string | `"/"` | | |
86 | 86 | | l1-devnet.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | | |
87 | | -| l1-explorer.enabled | bool | `true` | | |
| 87 | +| l1-explorer.enabled | bool | `false` | | |
88 | 88 | | l1-explorer.ingress.main.enabled | bool | `true` | | |
89 | 89 | | l1-explorer.ingress.main.hosts[0].host | string | `"l1-explorer.scrollsdk"` | | |
90 | 90 | | l1-explorer.ingress.main.hosts[0].paths[0].path | string | `"/"` | | |
@@ -140,7 +140,7 @@ Kubernetes: `>=1.22.0-0` |
140 | 140 | | scroll-monitor.grafana.ingress.hosts[0] | string | `"grafana.scrollsdk"` | | |
141 | 141 | | scroll-monitor.grafana.ingress.ingressClassName | string | `"nginx"` | | |
142 | 142 | | scroll-monitor.kube-prometheus-stack.enabled | bool | `true` | | |
143 | | -| scroll-monitor.loki.enabled | bool | `true` | | |
| 143 | +| scroll-monitor.loki.enabled | bool | `false` | | |
144 | 144 | | scroll-monitor.promtail.enabled | bool | `true` | | |
145 | 145 |
|
146 | 146 | ---------------------------------------------- |
|
0 commit comments