Skip to content

Commit

Permalink
fix erigon and ethjs
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 29, 2024
1 parent 950ceca commit 15c1ae1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/erigon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://pbs.twimg.com/profile_images/1420080204148576274/-4OFIs2x_400x400.
sources:
- https://github.com/ledgerwatch/erigon
type: application
version: 1.0.10
version: 1.0.11
maintainers:
- name: skylenet
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ replicas: 1

image:
# -- erigon container image repository
repository: thorax/erigon
repository: erigontech/erigon
# -- erigon container image tag
tag: devel
tag: latest
# -- erigon container pull policy
pullPolicy: IfNotPresent

Expand Down
8 changes: 4 additions & 4 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
version: 1.0.7
- name: erigon
repository: file://../erigon
version: 1.0.10
version: 1.0.11
- name: ethereumjs
repository: file://../ethereumjs
version: 0.0.8
version: 0.0.9
- name: geth
repository: file://../geth
version: 1.0.8
Expand Down Expand Up @@ -44,5 +44,5 @@ dependencies:
- name: tracoor-agent
repository: file://../tracoor-agent
version: 0.0.1
digest: sha256:bfb17bff0f8b4949293b558c1a5cc243bc781473628e870f1b4a52a4cc15743c
generated: "2024-11-29T12:43:57.131733+01:00"
digest: sha256:3086525e579dab1ac0a581b85f55be8af22912f3181951ab9cd259a7c32ce7b0
generated: "2024-11-29T13:28:33.718182+01:00"
4 changes: 2 additions & 2 deletions charts/ethereum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ dependencies:
repository: "file://../besu"
condition: besu.enabled
- name: erigon
version: "1.0.10"
version: "1.0.11"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../erigon"
condition: erigon.enabled
- name: ethereumjs
version: "0.0.8"
version: "0.0.9"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../ethereumjs"
condition: ethereumjs.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/ethereumjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://user-images.githubusercontent.com/47108/78779352-d0839500-796a-11e
sources:
- https://github.com/ethereumjs/ethereumjs-monorepo
type: application
version: 0.0.8
version: 0.0.9
maintainers:
- name: barnabasbusa
email: [email protected]
2 changes: 1 addition & 1 deletion charts/ethereumjs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extraArgs: []
jwt: ecb22bc24e7d4061f7ed690ccd5846d7d73f5d2b9733267e12f56790398d908a

# -- Path within the container to the beacon node binary
defaultBinaryPath: node /usr/app/node_modules/.bin/ethereumjs
defaultBinaryPath: node /usr/app/packages/client/dist/esm/bin/cli.js

# -- Template used for the default command
# @default -- See `values.yaml`
Expand Down

0 comments on commit 15c1ae1

Please sign in to comment.