Skip to content

Commit 4afa94f

Browse files
authored
besu: version bump (ethpandaops#127)
1 parent 0bd624b commit 4afa94f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4
11+
version: 0.3.5
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.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
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

@@ -29,7 +29,7 @@ An Ethereum execution layer client designed to be enterprise-friendly for both p
2929
| httpPort | int | `8545` | HTTP Port |
3030
| image.pullPolicy | string | `"IfNotPresent"` | besu container pull policy |
3131
| image.repository | string | `"hyperledger/besu"` | besu container image repository |
32-
| image.tag | string | `"22.7.6"` | besu container image tag |
32+
| image.tag | string | `"22.7.7"` | besu container image tag |
3333
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
3434
| ingress.annotations | object | `{}` | Annotations for Ingress |
3535
| 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.6
14+
tag: 22.7.7
1515
# -- besu container pull policy
1616
pullPolicy: IfNotPresent
1717

0 commit comments

Comments
 (0)