Skip to content

Commit 9e1619b

Browse files
Merge pull request #726 from microsoft/psl-image-tag-changes
fix: updated the image tag and remove the security control tag
2 parents d9821e9 + 2fcab6e commit 9e1619b

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

infra/main.bicep

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,31 +135,31 @@ param virtualMachineAdminPassword string?
135135
// These parameters are changed for testing - please reset as part of publication
136136

137137
@description('Optional. The Container Registry hostname where the docker images for the backend are located.')
138-
param backendContainerRegistryHostname string = 'macaev3tst1acr.azurecr.io'
138+
param backendContainerRegistryHostname string = 'biabcontainerreg.azurecr.io'
139139

140140
@description('Optional. The Container Image Name to deploy on the backend.')
141-
param backendContainerImageName string = 'macae-backend'
141+
param backendContainerImageName string = 'macaebackend'
142142

143143
@description('Optional. The Container Image Tag to deploy on the backend.')
144-
param backendContainerImageTag string = 'v4tst2'
144+
param backendContainerImageTag string = 'latest_v4'
145145

146146
@description('Optional. The Container Registry hostname where the docker images for the frontend are located.')
147-
param frontendContainerRegistryHostname string = 'macaev3tst1acr.azurecr.io'
147+
param frontendContainerRegistryHostname string = 'biabcontainerreg.azurecr.io'
148148

149149
@description('Optional. The Container Image Name to deploy on the frontend.')
150-
param frontendContainerImageName string = 'macae-frontend'
150+
param frontendContainerImageName string = 'macaefrontend'
151151

152152
@description('Optional. The Container Image Tag to deploy on the frontend.')
153-
param frontendContainerImageTag string = 'v4tst2'
153+
param frontendContainerImageTag string = 'latest_v4'
154154

155155
@description('Optional. The Container Registry hostname where the docker images for the MCP are located.')
156-
param MCPContainerRegistryHostname string = 'macaev3tst1acr.azurecr.io'
156+
param MCPContainerRegistryHostname string = 'biabcontainerreg.azurecr.io'
157157

158158
@description('Optional. The Container Image Name to deploy on the MCP.')
159-
param MCPContainerImageName string = 'mcp_server'
159+
param MCPContainerImageName string = 'macaemcp'
160160

161161
@description('Optional. The Container Image Tag to deploy on the MCP.')
162-
param MCPContainerImageTag string = 'v4tst1'
162+
param MCPContainerImageTag string = 'latest_v4'
163163

164164
@description('Optional. Enable/Disable usage telemetry for module.')
165165
param enableTelemetry bool = true

infra/main.parameters.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
},
7474
"MCPContainerRegistryHostname": {
7575
"value": "${AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT}"
76-
},
77-
"tags": {
78-
"value": {
79-
"SecurityControl": "${AZURE_TAG_SECURITY_CONTROL=Ignore}"
80-
}
8176
}
8277
}
8378
}

infra/main.waf.parameters.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
"MCPContainerRegistryHostname": {
9090
"value": "${AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT}"
9191
},
92-
"tags": {
93-
"value": {
94-
"SecurityControl": "${AZURE_TAG_SECURITY_CONTROL=Ignore}"
95-
}
96-
},
9792
"allowedFqdnList": {
9893
"value": [
9994
"mcr.microsoft.com",

0 commit comments

Comments
 (0)