|
5 | 5 | "_generator": { |
6 | 6 | "name": "bicep", |
7 | 7 | "version": "0.23.1.45101", |
8 | | - "templateHash": "7874469671048964219" |
| 8 | + "templateHash": "7796954663627183826" |
9 | 9 | }, |
10 | 10 | "description": "This template deploys Azure IoT Operations." |
11 | 11 | }, |
|
186 | 186 | "name": "aio-mq-dmqtt-frontend", |
187 | 187 | "satAudience": "aio-mq" |
188 | 188 | }, |
189 | | - "__VERSION__": "0.1.0-preview", |
190 | | - "__TRAIN__": "preview", |
191 | 189 | "VERSIONS": { |
192 | | - "adr": "[variables('__VERSION__')]", |
193 | | - "opcUaBroker": "[variables('__VERSION__')]", |
194 | | - "observability": "[variables('__VERSION__')]", |
195 | | - "akri": "[variables('__VERSION__')]", |
196 | | - "mq": "[variables('__VERSION__')]", |
197 | | - "aio": "[variables('__VERSION__')]", |
198 | | - "layeredNetworking": "[variables('__VERSION__')]", |
199 | | - "processor": "[variables('__VERSION__')]" |
| 190 | + "adr": "0.1.0-preview", |
| 191 | + "opcUaBroker": "0.2.0-preview", |
| 192 | + "observability": "0.1.0-preview", |
| 193 | + "akri": "0.1.0-preview", |
| 194 | + "mq": "0.2.0-preview", |
| 195 | + "aio": "0.2.0-preview", |
| 196 | + "layeredNetworking": "0.1.0-preview", |
| 197 | + "processor": "0.1.1-preview" |
200 | 198 | }, |
201 | 199 | "TRAINS": { |
202 | | - "mq": "[variables('__TRAIN__')]", |
203 | | - "aio": "[variables('__TRAIN__')]", |
204 | | - "processor": "[variables('__TRAIN__')]", |
205 | | - "adr": "[variables('__TRAIN__')]", |
206 | | - "akri": "[variables('__TRAIN__')]", |
207 | | - "layeredNetworking": "[variables('__TRAIN__')]", |
208 | | - "opcUaBroker": "helm", |
209 | | - "observability": "helm" |
| 200 | + "mq": "preview", |
| 201 | + "aio": "preview", |
| 202 | + "processor": "preview", |
| 203 | + "adr": "preview", |
| 204 | + "akri": "preview", |
| 205 | + "layeredNetworking": "preview" |
210 | 206 | }, |
211 | 207 | "broker_fe_issuer_configuration": { |
212 | 208 | "name": "mq-fe-issuer-configuration", |
|
322 | 318 | } |
323 | 319 | }, |
324 | 320 | "akri_daemonset": { |
325 | | - "name": "akri-opcua-asset-discovery-daemonset", |
| 321 | + "name": "aio-opc-asset-discovery", |
326 | 322 | "type": "yaml.k8s", |
327 | 323 | "properties": { |
328 | 324 | "resource": { |
329 | 325 | "apiVersion": "apps/v1", |
330 | 326 | "kind": "DaemonSet", |
331 | 327 | "metadata": { |
332 | | - "name": "akri-opcua-asset-discovery-daemonset" |
| 328 | + "name": "aio-opc-asset-discovery" |
333 | 329 | }, |
334 | 330 | "spec": { |
335 | 331 | "selector": { |
336 | 332 | "matchLabels": { |
337 | | - "name": "akri-opcua-asset-discovery" |
| 333 | + "name": "aio-opc-asset-discovery" |
338 | 334 | } |
339 | 335 | }, |
340 | 336 | "template": { |
341 | 337 | "metadata": { |
342 | 338 | "labels": { |
343 | | - "name": "akri-opcua-asset-discovery" |
| 339 | + "name": "aio-opc-asset-discovery" |
344 | 340 | } |
345 | 341 | }, |
346 | 342 | "spec": { |
347 | 343 | "containers": [ |
348 | 344 | { |
349 | | - "name": "akri-opcua-asset-discovery", |
| 345 | + "name": "aio-opc-asset-discovery", |
350 | 346 | "image": "[format('mcr.microsoft.com/azureiotoperations/opcuabroker/discovery-handler:{0}', variables('VERSIONS').opcUaBroker)]", |
351 | 347 | "imagePullPolicy": "Always", |
352 | 348 | "resources": { |
|
427 | 423 | "name": "opc-ua-broker", |
428 | 424 | "properties": { |
429 | 425 | "chart": { |
430 | | - "repo": "oci://mcr.microsoft.com/azureiotoperations/opcuabroker/helmchart/microsoft.iotoperations.opcuabroker", |
| 426 | + "repo": "oci://mcr.microsoft.com/azureiotoperations/opcuabroker/helmchart/microsoft-iotoperations-opcuabroker", |
431 | 427 | "version": "[variables('VERSIONS').opcUaBroker]" |
432 | 428 | }, |
433 | 429 | "values": { |
|
792 | 788 | "properties": { |
793 | 789 | "authImage": { |
794 | 790 | "pullPolicy": "Always", |
795 | | - "repository": "alicesprings.azurecr.io/dmqtt-authentication", |
| 791 | + "repository": "mcr.microsoft.com/azureiotoperations/dmqtt-authentication", |
796 | 792 | "tag": "[variables('VERSIONS').mq]" |
797 | 793 | }, |
798 | 794 | "brokerImage": { |
799 | 795 | "pullPolicy": "Always", |
800 | | - "repository": "alicesprings.azurecr.io/dmqtt-pod", |
| 796 | + "repository": "mcr.microsoft.com/azureiotoperations/dmqtt-pod", |
801 | 797 | "tag": "[variables('VERSIONS').mq]" |
802 | 798 | }, |
803 | 799 | "healthManagerImage": { |
804 | 800 | "pullPolicy": "Always", |
805 | | - "repository": "alicesprings.azurecr.io/dmqtt-operator", |
| 801 | + "repository": "mcr.microsoft.com/azureiotoperations/dmqtt-operator", |
806 | 802 | "tag": "[variables('VERSIONS').mq]" |
807 | 803 | }, |
808 | 804 | "diagnostics": { |
809 | | - "probeImage": "[format('alicesprings.azurecr.io/diagnostics-probe:{0}', variables('VERSIONS').mq)]", |
| 805 | + "probeImage": "[format('mcr.microsoft.com/azureiotoperations/diagnostics-probe:{0}', variables('VERSIONS').mq)]", |
810 | 806 | "enableSelfCheck": true |
811 | 807 | }, |
812 | 808 | "mode": "[parameters('mqMode')]", |
|
839 | 835 | }, |
840 | 836 | "properties": { |
841 | 837 | "image": { |
842 | | - "repository": "alicesprings.azurecr.io/diagnostics-service", |
| 838 | + "repository": "mcr.microsoft.com/azureiotoperations/diagnostics-service", |
843 | 839 | "tag": "[variables('VERSIONS').mq]" |
844 | 840 | }, |
845 | 841 | "logLevel": "info", |
|
0 commit comments