This commit is contained in:
Brendan Bergen 2022-06-21 13:30:25 -06:00
Родитель 5638d4c917
Коммит 0a59135697
4 изменённых файлов: 6 добавлений и 6 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -70,13 +70,13 @@ func FluentbitImage(acrDomain string) string {
// MdmImage contains the location of the MDM container image
// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
func MdmImage(acrDomain string) string {
return acrDomain + "/genevamdm:master_20220522.1"
return acrDomain + "/genevamdm:master_20220614.1"
}
// MdsdImage contains the location of the MDSD container image
// see https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
func MdsdImage(acrDomain string) string {
return acrDomain + "/genevamdsd:master_20220522.1"
return acrDomain + "/genevamdsd:master_20220614.1"
}
// MUOImage contains the location of the Managed Upgrade Operator container image