Skip to content

Commit b41a61a

Browse files
Set default container image tag to 'latest' in parameters files
1 parent af05c90 commit b41a61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"value": "${AZURE_ENV_AI_DEPLOYMENTS_LOCATION}"
1616
},
1717
"containerImageTag": {
18-
"value": "${AZURE_ENV_IMAGETAG}"
18+
"value": "${AZURE_ENV_IMAGETAG=latest}"
1919
},
2020
"deploymentType": {
2121
"value": "${AZURE_ENV_MODEL_DEPLOYMENT_TYPE}"

infra/main.waf.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"value": "${AZURE_ENV_AI_DEPLOYMENTS_LOCATION}"
1616
},
1717
"containerImageTag": {
18-
"value": "${AZURE_ENV_IMAGETAG}"
18+
"value": "${AZURE_ENV_IMAGETAG=latest}"
1919
},
2020
"deploymentType": {
2121
"value": "${AZURE_ENV_MODEL_DEPLOYMENT_TYPE}"

0 commit comments

Comments
 (0)