Skip to content

Commit

Permalink
bumping mdm mdsd fb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
b-jhoreman committed Jul 11, 2023
1 parent 6cfcd6e commit 3e1f5e0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions cmd/aro/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
srcAcrGeneva := "linuxgeneva-microsoft" + acrDomainSuffix
mirrorImages := []string{
// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
srcAcrGeneva + "/distroless/genevamdm:2.2023.505.1124-45da18-20230505t1700",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230517.1",
srcAcrGeneva + "/distroless/genevamdm:2.2023.609.2051-821f47-20230706t0953",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230706.2",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down
1 change: 0 additions & 1 deletion pkg/api/admin/zz_generated_installphase_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pkg/api/zz_generated_installphase_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/deploy/assets/gateway-production.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/deploy/assets/rp-production.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pkg/env/zz_generated_feature_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions pkg/operator/controllers/rbac/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions pkg/portal/cluster/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ var (

// FluentbitImage contains the location of the Fluentbit container image
func FluentbitImage(acrDomain string) string {
return acrDomain + "/fluentbit:1.9.10-cm20230426"
return acrDomain + "/fluentbit:2.1.6-1"
}

// 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:2.2023.505.1124-45da18-20230505t1700"
return acrDomain + "/genevamdm:2.2023.609.2051-821f47-20230706t0953"
}

// MdsdImage contains the location of the MDSD container image
// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
func MdsdImage(acrDomain string) string {
return acrDomain + "/genevamdsd:mariner_20230517.1"
return acrDomain + "/genevamdsd:mariner_20230706.2"
}

// MUOImage contains the location of the Managed Upgrade Operator container image
Expand Down

0 comments on commit 3e1f5e0

Please sign in to comment.