Skip to content

Commit f29bffe

Browse files
authored
erigon: version bump (ethpandaops#134)
1 parent 75f716a commit f29bffe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/erigon/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://pbs.twimg.com/profile_images/1420080204148576274/-4OFIs2x_400x400.
66
sources:
77
- https://github.com/ledgerwatch/erigon
88
type: application
9-
version: 0.3.4
9+
version: 0.3.5
1010
maintainers:
1111
- name: skylenet
1212

charts/erigon/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# erigon
33

4-
![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented toward speed and disk‐space efficiency. Erigon is a completely re-architected implementation of Ethereum, currently written in Go but with implementations in other languages planned. Erigon's goal is to provide a faster, more modular, and more optimized implementation of Ethereum.
77

@@ -32,7 +32,7 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
3232
| httpPort | int | `8545` | HTTP Port |
3333
| image.pullPolicy | string | `"IfNotPresent"` | erigon container pull policy |
3434
| image.repository | string | `"thorax/erigon"` | erigon container image repository |
35-
| image.tag | string | `"v2.28.1"` | erigon container image tag |
35+
| image.tag | string | `"v2.29.0"` | erigon container image tag |
3636
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3737
| ingress.annotations | object | `{}` | Annotations for Ingress |
3838
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/erigon/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- erigon container image repository
1212
repository: thorax/erigon
1313
# -- erigon container image tag
14-
tag: v2.28.1
14+
tag: v2.29.0
1515
# -- erigon container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)