Skip to content

Commit

Permalink
iot-adapter chart version 0.0.14 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastaleru authored Nov 25, 2022
1 parent 6b67908 commit e3ad4f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/iot-adapter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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.13
version: 0.0.14

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "v1.1.18"
appVersion: "v1.2.8"

icon: https://avatars.githubusercontent.com/u/60230259?s=200&v=4

Expand Down
18 changes: 5 additions & 13 deletions charts/iot-adapter/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# iot-adapter


![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)
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.8](https://img.shields.io/badge/AppVersion-v1.2.8-informational?style=flat-square)

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

Expand All @@ -19,8 +18,6 @@ A Helm chart for Pharma Ledger iot-adapter part of eco-iot-pmed workspace
- [Here](./README.md#values) is a full list of all configuration values.
- The [values.yaml file](./values.yaml) shows the raw view of all configuration values.



## Helm Lifecycle and Kubernetes Resources Lifetime

This helm chart uses Helm [hooks](https://helm.sh/docs/topics/charts_hooks/) in order to install, upgrade and manage the application and its resources.
Expand Down Expand Up @@ -62,7 +59,6 @@ The Init Job is required to run the build process and to store the SeedsBackup i
- It is only necessary to run/deploy the Init Job on installation and on subsequent software changes (=helm upgrade in combination with use of a different image than before).
- Therefore the Init Job will only be deployed on installation and on helm upgrades if the image has changed.


### Init Job Details

The pod consists an init containers and a main container.
Expand Down Expand Up @@ -125,7 +121,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.13 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.14 \
--install \
--values my-config.yaml \
```
Expand Down Expand Up @@ -225,7 +221,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.13 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.14 \
--install \
--namespace=my-namespace \
--values my-config.yaml \
Expand All @@ -236,7 +232,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.13 \
helm upgrade my-release-name pharmaledger-imi/iot-adapter --version=0.0.14 \
--install \
--wait --timeout=600s \
--values my-config.yaml \
Expand All @@ -260,15 +256,12 @@ Run `helm upgrade --helm` for full list of options.
[helm-unittest](https://github.com/quintush/helm-unittest) is being used for testing the output of the helm chart.
Tests can be found in [tests](./tests)


## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| tgip-work | | <https://github.com/tgip-work> |



## Values

*Note:* Please scroll horizontally to show more columns (e.g. description)!
Expand Down Expand Up @@ -337,6 +330,5 @@ Tests can be found in [tests](./tests)
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| tolerations | list | `[]` | Tolerations for scheduling a pod. See [https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |


----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
1 change: 1 addition & 0 deletions charts/iot-adapter/templates/_configmap-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data:
"PSK_TMP_WORKING_DIR": "tmp",
"PSK_CONFIG_LOCATION": "../apihub-root/external-volume/config",
"DEV": false,
"DOMAIN": {{ required "config.domain must be set" .Values.config.domain | quote}},
"DID_DOMAIN": {{ required "config.domain must be set" .Values.config.domain | quote}},
"VAULT_DOMAIN": {{ required "config.vaultDomain must be set" .Values.config.vaultDomain | quote}},
"BUILD_SECRET_KEY": {{ required "config.iotAdapter.BUILD_SECRET_KEY must be set" .Values.config.iotAdapter.BUILD_SECRET_KEY | quote}},
Expand Down

0 comments on commit e3ad4f4

Please sign in to comment.