Skip to content

Commit 47a731b

Browse files
roderikSettleMint Release Bot
authored andcommitted
chore(release): sync generated assets [skip ci]
1 parent e5eff8c commit 47a731b

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

charts/network/Chart.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ apiVersion: v2
22
name: network
33
description: A Helm chart for a blockchain network on Kubernetes
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
5+
version: 1.0.1
6+
appVersion: 1.0.1
77
maintainers:
88
- name: SettleMint
99
email: support@settlemint.com
1010
url: https://settlemint.com
1111
dependencies:
1212
- name: network-bootstrapper
13-
version: "*"
13+
version: 1.0.1
1414
- name: network-nodes
15-
version: "*"
15+
version: 1.0.1
16+

charts/network/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# network
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square)
44

55
A Helm chart for a blockchain network on Kubernetes
66

@@ -14,8 +14,8 @@ A Helm chart for a blockchain network on Kubernetes
1414

1515
| Repository | Name | Version |
1616
|------------|------|---------|
17-
| | network-bootstrapper | * |
18-
| | network-nodes | * |
17+
| | network-bootstrapper | 1.0.1 |
18+
| | network-nodes | 1.0.1 |
1919

2020
## Values
2121

charts/network/charts/network-bootstrapper/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ apiVersion: v2
22
name: network-bootstrapper
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.0"
5+
version: 1.0.1
6+
appVersion: 1.0.1
77
maintainers:
88
- name: SettleMint
99
email: support@settlemint.com
1010
url: https://settlemint.com
11+

charts/network/charts/network-bootstrapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# network-bootstrapper
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

charts/network/charts/network-nodes/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ apiVersion: v2
22
name: network-nodes
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.1"
5+
version: 1.0.1
6+
appVersion: 1.0.1
77
maintainers:
88
- name: SettleMint
99
email: support@settlemint.com
1010
url: https://settlemint.com
11+

charts/network/charts/network-nodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# network-nodes
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "network-bootstrapper",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "0.1.0",
5+
"version": "1.0.1",
66
"private": false,
77
"license": "FSL-1.1-MIT",
88
"author": {

0 commit comments

Comments
 (0)