Skip to content

Commit

Permalink
feat(shared): Update charts version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: alvaropicazo <[email protected]>
  • Loading branch information
alvaropicazo committed Jul 15, 2024
1 parent 7544bce commit 7b1a1ef
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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"
2 changes: 1 addition & 1 deletion platforms/hyperledger-besu/charts/besu-genesis/Chart.yaml
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
2 changes: 1 addition & 1 deletion platforms/quorum/charts/quorum-cacti-connector/Chart.yaml
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

0 comments on commit 7b1a1ef

Please sign in to comment.