File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22apiVersion : v2
33description : frontends helm charts
44name : frontends
5- version : 0.0.9
5+ version : 0.0.10
66appVersion : v0.1.0
77kubeVersion : " >=1.22.0-0"
88maintainers :
Original file line number Diff line number Diff line change 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
55frontends 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" ` | |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ controller:
1010image :
1111 repository : scrolltech/frontends
1212 pullPolicy : Always
13- tag : 2.2.20
13+ tag : 2.2.24
1414
1515command :
1616 - " /bin/bash"
Original file line number Diff line number Diff line change 22apiVersion : v2
33description : scroll helm charts to deploy scroll sdk
44name : scroll-sdk
5- version : 0.0.55
5+ version : 0.0.56
66appVersion : v0.1.0
77kubeVersion : " >=1.22.0-0"
88maintainers :
@@ -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
Original file line number Diff line number Diff line change 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
55scroll 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 |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77
88bootstrap :
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
You can’t perform that action at this time.
0 commit comments