Update agent version to 1.1 in config.yaml (#4430)

Since 1.1 is released, this change updates the default agent tag in config.yaml to 1.1.
This commit is contained in:
Damon Barry 2021-02-17 10:56:06 -08:00 коммит произвёл GitHub
Родитель 11bfea5fb3
Коммит a4faab5f62
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -46,7 +46,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}
###############################################################################

Просмотреть файл

@ -46,7 +46,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}
###############################################################################

Просмотреть файл

@ -3,7 +3,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
auth: {}
hostname: "localhost"