Skip to content

Commit 591cc0d

Browse files
chore: update container with stable image tags for backend and frontend deployments
2 parents 521ba9e + df549f5 commit 591cc0d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ param backendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
112112
param 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.')
118118
param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
@@ -121,7 +121,7 @@ param frontendContainerRegistryHostname string = 'kmcontainerreg.azurecr.io'
121121
param 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.')
127127
param tags resourceInput<'Microsoft.Resources/resourceGroups@2025-04-01'>.tags = {}

infra/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "5174764827592423272"
9+
"templateHash": "487190158402104640"
1010
}
1111
},
1212
"parameters": {
@@ -186,7 +186,7 @@
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
}
@@ -207,7 +207,7 @@
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
}

0 commit comments

Comments
 (0)