Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared): Update quorum and besu charts version to 1.1.0 #2604

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ apiVersion: v1
name: besu-cacti-connector
description: "Hyperledger Besu: Deploys Cactus Besu Connector"
type: application
version: 1.0.0
version: 1.1.0
# For Cactus release 1.1.3
appVersion: "1.1.3"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: besu-genesis
description: "Hyperledger Besu: Genesis generator"
version: 1.0.0
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
2 changes: 1 addition & 1 deletion platforms/hyperledger-besu/charts/besu-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: v1
name: besu-node
description: Hyperledger Besu nodes for a POA network
version: 1.0.1
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: besu-propose-validator
description: "besu: Proposes to add or remove a validator with the specified address."
version: 1.0.1
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: v1
name: besu-tessera-node
description: "Hyperledger Besu: Deploys Tessera transaction manager nodes"
version: 1.0.1
version: 1.1.0
# Tessera version
appVersion: '21.7.3'
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiVersion: v1
name: besu-tlscert-gen
description: "Hyperledger Besu: Generates and stores TLS certificates for nodes and tessera"
version: 1.0.0
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: quorum_connector
description: "Quorum: This Helm chart deploys a Cactus GoQuorum Connector."
type: application
version: 1.0.0
version: 1.1.0
# For Cactus release 1.1.3
appVersion: "1.1.3"
2 changes: 1 addition & 1 deletion platforms/quorum/charts/quorum-genesis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quorum-genesis
description: "Quorum: This Helm chart deploys genesis."
type: application
version: 1.0.0
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
2 changes: 1 addition & 1 deletion platforms/quorum/charts/quorum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: v1
name: quorum-node
description: "Quorum: Deploys a Quorum node for a POA network"
version: 1.0.1
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: quorum-propose-validator
description: "Quorum: Proposes to add or remove a validator with the specified address."
version: 1.0.1
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
2 changes: 1 addition & 1 deletion platforms/quorum/charts/quorum-tessera-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apiVersion: v1
name: quorum-tessera-node
description: "Quorum: Deploys Tessera transaction manager nodes"
version: 1.0.1
version: 1.1.0
# Tessera version
appVersion: '21.7.3'
keywords:
Expand Down
2 changes: 1 addition & 1 deletion platforms/quorum/charts/quorum-tlscert-gen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiVersion: v1
name: quorum-tls-gen
description: "Quorum: Generates and stores TLS certificates for nodes and tessera"
version: 1.0.0
version: 1.1.0
appVersion: latest
keywords:
- bevel
Expand Down
Loading