Skip to content

Commit

Permalink
fixed env.json v0.0.13 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastaleru authored Sep 27, 2022
1 parent 54a210a commit afaa204
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/iot-adapter/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.0.12
version: 0.0.13

# 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-adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# iot-adapter


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

A Helm chart for Pharma Ledger iot-adapter part of eco-iot-pmed workspace

Expand Down Expand Up @@ -125,7 +125,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-adapter --version=0.0.12 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.13 \
--install \
--values my-config.yaml \
```
Expand Down Expand Up @@ -225,7 +225,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-adapter --version=0.0.12 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.13 \
--install \
--namespace=my-namespace \
--values my-config.yaml \
Expand All @@ -236,7 +236,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-adapter --version=0.0.12 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.13 \
--install \
--wait --timeout=600s \
--values my-config.yaml \
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-adapter/templates/_configmap-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
"BUILD_SECRET_KEY": {{ required "config.iotAdapter.BUILD_SECRET_KEY must be set" .Values.config.iotAdapter.BUILD_SECRET_KEY | quote}},
"IOT_ADAPTOR_DID": {{ required "config.iotAdapter.IOT_ADAPTOR_DID must be set" .Values.config.iotAdapter.IOT_ADAPTOR_DID | quote}},
"IOT_ADAPTOR_PORT": {{ required "config.iotAdapter.IOT_ADAPTOR_PORT must be set" .Values.config.iotAdapter.IOT_ADAPTOR_PORT | quote}},
"FITBIT_UPDATE_INTERVAL": {{ required "config.iotAdapter.FITBIT_UPDATE_INTERVAL must be set" .Values.config.iotAdapter.FITBIT_UPDATE_INTERVAL | quote}}
"FITBIT_UPDATE_INTERVAL": {{ required "config.iotAdapter.FITBIT_UPDATE_INTERVAL must be set" .Values.config.iotAdapter.FITBIT_UPDATE_INTERVAL | quote}},
"STORAGE_API_BASE_URL": {{ required "config.iotAdapter.STORAGE_API_BASE_URL must be set" .Values.config.iotAdapter.STORAGE_API_BASE_URL | quote}},
"STORAGE_API_APP_ID": {{ required "config.iotAdapter.STORAGE_API_APP_ID must be set" .Values.config.iotAdapter.STORAGE_API_APP_ID | quote}},
"STORAGE_API_REST_API_KEY": {{ required "config.iotAdapter.STORAGE_API_REST_API_KEY must be set" .Values.config.iotAdapter.STORAGE_API_REST_API_KEY | quote}}
Expand Down

0 comments on commit afaa204

Please sign in to comment.