File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/iot-operations/deploy-custom Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var baseAkriValues = loadYamlContent('base.yml')
46
46
var overlayAkriValues = loadYamlContent('overlay.yml')
47
47
var akriValues = union(baseAkriValues, overlayAkriValues)
48
48
49
- resource helmChart 'Microsoft.iotoperationsorchestrator/targets@2023-05-22 -preview' = {
49
+ resource helmChart 'Microsoft.iotoperationsorchestrator/targets@2023-10-04 -preview' = {
50
50
name: 'akri-helm-chart-override'
51
51
location: clusterLocation
52
52
extendedLocation: {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ param customLocationName string
39
39
40
40
var k8sConfigMap = loadYamlContent('config-map.yml')
41
41
42
- resource k8sResource 'Microsoft.iotoperationsorchestrator/targets@2023-05-22 -preview' = {
42
+ resource k8sResource 'Microsoft.iotoperationsorchestrator/targets@2023-10-04 -preview' = {
43
43
name: 'k8s-resource'
44
44
location: clusterLocation
45
45
extendedLocation: {
You can’t perform that action at this time.
0 commit comments