Skip to content

Commit 69edd28

Browse files
authored
fix(frontend): show tips when use local network (#204)
1 parent bfa6c8b commit 69edd28

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/frontends/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: frontends helm charts
44
name: frontends
5-
version: 0.0.9
5+
version: 0.0.10
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/frontends/README.md

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

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

55
frontends helm charts
66

@@ -37,7 +37,7 @@ Kubernetes: `>=1.22.0-0`
3737
| global.nameOverride | string | `"frontends"` | |
3838
| image.pullPolicy | string | `"Always"` | |
3939
| image.repository | string | `"scrolltech/frontends"` | |
40-
| image.tag | string | `"2.2.20"` | |
40+
| image.tag | string | `"2.2.24"` | |
4141
| ingress.main.annotations | object | `{}` | |
4242
| ingress.main.enabled | bool | `true` | |
4343
| ingress.main.hosts[0].host | string | `"frontends.scrollsdk"` | |

charts/frontends/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010
image:
1111
repository: scrolltech/frontends
1212
pullPolicy: Always
13-
tag: 2.2.20
13+
tag: 2.2.24
1414

1515
command:
1616
- "/bin/bash"

charts/scroll-sdk/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.55
5+
version: 0.0.56
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:
@@ -54,7 +54,7 @@ dependencies:
5454
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
5555
condition: coordinator-cron.enabled
5656
- name: frontends
57-
version: 0.0.9
57+
version: 0.0.10
5858
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
5959
condition: frontends.enabled
6060
- name: gas-oracle

charts/scroll-sdk/README.md

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

3-
![Version: 0.0.55](https://img.shields.io/badge/Version-0.0.55-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.56](https://img.shields.io/badge/Version-0.0.56-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

@@ -30,7 +30,7 @@ Kubernetes: `>=1.22.0-0`
3030
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.15 |
3131
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.9 |
3232
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.7 |
33-
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.9 |
33+
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | frontends | 0.0.10 |
3434
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.11 |
3535
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.3 |
3636
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.2 |

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.55
10+
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.56
1111
echo "Extracting helm chart..."
1212
tar -xvf *.tgz
1313
$(MAKE) config

0 commit comments

Comments
 (0)