Skip to content

Commit 5046d9d

Browse files
fix: update container image tag to latest version
1 parent 70315eb commit 5046d9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ param gptDeploymentCapacity int = 100
7171
param publicContainerImageEndpoint string = 'cpscontainerreg.azurecr.io'
7272

7373
@description('Optional. The image tag for the container images.')
74-
param imageTag string = 'latest_2025-11-04_458'
74+
param imageTag string = 'latest_2025-11-21_506'
7575

7676
@description('Optional. Enable WAF for the deployment.')
7777
param enablePrivateNetworking bool = false

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.38.33.27573",
9-
"templateHash": "13371003400994981566"
9+
"templateHash": "16555018991316490501"
1010
},
1111
"name": "Content Processing Solution Accelerator",
1212
"description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
@@ -115,7 +115,7 @@
115115
},
116116
"imageTag": {
117117
"type": "string",
118-
"defaultValue": "latest_2025-11-04_458",
118+
"defaultValue": "latest_2025-11-21_506",
119119
"metadata": {
120120
"description": "Optional. The image tag for the container images."
121121
}

0 commit comments

Comments
 (0)