Skip to content

Commit

Permalink
Merge pull request #49 from clearmatics/autonity-network
Browse files Browse the repository at this point in the history
Setting latest Autonity and related image versions, and related start…
  • Loading branch information
Klazomenai authored Sep 22, 2020
2 parents d3032c9 + b76bd23 commit c7ec6c9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 15 deletions.
3 changes: 2 additions & 1 deletion stable/autonity-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to this chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.8.0]
### Updated
- Disabling monitoring for managing USB hardware wallets for both Validators and Observers [issue #40](https://github.com/clearmatics/charts-ose-helm3/issues/40)
- Setting the logging level as a variable in the values file for both Validators and Observers [issue #44](https://github.com/clearmatics/charts-ose-helm3/issues/44)
- Support Autonity v0.6.0 [issue #47](https://github.com/clearmatics/charts-ose-helm3/issues/47)

## [1.7.1]
### Updated
Expand Down
4 changes: 2 additions & 2 deletions stable/autonity-network/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: autonity-network
apiVersion: v1
version: 1.7.1
version: 1.8.0
kubeVersion: ">=1.15.11-0"
description: Chart for deploying a full Autonity network
keywords:
Expand All @@ -12,4 +12,4 @@ sources:
maintainers:
- name: eastata
email: aleksandr.poliakov@clearmatics.com
appVersion: v0.4.1
appVersion: v0.6.0
6 changes: 3 additions & 3 deletions stable/autonity-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ helm repo update
### tl;dr
```bash
kubectl create namespace autonity-network
helm install autonity-network charts-ose.clearmatics.com/autonity-network --namespace autonity-network --version 1.7.1
helm install autonity-network charts-ose.clearmatics.com/autonity-network --namespace autonity-network --version 1.8.0
```
Note: `autonity-network` versions before `1.7.0` are supported by [Helm 2](https://github.com/clearmatics/charts-ose/).
Note: `autonity-network` versions before `1.8.0` are supported by [Helm 2](https://github.com/clearmatics/charts-ose/).

## Kubernetes objects
This chart is comprised of 4 components:
Expand Down Expand Up @@ -62,7 +62,7 @@ The following table lists some of the configurable parameters of the Autonity ch
```bash
helm install autonity-network charts-ose.clearmatics.com/autonity-network \
--namespace autonity-network
--version 1.7.1 \
--version 1.8.0 \
--set validators=6,observers=2
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
"istanbulBlock": 0,
{{if eq .Values.concensus "tendermint"}}
"tendermint": {
"policy": 0,
"policy": 1,
"block-period": 1
},
{{else if eq .Values.concensus "istanbul"}}
Expand All @@ -40,9 +40,6 @@ data:
{{end}}
"chainId": {{ .Values.chainid }},
"autonityContract": {
"deployer": "0x0000000000000000000000000000000000000002",
"bytecode": "",
"abi": "",
"minGasPrice": 0,
"operator": "???",
"users": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
- "*"
- "--ws"
- "--wsapi"
- "eth,web3,net"
- "eth,web3,net,tendermint"
- "--wsorigins"
- "*"
- "--metrics"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- "*"
- "--ws"
- "--wsapi"
- "eth,web3,net"
- "eth,web3,net,tendermint"
- "--wsorigins"
- "*"
- "--metrics"
Expand Down
5 changes: 2 additions & 3 deletions stable/autonity-network/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---

imageAutonity:
repository: clearmatics/autonity
tag: v0.4.0
tag: v0.6.0

imageAutonity_init:
repository: clearmatics/autonity-init
tag: v1.0.6
tag: v1.0.9

image_ibft_keys_generator:
repository: clearmatics/ibft-keys-generator
Expand Down

0 comments on commit c7ec6c9

Please sign in to comment.