Skip to content

Commit

Permalink
Helm: Change the chart to deploy 2.8.3 version of Azure IIoT platform. (
Browse files Browse the repository at this point in the history
#1748)

* Helm: Change the chart to deploy 2.8.3 version of Azure IIoT platform.
  • Loading branch information
karok2m authored Jun 15, 2022
1 parent 15af7f5 commit f38e6dd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/azure-industrial-iot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: azure-industrial-iot
version: 0.4.3-rc
version: 0.4.3
description: Azure Industrial IoT allows plant operators to discover OPC UA enabled servers in a factory network and register them in Azure IoT Hub.
type: application
keywords:
Expand All @@ -15,4 +15,4 @@ maintainers:
- name: Karapet Kostandyan
email: [email protected]
icon: https://raw.githubusercontent.com/Azure/Industrial-IoT/main/docs/media/microsoft-symbol.png
appVersion: 2.8.2
appVersion: 2.8.3
4 changes: 2 additions & 2 deletions deploy/helm/azure-industrial-iot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ The following details of the Azure Log Analytics Workspace would be required:
## Installing the Chart
This chart installs `2.8.2` version of components by default.
This chart installs `2.8.3` version of components by default.
To install the chart first ensure that you have added `azure-iiot` repository:
Expand Down Expand Up @@ -519,7 +519,7 @@ values.
| Parameter | Description | Default |
|---------------------|------------------------------------------|---------------------|
| `image.registry` | URL of Docker Image Registry | `mcr.microsoft.com` |
| `image.tag` | Image tag | `2.8.2` |
| `image.tag` | Image tag | `2.8.3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | docker-registry secret names as an array | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/azure-industrial-iot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# image.registry is URL of Docker registry from where images will be pulled.
registry: mcr.microsoft.com
# image.tag defines which version of Docker images to pull.
tag: 2.8.2
tag: 2.8.3
# image.pullPolicy defines value of imagePullPolicy of deployments.
pullPolicy: IfNotPresent
# image.pullSecrets defined docker-registry secrets that should be used for private container registries.
Expand Down
14 changes: 7 additions & 7 deletions docs/deploy/howto-add-aks-to-ps1.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Note the following values in the YAML file:

```yaml
image:
tag: 2.8.2
tag: 2.8.3
loadConfFromKeyVault: true
Expand Down Expand Up @@ -349,8 +349,8 @@ deployment:
hostName: aks-cluster-ip.westeurope.cloudapp.azure.com
```

> **NOTE**: Please note that we have used `2.8.2` as the value of `image:tag` configuration parameter
> above. That will result in `2.8.2` version of microservices and edge modules to be deployed. If you want
> **NOTE**: Please note that we have used `2.8.3` as the value of `image:tag` configuration parameter
> above. That will result in `2.8.3` version of microservices and edge modules to be deployed. If you want
> to deploy a different version of the platform, please specify it as the value of `image:tag` parameter.

#### Passing Azure resource details through YAML file
Expand Down Expand Up @@ -391,7 +391,7 @@ Note the following values in the YAML file:

```yaml
image:
tag: 2.8.2
tag: 2.8.3
azure:
tenantId: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Expand Down Expand Up @@ -480,8 +480,8 @@ deployment:
hostName: aks-cluster-ip.westeurope.cloudapp.azure.com
```

> **NOTE**: Please note that we have used `2.8.2` as the value of `image:tag` configuration parameter
> above. That will result in `2.8.2` version of microservices and edge modules to be deployed. If you want
> **NOTE**: Please note that we have used `2.8.3` as the value of `image:tag` configuration parameter
> above. That will result in `2.8.3` version of microservices and edge modules to be deployed. If you want
> to deploy a different version of the platform, please specify it as the value of `image:tag` parameter.

#### Installing `azure-industrial-iot` Helm chart
Expand Down Expand Up @@ -511,7 +511,7 @@ For that you would first add Helm repository and then install the chart from the
```bash
helm repo add azure-iiot https://azure.github.io/Industrial-IoT/helm
helm repo update
helm install aiiot azure-iiot/azure-industrial-iot --namespace aiiot --version 0.3.2 -f aiiot.yaml
helm install aiiot azure-iiot/azure-industrial-iot --namespace aiiot --version 0.4.3 -f aiiot.yaml
```

Please note that the version of the chart in GitHub repo will be ahead of chart versions that we publish
Expand Down
3 changes: 3 additions & 0 deletions docs/deploy/howto-deploy-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ of our microservices:
Platform microservices.
- `0.4.2` version of `azure-industrial-iot` Helm chart to deploy `2.8.2` version of Azure Industrial IoT
Platform microservices.
- `0.4.3` version of `azure-industrial-iot` Helm chart to deploy `2.8.3` version of Azure Industrial IoT
Platform microservices.

## Installing The Chart

Expand All @@ -33,6 +35,7 @@ Kubernetes cluster:
- For `0.4.0` version of the Chart: [Azure Industrial IoT Helm Chart v0.4.0](https://github.com/Azure/Industrial-IoT/blob/helm_0.4.0/deploy/helm/azure-industrial-iot/README.md)
- For `0.4.1` version of the Chart: [Azure Industrial IoT Helm Chart v0.4.1](https://github.com/Azure/Industrial-IoT/blob/helm_0.4.1/deploy/helm/azure-industrial-iot/README.md)
- For `0.4.2` version of the Chart: [Azure Industrial IoT Helm Chart v0.4.2](https://github.com/Azure/Industrial-IoT/blob/helm_0.4.2/deploy/helm/azure-industrial-iot/README.md)
- For `0.4.3` version of the Chart: [Azure Industrial IoT Helm Chart v0.4.3](https://github.com/Azure/Industrial-IoT/blob/helm_0.4.3/deploy/helm/azure-industrial-iot/README.md)

For latest documentation and chart sources please check [deploy/helm/azure-industrial-iot/](../../deploy/helm/azure-industrial-iot/)
directory on `main` branch.
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ References:
[Helm](https://helm.sh/docs/) is a [Kubernetes](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/) package and operations manager, analogous to yum and apt. Application packages themselves are called Helm Charts and can be installed using the Helm tool. Helm allows users to easily templatize their Kubernetes manifests and provide a set of configuration parameters that allows users to customize their deployment.
For the deployment of cloud microservices of Azure Industrial IoT platform into a Kubernetes cluster we provide **azure-industrial-iot** Helm chart. Version `0.4.2` of azure-industrial-iot Helm char should be used for deployment of `2.8.x` versions of Azure Industrial IoT microservices.
For the deployment of cloud microservices of Azure Industrial IoT platform into a Kubernetes cluster we provide **azure-industrial-iot** Helm chart. Version `0.4.3` of azure-industrial-iot Helm chart should be used for deployment of `2.8.x` versions of Azure Industrial IoT microservices.
#### Prerequisites
Expand Down Expand Up @@ -2284,7 +2284,7 @@ In the below commands "`azure-industrial-iot`" is used as the namespace. Please

This command will keep existing setup unchanged, except for the version of docker images that are deployed.

It should be noted that different versions of Helm chart are intended for deploying different versions of the Azure Industrial IoT platform. This stems from the fact that there can be a different number of components in different versions of the Azure Industrial IoT platform, so deployment requirements and configuration parameters differ between versions. Currently, the latest version of the Helm chart is `0.4.2` which by default deploys `2.8.2` version of the components. The same version can be used for deployment of `2.8.0` and higher `2.8.x` versions. For the version compatibility matrix, please check out [how to deplyo using Helm](../deploy/howto-deploy-helm.md).
It should be noted that different versions of Helm chart are intended for deploying different versions of the Azure Industrial IoT platform. This stems from the fact that there can be a different number of components in different versions of the Azure Industrial IoT platform, so deployment requirements and configuration parameters differ between versions. Currently, the latest version of the Helm chart is `0.4.3` which by default deploys `2.8.3` version of the components. The same version can be used for deployment of `2.8.0` and higher `2.8.x` versions. For the version compatibility matrix, please check out [how to deploy using Helm](../deploy/howto-deploy-helm.md).

#### IoT Edge Modules

Expand Down

0 comments on commit f38e6dd

Please sign in to comment.