Skip to content

Commit

Permalink
Update Besu to v23.10.3 (#494)
Browse files Browse the repository at this point in the history
* Update Besu to v23.10.3

* Update Besu
  • Loading branch information
antares-sw authored Jan 8, 2024
1 parent 4b4725f commit c518706
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 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.11
version: 2.3.12

# 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.2"
appVersion: "23.10.3-hotfix"

keywords:
- ethereum
Expand Down
25 changes: 12 additions & 13 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.2"
tag: "23.10.3-hotfix"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -197,18 +197,17 @@ p2pNodePort:
# "0": 32345
# "3": 32348

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
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
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
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

javaOpts:
enabled: false
Expand Down

0 comments on commit c518706

Please sign in to comment.