Skip to content

Commit

Permalink
fix: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Sep 6, 2024
1 parent 234fc96 commit 100721f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/l2-bootnode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-bootnode"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.6"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-bootnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.6
tag: scroll-v5.7.10

env:
- name: L2GETH_ROLE
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-rpc"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.6"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| ingress.main.annotations | object | `{}` | |
| ingress.main.enabled | bool | `true` | |
| ingress.main.hosts[0].host | string | `"l2-rpc.scrollsdk"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.6
tag: scroll-v5.7.10

service:
main:
Expand Down
4 changes: 2 additions & 2 deletions charts/l2-sequencer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
|-----|------|---------|-------------|
| command[0] | string | `"bash"` | |
| command[1] | string | `"-c"` | |
| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine $CCC_FLAG $CCC_NUM_WORK_FLAG --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| command[2] | string | `"mkdir -p /l2geth/data/keystore && mkdir -p /l2geth/data/geth && echo ${L2GETH_PASSWORD} > /l2geth/password && echo ${L2GETH_KEYSTORE} > /l2geth/data/keystore/keystore.json && echo ${L2GETH_NODEKEY} > /l2geth/data/geth/nodekey && geth --datadir \"/l2geth/data\" init /l2geth/genesis/genesis.json && geth --datadir \"/l2geth/data\" --port \"$L2GETH_P2P_PORT\" --nodiscover --syncmode full --networkid \"$CHAIN_ID\" --http --http.port \"$L2GETH_RPC_HTTP_PORT\" --http.addr \"0.0.0.0\" --http.vhosts=\"*\" --http.corsdomain \"*\" --http.api \"eth,scroll,net,web3,debug\" --pprof --pprof.addr \"0.0.0.0\" --pprof.port 6060 --ws --ws.port \"$L2GETH_RPC_WS_PORT\" --ws.addr \"0.0.0.0\" --ws.api \"eth,scroll,net,web3,debug\" --unlock \"$L2GETH_SIGNER_ADDRESS\" --password \"/l2geth/password\" --allow-insecure-unlock --mine $CCC_FLAG $CCC_NUM_WORK_FLAG --gcmode archive --cache.noprefetch --verbosity ${VERBOSITY} --txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG --miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" --gpo.percentile 20 --gpo.blocks 100 --l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" --rollup.verify --metrics --metrics.expensive $L2GETH_EXTRA_PARAMS"` | |
| configMaps.config.data."config.toml" | string | `"[Node.P2P] StaticNodes = \"[]\"\n"` | |
| configMaps.config.enabled | bool | `true` | |
| controller.replicas | int | `1` | |
Expand Down Expand Up @@ -64,7 +64,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-sequencer"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.7.6"` | |
| image.tag | string | `"scroll-v5.7.10"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/l2-sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.7.6
tag: scroll-v5.7.10

env:
- name: L2GETH_ROLE
Expand Down Expand Up @@ -64,7 +64,7 @@ command:
--cache.noprefetch \
--verbosity ${VERBOSITY} \
--txpool.globalqueue 4096 --txpool.globalslots 40960 --txpool.pricelimit \"$L2GETH_MIN_GAS_PRICE\" $LOCALS_FLAG \
--miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \
--miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --miner.gaslimit \"$L2GETH_MINER_GASLIMIT\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" \
--gpo.percentile 20 \
--gpo.blocks 100 \
--l1.endpoint \"$L2GETH_L1_ENDPOINT\" --l1.confirmations \"$L2GETH_L1_WATCHER_CONFIRMATIONS\" --l1.sync.startblock \"$L2GETH_L1_CONTRACT_DEPLOYMENT_BLOCK\" \
Expand Down
2 changes: 1 addition & 1 deletion devnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define variables for architecture-specific settings
ARCH_ARM64 := $(shell if [ "$$(uname -m)" = "arm64" ] || [ "$$(uname -m)" = "aarch64" ]; then echo "-arm64"; else echo ""; fi)
ARCH_OTHER := $(shell if [ "$$(uname -m)" != "arm64" ] && [ "$$(uname -m)" != "aarch64" ]; then echo "scroll-"; else echo ""; fi)
L2_IMAGE_TAG := $(ARCH_OTHER)v5.7.6$(ARCH_ARM64)
L2_IMAGE_TAG := $(ARCH_OTHER)v5.7.10$(ARCH_ARM64)
L1_RPC_HOST := l1-devnet.scrollsdk

bootstrap:
Expand Down

0 comments on commit 100721f

Please sign in to comment.