Skip to content

Commit d28120e

Browse files
authored
OPC Simulator workaround (#142)
## Purpose Temporarily set OPC simulator version to 2.12.39 until issue with 2.12.40 is addressed ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [ ] Other... Please describe: ```
1 parent 0a5a142 commit d28120e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/quickstarts/opc-plc-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: opc-plc
20-
image: mcr.microsoft.com/iotedge/opc-plc:latest
20+
image: mcr.microsoft.com/iotedge/opc-plc:2.12.39
2121
args:
2222
- "--ph=opcplc-000000"
2323
- "--cdn=opcplc-000000"

samples/quickstarts/opc-plc-tutorial-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: opc-plc
20-
image: mcr.microsoft.com/iotedge/opc-plc:latest
20+
image: mcr.microsoft.com/iotedge/opc-plc:2.12.39
2121
args:
2222
- "--plchostname=opcplc-000000"
2323
- "--portnum=50000"

0 commit comments

Comments
 (0)