Skip to content

Commit

Permalink
updated image versions for quorum engineering, besu-node and mysql
Browse files Browse the repository at this point in the history
Signed-off-by: saikumarbommakanti <sai.kumar.bommakanti@accenture.com>
  • Loading branch information
saikumarbommakanti authored and suvajit-sarkar committed Mar 12, 2024
1 parent 7ec35f0 commit 267d38b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ data:
node-private-key-file={{.Values.node.besu.privateKeyPath | quote }}
# Transaction Pool
tx-pool-retention-hours={{ .Values.node.besu.txPool.retentionHours }}
tx-pool-max-size={{ .Values.node.besu.txPool.maxSize }}
tx-pool-layer-max-capacity={{ .Values.node.besu.txPool.maxCapacity }}
{{ if .Values.node.besu.p2p.enabled -}}
# P2P network
Expand Down
7 changes: 3 additions & 4 deletions platforms/hyperledger-besu/charts/besu-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ image:
pullPolicy: IfNotPresent
besu:
repository: hyperledger/besu
tag: 22.10.2
tag: 23.10.2
hooks:
repository: ghcr.io/hyperledger/bevel-k8s-hooks
tag: qgt-0.2.12
Expand Down Expand Up @@ -104,8 +104,7 @@ node:
port: 8547
corsOrigins: '["all"]'
txPool:
retentionHours: 999
maxSize: 1024
maxCapacity: 12
http:
allowlist: '["*"]'
metrics:
Expand Down Expand Up @@ -149,4 +148,4 @@ volumePermissionsFix:
labels:
service: []
pvc: []
deployment: []
deployment: []
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ image:
#Eg. tessera: quorumengineering/tessera:0.9.2
tessera:
repository: quorumengineering/tessera
tag: 22.1.7
tag: 23.4.0
#Provide the valid image name and version for busybox
busybox: busybox
#Provide the valid image name and version for MySQL. This is used as the DB for TM
mysql:
repository: mysql/mysql-server
tag: 5.7
tag: 8.0.32
hooks:
repository: ghcr.io/hyperledger/bevel-k8s-hooks
tag: qgt-0.2.12
Expand Down

0 comments on commit 267d38b

Please sign in to comment.