Skip to content

Commit c02bd0e

Browse files
Merge pull request #259711 from kgremban/patch-3
Update target version
2 parents b5b7ed7 + 83d3d14 commit c02bd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-operations/deploy-custom/howto-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var baseAkriValues = loadYamlContent('base.yml')
4646
var overlayAkriValues = loadYamlContent('overlay.yml')
4747
var akriValues = union(baseAkriValues, overlayAkriValues)
4848
49-
resource helmChart 'Microsoft.iotoperationsorchestrator/targets@2023-05-22-preview' = {
49+
resource helmChart 'Microsoft.iotoperationsorchestrator/targets@2023-10-04-preview' = {
5050
name: 'akri-helm-chart-override'
5151
location: clusterLocation
5252
extendedLocation: {

articles/iot-operations/deploy-custom/howto-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ param customLocationName string
3939
4040
var k8sConfigMap = loadYamlContent('config-map.yml')
4141
42-
resource k8sResource 'Microsoft.iotoperationsorchestrator/targets@2023-05-22-preview' = {
42+
resource k8sResource 'Microsoft.iotoperationsorchestrator/targets@2023-10-04-preview' = {
4343
name: 'k8s-resource'
4444
location: clusterLocation
4545
extendedLocation: {

0 commit comments

Comments
 (0)