Skip to content

Commit

Permalink
eco-iot chart version 0.1.3 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastaleru authored Nov 25, 2022
1 parent 8dcc835 commit d704478
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/iot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 4 additions & 4 deletions charts/iot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eco-iot

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat-square)
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat-square)

A Helm chart for Pharma Ledger e-Consent and I0T applications

Expand Down Expand Up @@ -122,7 +122,7 @@ It is recommended to put non-sensitive configuration values in an configuration
2. Install via helm to namespace `default`
```bash
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.2 \
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.3 \
--install \
--values my-config.yaml \
```
Expand Down Expand Up @@ -222,7 +222,7 @@ Run `helm upgrade --helm` for full list of options.
You can install into other namespace than `default` by setting the `--namespace` parameter, e.g.

```bash
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.2 \
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.3 \
--install \
--namespace=my-namespace \
--values my-config.yaml \
Expand All @@ -233,7 +233,7 @@ Run `helm upgrade --helm` for full list of options.
Provide the `--wait` argument and time to wait (default is 5 minutes) via `--timeout`

```bash
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.2 \
helm upgrade my-release-name pharmaledger-imi/iot --version=0.1.3 \
--install \
--wait --timeout=600s \
--values my-config.yaml \
Expand Down
14 changes: 4 additions & 10 deletions charts/iot/templates/_configmap-domains.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ data:
{{ required "config.domain must be set" .Values.config.domain }}.json: |-
{
"anchoring": {
"type": "FS",
"type": "OBA",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
"endpoint": {{ required "config.ethadapterUrl must be set" .Values.config.ethadapterUrl | quote }}
}
},
"skipOAuth": [
Expand All @@ -39,12 +36,9 @@ data:
{{ required "config.subDomain must be set" .Values.config.subDomain }}.json: |-
{
"anchoring": {
"type": "FS",
"type": "OBA",
"option": {
"enableBricksLedger": false
},
"commands": {
"addAnchor": "anchor"
"endpoint": {{ required "config.ethadapterUrl must be set" .Values.config.ethadapterUrl | quote }}
}
},
"skipOAuth": [
Expand Down

0 comments on commit d704478

Please sign in to comment.