Skip to content

Commit

Permalink
Merge pull request #5 from atc-net/feature/bump-iot-edge-version
Browse files Browse the repository at this point in the history
Bump iotedge deployment manifest iotedge image versions to 1.5 LTS
  • Loading branch information
perkops authored May 7, 2024
2 parents edace1f + ee29e59 commit a9ff145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sample/src/IoTEdgeModules/deployment.debug.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"settings": {
"image": "mcr.microsoft.com/azureiotedge-agent:1.1",
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
"createOptions": {
"HostConfig": {
"LogConfig": {
Expand All @@ -45,7 +45,7 @@
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-hub:1.1",
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
"createOptions": {
"HostConfig": {
"LogConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"edgeAgent": {
"type": "docker",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-agent:1.2",
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
"createOptions": ""
}
},
Expand All @@ -25,7 +25,7 @@
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-hub:1.2",
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
"createOptions": "{\"HostConfig\":{\"PortBindings\":{\"443/tcp\":[{\"HostPort\":\"443\"}],\"5671/tcp\":[{\"HostPort\":\"5671\"}],\"8883/tcp\":[{\"HostPort\":\"8883\"}]}}}"
}
}
Expand Down
4 changes: 2 additions & 2 deletions sample/src/IoTEdgeModules/deployment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"settings": {
"image": "mcr.microsoft.com/azureiotedge-agent:1.4",
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
"createOptions": {
"HostConfig": {
"Binds": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"restartPolicy": "always",
"startupOrder": 0,
"settings": {
"image": "mcr.microsoft.com/azureiotedge-hub:1.4",
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
"createOptions": {
"HostConfig": {
"Binds": [
Expand Down

0 comments on commit a9ff145

Please sign in to comment.