Skip to content

Commit

Permalink
Update Besu to v23.10.2 (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Nov 16, 2023
1 parent bfeffbd commit cc86a2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions charts/besu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.3.10
version: 2.3.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "23.10.1"
appVersion: "23.10.2"

keywords:
- ethereum
Expand All @@ -34,6 +34,6 @@ keywords:
- p2p

dependencies:
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
22 changes: 11 additions & 11 deletions charts/besu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ image:
repository: hyperledger/besu
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "23.10.1"
tag: "23.10.2"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -139,23 +139,23 @@ rbac:
##
- apiGroups: [""]
resources:
- "nodes"
- "nodes"
verbs:
- "get"
- "list"
- "watch"
- "get"
- "list"
- "watch"
## Required Role rules
##
rules:
## Required to get information about the serices nodePort.
##
- apiGroups: [""]
resources:
- "services"
- "services"
verbs:
- "get"
- "list"
- "watch"
- "get"
- "list"
- "watch"

service:
type: ClusterIP
Expand Down Expand Up @@ -197,7 +197,8 @@ p2pNodePort:
# "0": 32345
# "3": 32348

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down Expand Up @@ -291,7 +292,6 @@ persistence:
size: 300Gi
annotations: {}


## Besu Settings

## Sync Mode
Expand Down

0 comments on commit cc86a2f

Please sign in to comment.