Skip to content

Commit

Permalink
updated image references and version of iot-edge-accelerator #29 (#30)
Browse files Browse the repository at this point in the history
* added image creation for opcuapublisher module

* added fetch-depth 0

* clean-up temporary settings for testing

* fixed module folder

* fixed opcuapublisher path

* added latest tag

* added latest tag

* added priority for tagging

* added order for tagging

* re-order of tags

* new priority for latest tag

* re-order tagging

* clean-up after testing

* clean-up test output

* updated image versions + helm version

* trigger check-in

* trigger check-in

* test increment

* updated flux helm chart repo

* clean-up after testing

* clean-up

* clean-up
  • Loading branch information
bindsi authored Mar 2, 2023
1 parent 78b133d commit c9a868a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/deploy-app.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dataGatewayModule:
kubectl create secret generic data-gateway-module-secrets-seed --from-literal=dataGatewaySecrets=$dataGatewaySecretsSeed -n $appKubernetesNamespace

# Deploy Flux v2 configuration to install app on kubernetes edge.
az k8s-configuration flux create -g $AKSClusterResourceGroupName -c $AKSClusterName -t connectedClusters -n edge-framework-ci-config --namespace $appKubernetesNamespace --scope cluster -u https://github.com/azure-samples/distributed-az-edge-framework --branch readiness/azure-samples --kustomization name=flux-kustomization prune=true path=/deployment/flux
az k8s-configuration flux create -g $AKSClusterResourceGroupName -c $AKSClusterName -t connectedClusters -n edge-framework-ci-config --namespace $appKubernetesNamespace --scope cluster -u https://github.com/azure-samples/distributed-az-edge-framework --branch main --kustomization name=flux-kustomization prune=true path=/deployment/flux

$runningTime = New-TimeSpan -Start $startTime
Write-Title("Running time app deployment:" + $runningTime.ToString())
2 changes: 1 addition & 1 deletion deployment/helm/iot-edge-accelerator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.
version: 0.25.0
version: 0.26.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
6 changes: 3 additions & 3 deletions deployment/helm/iot-edge-accelerator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ opcPublisherModule:

# Docker images
images:
datagatewaymodule: ghcr.io/azure-samples/distributed-az-iot-edge/datagatewaymodule:main-5d270a2
simulatedtemperaturesensormodule: ghcr.io/azure-samples/distributed-az-iot-edge/simulatedtemperaturesensormodule:main-5d270a2
datagatewaymodule: ghcr.io/azure-samples/distributed-az-iot-edge/datagatewaymodule:main-78b133d
simulatedtemperaturesensormodule: ghcr.io/azure-samples/distributed-az-iot-edge/simulatedtemperaturesensormodule:main-78b133d
opcplcmodule: mcr.microsoft.com/iotedge/opc-plc:2.2.0
opcpublishermodule: ghcr.io/azure-samples/distributed-az-iot-edge/opcuapublisher:latest
opcpublishermodule: ghcr.io/azure-samples/distributed-az-iot-edge/opcuapublisher:main-78b133d

0 comments on commit c9a868a

Please sign in to comment.