From afaa20429054b3f3e5a5ea96da8b40a9d1fc933b Mon Sep 17 00:00:00 2001 From: Mastaleru Rafael Date: Tue, 27 Sep 2022 19:38:58 +0300 Subject: [PATCH] fixed env.json v0.0.13 (#182) --- charts/iot-adapter/Chart.yaml | 2 +- charts/iot-adapter/README.md | 8 ++++---- charts/iot-adapter/templates/_configmap-config.tpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/iot-adapter/Chart.yaml b/charts/iot-adapter/Chart.yaml index f5418050..21559a9c 100644 --- a/charts/iot-adapter/Chart.yaml +++ b/charts/iot-adapter/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.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 diff --git a/charts/iot-adapter/README.md b/charts/iot-adapter/README.md index 98d70f75..b644b510 100644 --- a/charts/iot-adapter/README.md +++ b/charts/iot-adapter/README.md @@ -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 @@ -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 \ ``` @@ -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 \ @@ -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 \ diff --git a/charts/iot-adapter/templates/_configmap-config.tpl b/charts/iot-adapter/templates/_configmap-config.tpl index 2475ed6c..631f2e4e 100644 --- a/charts/iot-adapter/templates/_configmap-config.tpl +++ b/charts/iot-adapter/templates/_configmap-config.tpl @@ -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}}