File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ param backendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
112112param backendContainerImageName string = 'km-api'
113113
114114@description ('Optional. The Container Image Tag to deploy on the backend.' )
115- param backendContainerImageTag string = 'latest_waf_2025-12-02_1084 '
115+ param backendContainerImageTag string = 'latest_afv2_2026-03-10_1326 '
116116
117117@description ('Optional. The Container Registry hostname where the docker images for the frontend are located.' )
118118param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
@@ -121,7 +121,7 @@ param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
121121param frontendContainerImageName string = 'km-app'
122122
123123@description ('Optional. The Container Image Tag to deploy on the frontend.' )
124- param frontendContainerImageTag string = 'latest_waf_2025-12-02_1084 '
124+ param frontendContainerImageTag string = 'latest_afv2_2026-03-10_1326 '
125125
126126@description ('Optional. The tags to apply to all deployed Azure resources.' )
127127param tags resourceInput <'Microsoft.Resources/resourceGroups@2025-04-01' >.tags = {}
Original file line number Diff line number Diff line change 66 "_generator": {
77 "name": "bicep",
88 "version": "0.41.2.15936",
9- "templateHash": "5174764827592423272 "
9+ "templateHash": "487190158402104640 "
1010 }
1111 },
1212 "parameters": {
186186 },
187187 "backendContainerImageTag": {
188188 "type": "string",
189- "defaultValue": "latest_waf_2025-12-02_1084 ",
189+ "defaultValue": "latest_afv2_2026-03-10_1326 ",
190190 "metadata": {
191191 "description": "Optional. The Container Image Tag to deploy on the backend."
192192 }
207207 },
208208 "frontendContainerImageTag": {
209209 "type": "string",
210- "defaultValue": "latest_waf_2025-12-02_1084 ",
210+ "defaultValue": "latest_afv2_2026-03-10_1326 ",
211211 "metadata": {
212212 "description": "Optional. The Container Image Tag to deploy on the frontend."
213213 }
You can’t perform that action at this time.
0 commit comments