Skip to content

Commit

Permalink
Helm: Upgraded Azure Industrial IoT components to 2.7.206 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
karok2m committed Jan 27, 2021
1 parent 5ca0e53 commit 77d0332
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/azure-industrial-iot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
- name: Karapet Kostandyan
email: [email protected]
icon: https://raw.githubusercontent.com/Azure/Industrial-IoT/master/docs/media/microsoft-symbol.png
appVersion: 2.7.200
appVersion: 2.7.206
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 @@ -507,7 +507,7 @@ The following details of the Azure Storage account would be required:
## Installing the Chart
This chart installs `2.7.200` version of components by default.
This chart installs `2.7.206` version of components by default.
To install the chart first ensure that you have added `azure-iiot` repository:
Expand Down Expand Up @@ -573,7 +573,7 @@ values.
| Parameter | Description | Default |
|---------------------|------------------------------------------|---------------------|
| `image.registry` | URL of Docker Image Registry | `mcr.microsoft.com` |
| `image.tag` | Image tag | `2.7.200` |
| `image.tag` | Image tag | `2.7.206` |
| `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.7.200
tag: 2.7.206
# 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
4 changes: 2 additions & 2 deletions docs/deploy/howto-add-aks-to-ps1.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ use `aiiot.yaml` that you created above and run the following command:
helm install aiiot --namespace aiiot .\deploy\helm\azure-industrial-iot\ -f aiiot.yaml
```

`aiiot.yaml` that we created above is for `0.3.0` version of the Helm chart. Please modify it accordingly if
`aiiot.yaml` that we created above is for `0.3.1` version of the Helm chart. Please modify it accordingly if
you install a different version of the chart. Please check documentation of each version for a list of
applicable values for that specific version.

Expand All @@ -506,7 +506,7 @@ add Helm repository and then install the chart from there as shown bellow.
```bash
helm repo add azure-iiot https://azureiiot.blob.core.windows.net/helm
helm repo update
helm install aiiot azure-iiot/azure-industrial-iot --namespace aiiot --version 0.3.0 -f aiiot.yaml
helm install aiiot azure-iiot/azure-industrial-iot --namespace aiiot --version 0.3.1 -f aiiot.yaml
```

### Check status of deployed resources
Expand Down
7 changes: 5 additions & 2 deletions docs/deploy/howto-deploy-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ microservices:
Platform microservices.
- `0.2.0` version of `azure-industrial-iot` Helm chart to deploy `2.6` version of Azure Industrial IoT
Platform microservices.
- `0.3.0` version of `azure-industrial-iot` Helm chart to deploy `2.7` version of Azure Industrial IoT
- `0.3.1` version of `azure-industrial-iot` Helm chart to deploy `2.7` version (up until `2.7.199`) of Azure
Industrial IoT Platform microservices.
- `0.3.2` version of `azure-industrial-iot` Helm chart to deploy `2.7.206` version of Azure Industrial IoT
Platform microservices.

## Installing The Chart
Expand All @@ -20,7 +22,8 @@ Kubernetes cluster:

- For `0.1.0` version of the Chart: [Azure Industrial IoT Helm Chart v0.1.0](https://github.com/Azure/Industrial-IoT/blob/helm/0.1.0/deploy/helm/azure-industrial-iot/README.md)
- For `0.2.0` version of the Chart: [Azure Industrial IoT Helm Chart v0.2.0](https://github.com/Azure/Industrial-IoT/blob/helm/0.2.0/deploy/helm/azure-industrial-iot/README.md)
- For `0.3.0` version of the Chart: [Azure Industrial IoT Helm Chart v0.3.0](https://github.com/Azure/Industrial-IoT/blob/helm_0.3.0/deploy/helm/azure-industrial-iot/README.md)
- For `0.3.1` version of the Chart: [Azure Industrial IoT Helm Chart v0.3.1](https://github.com/Azure/Industrial-IoT/blob/helm_0.3.1/deploy/helm/azure-industrial-iot/README.md)
- For `0.3.2` version of the Chart: [Azure Industrial IoT Helm Chart v0.3.2](https://github.com/Azure/Industrial-IoT/blob/helm_0.3.2/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.
Expand Down

0 comments on commit 77d0332

Please sign in to comment.