Skip to content

Commit

Permalink
Update l2 to 5.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 6, 2024
1 parent ce96ebc commit 83a8194
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/l2-bootnode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.10"` | |
| image.tag | string | `"scroll-v5.7.11"` | |
| 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.10
tag: scroll-v5.7.11

env:
- name: L2GETH_NODEKEY
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 @@ -60,7 +60,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.10"` | |
| image.tag | string | `"scroll-v5.7.11"` | |
| 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.10
tag: scroll-v5.7.11

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-sequencer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.10"` | |
| image.tag | string | `"scroll-v5.7.11"` | |
| 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-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.10
tag: scroll-v5.7.11

env:
- name: L2GETH_PEER_LIST
Expand Down

0 comments on commit 83a8194

Please sign in to comment.