diff --git a/charts/csc/Chart.yaml b/charts/csc/Chart.yaml index d805dc5..fb245b1 100644 --- a/charts/csc/Chart.yaml +++ b/charts/csc/Chart.yaml @@ -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.6.3 +version: 0.6.4 # 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 diff --git a/charts/csc/README.md b/charts/csc/README.md index ddc2c3b..0e9a34a 100644 --- a/charts/csc/README.md +++ b/charts/csc/README.md @@ -1,6 +1,6 @@ # csc -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: csc.1.1.0](https://img.shields.io/badge/AppVersion-csc.1.1.0-informational?style=flat-square) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: csc.1.1.0](https://img.shields.io/badge/AppVersion-csc.1.1.0-informational?style=flat-square) A Helm chart for Pharma Ledger csc application @@ -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/csc --version=0.6.3 \ + helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.4 \ --install \ --values my-config.yaml \ ``` @@ -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/csc --version=0.6.3 \ + helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.4 \ --install \ --namespace=my-namespace \ --values my-config.yaml \ @@ -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/csc --version=0.6.3 \ + helm upgrade my-release-name pharmaledger-imi/csc --version=0.6.4 \ --install \ --wait --timeout=600s \ --values my-config.yaml \ diff --git a/charts/csc/templates/_configmap-domains.tpl b/charts/csc/templates/_configmap-domains.tpl index 813ad99..c633dbd 100644 --- a/charts/csc/templates/_configmap-domains.tpl +++ b/charts/csc/templates/_configmap-domains.tpl @@ -21,7 +21,7 @@ data: {{ required "config.domain must be set" .Values.config.domain }}.json: |- { "anchoring": { - "type": "OBA", + "type": "ETH", "option": { "endpoint": {{ required "config.ethadapterUrl must be set" .Values.config.ethadapterUrl | quote }} } @@ -35,7 +35,7 @@ data: {{ required "config.subDomain must be set" .Values.config.subDomain }}.json: |- { "anchoring": { - "type": "OBA", + "type": "ETH", "option": { "endpoint": {{ required "config.ethadapterUrl must be set" .Values.config.ethadapterUrl | quote }} }