Skip to content

Commit 75f716a

Browse files
authored
geth/besu: version bump (ethpandaops#133)
1 parent 83689a1 commit 75f716a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/besu/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: https://launchpad.ethereum.org/static/media/hyperledger-besu-circle.b96368
88
sources:
99
- https://github.com/hyperledger/besu
1010
type: application
11-
version: 0.3.6
11+
version: 0.3.7
1212
maintainers:
1313
- name: skylenet
1414

charts/besu/README.md

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

22
# besu
33

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

66
An Ethereum execution layer client designed to be enterprise-friendly for both public and private, permissioned network use cases. Besu is written in Java and released under the Apache 2.0 Licence.
77

@@ -30,7 +30,7 @@ An Ethereum execution layer client designed to be enterprise-friendly for both p
3030
| httpPort | int | `8545` | HTTP Port |
3131
| image.pullPolicy | string | `"IfNotPresent"` | besu container pull policy |
3232
| image.repository | string | `"hyperledger/besu"` | besu container image repository |
33-
| image.tag | string | `"22.7.7"` | besu container image tag |
33+
| image.tag | string | `"22.10.0"` | besu container image tag |
3434
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3535
| ingress.annotations | object | `{}` | Annotations for Ingress |
3636
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |

charts/besu/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- besu container image repository
1212
repository: hyperledger/besu
1313
# -- besu container image tag
14-
tag: 22.7.7
14+
tag: 22.10.0
1515
# -- besu container pull policy
1616
pullPolicy: IfNotPresent
1717

charts/geth/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ icon: https://launchpad.ethereum.org/static/media/gethereum-mascot-circle.75cbd3
99
sources:
1010
- https://github.com/ethereum/go-ethereum
1111
type: application
12-
version: 0.3.2
12+
version: 0.3.3
1313
maintainers:
1414
- name: skylenet
1515

charts/geth/README.md

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

22
# geth
33

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

66
Go Ethereum (Geth for short) is one of the original implementations of the Ethereum protocol. Currently, it is the most widespread client with the biggest user base and variety of tooling for users and developers. It is written in Go, fully open source and licensed under the GNU LGPL v3
77

@@ -32,7 +32,7 @@ Go Ethereum (Geth for short) is one of the original implementations of the Ether
3232
| httpPort | int | `8545` | HTTP Port |
3333
| image.pullPolicy | string | `"IfNotPresent"` | geth container pull policy |
3434
| image.repository | string | `"ethereum/client-go"` | geth container image repository |
35-
| image.tag | string | `"v1.10.25"` | geth container image tag |
35+
| image.tag | string | `"v1.10.26"` | geth 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/geth/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- geth container image repository
1212
repository: ethereum/client-go
1313
# -- geth container image tag
14-
tag: v1.10.25
14+
tag: v1.10.26
1515
# -- geth container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)