Skip to content

Commit 6d985d9

Browse files
committed
Merge branch 'master' into lsierant/snippets-refactor
2 parents 5c7dca0 + 9102033 commit 6d985d9

File tree

43 files changed

+282
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+282
-304
lines changed

.evergreen.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ patch_aliases:
215215
variant_tags: [ "e2e_smoke_release_test_suite" ]
216216
task_tags: [ "patch-run" ]
217217
- alias: "patch-run-cloudqa"
218-
variant_tags: [ "cloudqa" ]
218+
variant_tags: [ "cloudqa_non_static" ]
219219
task: ".*"
220220

221221
# Triggered whenever the GitHub PR is created
@@ -1262,7 +1262,7 @@ buildvariants:
12621262
## MongoDB build variants
12631263
- name: e2e_mdb_kind_ubi_cloudqa
12641264
display_name: e2e_mdb_kind_ubi_cloudqa
1265-
tags: [ "e2e_test_suite", "cloudqa" ]
1265+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static" ]
12661266
run_on:
12671267
- ubuntu2204-medium
12681268
<<: *base_no_om_image_dependency
@@ -1271,7 +1271,7 @@ buildvariants:
12711271

12721272
- name: e2e_custom_domain_mdb_kind_ubi_cloudqa
12731273
display_name: e2e_custom_domain_mdb_kind_ubi_cloudqa
1274-
tags: [ "e2e_test_suite", "cloudqa" ]
1274+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static" ]
12751275
run_on:
12761276
- ubuntu2204-large
12771277
<<: *base_no_om_image_dependency
@@ -1280,7 +1280,7 @@ buildvariants:
12801280

12811281
- name: e2e_static_mdb_kind_ubi_cloudqa
12821282
display_name: e2e_static_mdb_kind_ubi_cloudqa
1283-
tags: [ "e2e_test_suite", "cloudqa" ]
1283+
tags: [ "e2e_test_suite", "cloudqa", "static" ]
12841284
run_on:
12851285
- ubuntu2204-medium
12861286
<<: *base_no_om_image_dependency
@@ -1289,7 +1289,7 @@ buildvariants:
12891289

12901290
- name: e2e_static_custom_domain_mdb_kind_ubi_cloudqa
12911291
display_name: e2e_static_custom_domain_mdb_kind_ubi_cloudqa
1292-
tags: [ "e2e_test_suite", "cloudqa" ]
1292+
tags: [ "e2e_test_suite", "cloudqa", "static" ]
12931293
run_on:
12941294
- ubuntu2204-large
12951295
depends_on:
@@ -1309,7 +1309,7 @@ buildvariants:
13091309

13101310
- name: e2e_mdb_openshift_ubi_cloudqa
13111311
display_name: e2e_mdb_openshift_ubi_cloudqa
1312-
tags: [ "e2e_openshift_test_suite", "cloudqa" ]
1312+
tags: [ "e2e_openshift_test_suite", "cloudqa", "cloudqa_non_static" ]
13131313
depends_on:
13141314
- name: build_operator_ubi
13151315
variant: init_test_run
@@ -1329,7 +1329,7 @@ buildvariants:
13291329
# in evergreen for all variants matching e2e_static-*, but we do not want to run openshift variants on every pr.
13301330
- name: e2e_openshift_static_mdb_ubi_cloudqa
13311331
display_name: e2e_openshift_static_mdb_ubi_cloudqa
1332-
tags: [ "e2e_openshift_test_suite", "cloudqa" ]
1332+
tags: [ "e2e_openshift_test_suite", "cloudqa", "static" ]
13331333
depends_on:
13341334
- name: build_operator_ubi
13351335
variant: init_test_run
@@ -1360,7 +1360,7 @@ buildvariants:
13601360
# Isolated Ops Manager Tests for 6.0 version
13611361
- name: e2e_static_om60_kind_ubi
13621362
display_name: e2e_static_om60_kind_ubi
1363-
tags: [ "e2e_test_suite" ]
1363+
tags: [ "e2e_test_suite", "static" ]
13641364
run_on:
13651365
- ubuntu2204-medium
13661366
<<: *base_om6_dependency
@@ -1382,7 +1382,7 @@ buildvariants:
13821382

13831383
- name: e2e_static_om70_kind_ubi
13841384
display_name: e2e_static_om70_kind_ubi
1385-
tags: [ "e2e_test_suite" ]
1385+
tags: [ "e2e_test_suite", "static" ]
13861386
run_on:
13871387
- ubuntu2204-medium
13881388
<<: *base_om7_dependency
@@ -1405,7 +1405,7 @@ buildvariants:
14051405

14061406
- name: e2e_static_om80_kind_ubi
14071407
display_name: e2e_static_om80_kind_ubi
1408-
tags: [ "e2e_test_suite" ]
1408+
tags: [ "e2e_test_suite", "static" ]
14091409
run_on:
14101410
- ubuntu2204-medium
14111411
<<: *base_om8_dependency
@@ -1493,7 +1493,7 @@ buildvariants:
14931493

14941494
- name: e2e_static_smoke_arm
14951495
display_name: e2e_smoke_arm
1496-
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
1496+
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
14971497
run_on:
14981498
- ubuntu2204-arm64-large
14991499
allowed_requesters: [ "patch", "github_tag" ]
@@ -1503,7 +1503,7 @@ buildvariants:
15031503

15041504
- name: e2e_static_smoke_ibm_z
15051505
display_name: e2e_static_smoke_ibm_z
1506-
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
1506+
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
15071507
run_on:
15081508
- rhel9-zseries-small
15091509
- rhel9-zseries-large
@@ -1526,7 +1526,7 @@ buildvariants:
15261526

15271527
- name: e2e_static_smoke_ibm_power
15281528
display_name: e2e_static_smoke_ibm_power
1529-
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
1529+
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
15301530
run_on:
15311531
- rhel9-power-small
15321532
- rhel9-power-large
@@ -1549,7 +1549,7 @@ buildvariants:
15491549

15501550
- name: e2e_static_smoke
15511551
display_name: e2e_static_smoke
1552-
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
1552+
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
15531553
run_on:
15541554
- ubuntu2204-large
15551555
allowed_requesters: [ "patch", "github_tag" ]
@@ -1561,7 +1561,7 @@ buildvariants:
15611561

15621562
- name: e2e_multi_cluster_kind
15631563
display_name: e2e_multi_cluster_kind
1564-
tags: [ "e2e_test_suite", "cloudqa"]
1564+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static"]
15651565
run_on:
15661566
- ubuntu2204-large
15671567
<<: *base_om6_dependency
@@ -1570,7 +1570,7 @@ buildvariants:
15701570

15711571
- name: e2e_static_multi_cluster_kind
15721572
display_name: e2e_static_multi_cluster_kind
1573-
tags: [ "e2e_test_suite", "cloudqa"]
1573+
tags: [ "e2e_test_suite", "cloudqa", "static"]
15741574
run_on:
15751575
- ubuntu2204-large
15761576
<<: *base_om6_dependency
@@ -1579,7 +1579,7 @@ buildvariants:
15791579

15801580
- name: e2e_multi_cluster_2_clusters
15811581
display_name: e2e_multi_cluster_2_clusters
1582-
tags: [ "e2e_test_suite", "cloudqa"]
1582+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static"]
15831583
run_on:
15841584
- ubuntu2204-large
15851585
<<: *base_om6_dependency
@@ -1588,7 +1588,7 @@ buildvariants:
15881588

15891589
- name: e2e_static_multi_cluster_2_clusters
15901590
display_name: e2e_static_multi_cluster_2_clusters
1591-
tags: [ "e2e_test_suite", "cloudqa"]
1591+
tags: [ "e2e_test_suite", "cloudqa", "static"]
15921592
run_on:
15931593
- ubuntu2204-large
15941594
<<: *base_om6_dependency
@@ -1606,7 +1606,7 @@ buildvariants:
16061606

16071607
- name: e2e_static_multi_cluster_om_appdb
16081608
display_name: e2e_static_multi_cluster_om_appdb
1609-
tags: [ "e2e_test_suite" ]
1609+
tags: [ "e2e_test_suite", "static" ]
16101610
run_on:
16111611
- ubuntu2204-large
16121612
<<: *base_om6_dependency
@@ -1626,7 +1626,7 @@ buildvariants:
16261626

16271627
- name: e2e_operator_kind_ubi_cloudqa
16281628
display_name: e2e_operator_kind_ubi_cloudqa
1629-
tags: [ "e2e_test_suite", "cloudqa" ]
1629+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static" ]
16301630
run_on:
16311631
- ubuntu2204-large
16321632
<<: *base_no_om_image_dependency
@@ -1635,7 +1635,7 @@ buildvariants:
16351635

16361636
- name: e2e_static_operator_kind_ubi_cloudqa
16371637
display_name: e2e_static_operator_kind_ubi_cloudqa
1638-
tags: [ "e2e_test_suite", "cloudqa" ]
1638+
tags: [ "e2e_test_suite", "cloudqa", "static" ]
16391639
run_on:
16401640
- ubuntu2204-large
16411641
<<: *base_no_om_image_dependency
@@ -1644,7 +1644,7 @@ buildvariants:
16441644

16451645
- name: e2e_operator_no_webhook_roles_cloudqa
16461646
display_name: e2e_operator_no_webhook_roles_cloudqa
1647-
tags: [ "e2e_test_suite", "cloudqa" ]
1647+
tags: [ "e2e_test_suite", "cloudqa", "cloudqa_non_static" ]
16481648
run_on:
16491649
- ubuntu2204-large
16501650
<<: *base_no_om_image_dependency
@@ -1678,7 +1678,7 @@ buildvariants:
16781678

16791679
- name: e2e_static_kind_olm_ubi
16801680
display_name: e2e_static_kind_olm_ubi
1681-
tags: [ "e2e_test_suite" ]
1681+
tags: [ "e2e_test_suite", "static" ]
16821682
run_on:
16831683
- ubuntu2204-large
16841684
depends_on:

.github/workflows/preview_release_notes.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
id: generate_release_notes
3030
run: python -m scripts.release.release_notes -s $INITIAL_COMMIT_SHA -v $INITIAL_VERSION -o release_notes_tmp.md
3131
env:
32-
INITIAL_COMMIT_SHA: ${{ vars.RELEASE_INITIAL_COMMIT_SHA }}
33-
INITIAL_VERSION: ${{ vars.RELEASE_INITIAL_VERSION }}
32+
# We can not use environments set via GitHub UI because they will
33+
# not be available in the pull requests running from forks.
34+
INITIAL_COMMIT_SHA: 9ed5f98fc70c5b3442f633d2393265fb8a2aba0c
35+
INITIAL_VERSION: 1.3.0
3436
- name: Add disclaimer to release notes preview
3537
run: |
3638
echo -e "_:warning: (this preview might not be accurate if the PR is not rebased on current master branch)_\n" > release_notes_preview.md

build_info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@
243243
"agent": {
244244
"dockerfile-path": "docker/mongodb-agent/Dockerfile.atomic",
245245
"patch": {
246-
"repositories": ["268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/mongodb-agent-ubi"],
246+
"repositories": ["268558157000.dkr.ecr.us-east-1.amazonaws.com/dev/mongodb-agent"],
247247
"platforms": [
248248
"linux/amd64"
249249
]
250250
},
251251
"staging": {
252252
"sign": true,
253-
"repositories": ["268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-agent-ubi"],
253+
"repositories": ["268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-agent"],
254254
"platforms": [
255255
"linux/arm64",
256256
"linux/amd64",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: migrate agent repo
3+
kind: feature
4+
date: 2025-08-26
5+
---
6+
7+
* MongoDB Agent images have been migrated to new container repository: `quay.io/mongodb/mongodb-agent`.
8+
* the agents in the new repository will support the x86-64, ARM64, s390x, and ppc64le architectures. More can be read in the [public docs](https://www.mongodb.com/docs/kubernetes/upcoming/tutorial/plan-k8s-op-container-images/).
9+
* operator running >=MCK1.3.0 and static cannot use the agent images from the old container repository `quay.io/mongodb/mongodb-agent-ubi`.
10+
* `quay.io/mongodb/mongodb-agent-ubi` should not be used anymore, it's only there for backwards compatibility.

config/manager/manager.yaml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ spec:
8787
- name: OPS_MANAGER_IMAGE_PULL_POLICY
8888
value: Always
8989
- name: AGENT_IMAGE
90-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
90+
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
9191
- name: MDB_AGENT_IMAGE_REPOSITORY
92-
value: "quay.io/mongodb/mongodb-agent-ubi"
92+
value: "quay.io/mongodb/mongodb-agent"
9393
- name: MONGODB_IMAGE
9494
value: mongodb-enterprise-server
9595
- name: MONGODB_REPO_URL
@@ -110,7 +110,7 @@ spec:
110110
value: mongodb-kubernetes-operator
111111
# Community Env Vars Start
112112
- name: MDB_COMMUNITY_AGENT_IMAGE
113-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
113+
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
114114
- name: VERSION_UPGRADE_HOOK_IMAGE
115115
value: "quay.io/mongodb/mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.9"
116116
- name: READINESS_PROBE_IMAGE
@@ -131,37 +131,35 @@ spec:
131131
- name: RELATED_IMAGE_INIT_APPDB_IMAGE_REPOSITORY_1_2_0
132132
value: "quay.io/mongodb/mongodb-kubernetes-init-appdb:1.2.0"
133133
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_12_8669_1
134-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.12.8669-1"
134+
value: "quay.io/mongodb/mongodb-agent:107.0.12.8669-1"
135135
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_13_8702_1
136-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.13.8702-1"
136+
value: "quay.io/mongodb/mongodb-agent:107.0.13.8702-1"
137137
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_15_8741_1
138-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.15.8741-1"
138+
value: "quay.io/mongodb/mongodb-agent:107.0.15.8741-1"
139139
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_17_8771_1
140-
value: "quay.io/mongodb/mongodb-agent-ubi:107.0.17.8771-1"
140+
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
141141
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
142-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.0.8694-1"
142+
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
143143
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
144-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.1.8718-1"
144+
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
145145
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
146-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.11.8830-1"
146+
value: "quay.io/mongodb/mongodb-agent:108.0.11.8830-1"
147147
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_12_8846_1
148-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.12.8846-1"
148+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
149149
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
150-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.2.8729-1"
150+
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
151151
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
152-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.3.8758-1"
152+
value: "quay.io/mongodb/mongodb-agent:108.0.3.8758-1"
153153
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
154-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.4.8770-1"
154+
value: "quay.io/mongodb/mongodb-agent:108.0.4.8770-1"
155155
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_6_8796_1
156-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.6.8796-1"
156+
value: "quay.io/mongodb/mongodb-agent:108.0.6.8796-1"
157157
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_7_8810_1
158-
value: "quay.io/mongodb/mongodb-agent-ubi:108.0.7.8810-1"
159-
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_34_7888_1
160-
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1"
158+
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
161159
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
162-
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
160+
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
163161
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
164-
value: "quay.io/mongodb/mongodb-agent-ubi:13.38.0.9654-1"
162+
value: "quay.io/mongodb/mongodb-agent:13.38.0.9654-1"
165163
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
166164
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
167165
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27

controllers/operator/appdbreplicaset_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ func (r *ReconcileAppDbReplicaSet) ReconcileAppDB(ctx context.Context, opsManage
594594

595595
appdbOpts.LegacyMonitoringAgentImage = images.ContainerImage(r.imageUrls, mcoConstruct.AgentImageEnv, legacyMonitoringAgentVersion)
596596

597-
// AgentImageEnv contains the full container image uri e.g. quay.io/mongodb/mongodb-agent-ubi:107.0.0.8502-1
597+
// AgentImageEnv contains the full container image uri e.g. quay.io/mongodb/mongodb-agent:107.0.0.8502-1
598598
// In non-static containers we don't ask OM for the correct version, therefore we just rely on the provided
599599
// environment variable.
600600
appdbOpts.AgentImage = r.imageUrls[mcoConstruct.AgentImageEnv]

controllers/operator/appdbreplicaset_controller_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -442,15 +442,15 @@ func TestTryConfigureMonitoringInOpsManagerWithCustomTemplate(t *testing.T) {
442442
Containers: []corev1.Container{
443443
{
444444
Name: "mongodb-agent",
445-
Image: "quay.io/mongodb/mongodb-agent-ubi:10",
445+
Image: "quay.io/mongodb/mongodb-agent:10",
446446
},
447447
{
448448
Name: "mongod",
449449
Image: "quay.io/mongodb/mongodb:10",
450450
},
451451
{
452452
Name: "mongodb-agent-monitoring",
453-
Image: "quay.io/mongodb/mongodb-agent-ubi:20",
453+
Image: "quay.io/mongodb/mongodb-agent:20",
454454
},
455455
},
456456
},
@@ -466,15 +466,15 @@ func TestTryConfigureMonitoringInOpsManagerWithCustomTemplate(t *testing.T) {
466466
foundImages := 0
467467
for _, c := range appDbSts.Spec.Template.Spec.Containers {
468468
if c.Name == "mongodb-agent" {
469-
assert.Equal(t, "quay.io/mongodb/mongodb-agent-ubi:10", c.Image)
469+
assert.Equal(t, "quay.io/mongodb/mongodb-agent:10", c.Image)
470470
foundImages += 1
471471
}
472472
if c.Name == "mongod" {
473473
assert.Equal(t, "quay.io/mongodb/mongodb:10", c.Image)
474474
foundImages += 1
475475
}
476476
if c.Name == "mongodb-agent-monitoring" {
477-
assert.Equal(t, "quay.io/mongodb/mongodb-agent-ubi:20", c.Image)
477+
assert.Equal(t, "quay.io/mongodb/mongodb-agent:20", c.Image)
478478
foundImages += 1
479479
}
480480
}
@@ -492,15 +492,15 @@ func TestTryConfigureMonitoringInOpsManagerWithCustomTemplate(t *testing.T) {
492492
foundImages := 0
493493
for _, c := range appDbSts.Spec.Template.Spec.Containers {
494494
if c.Name == "mongodb-agent" {
495-
assert.Equal(t, "quay.io/mongodb/mongodb-agent-ubi:10", c.Image)
495+
assert.Equal(t, "quay.io/mongodb/mongodb-agent:10", c.Image)
496496
foundImages += 1
497497
}
498498
if c.Name == "mongod" {
499499
assert.Equal(t, "quay.io/mongodb/mongodb:10", c.Image)
500500
foundImages += 1
501501
}
502502
if c.Name == "mongodb-agent-monitoring" {
503-
assert.Equal(t, "quay.io/mongodb/mongodb-agent-ubi:20", c.Image)
503+
assert.Equal(t, "quay.io/mongodb/mongodb-agent:20", c.Image)
504504
foundImages += 1
505505
}
506506
}

controllers/operator/mongodbmultireplicaset_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func TestMultiReplicaSetClusterReconcileContainerImagesWithStaticArchitecture(t
138138
databaseRelatedImageEnv := fmt.Sprintf("RELATED_IMAGE_%s_8_0_0_ubi9", mcoConstruct.MongodbImageEnv)
139139

140140
imageUrlsMock := images.ImageUrls{
141-
architectures.MdbAgentImageRepo: "quay.io/mongodb/mongodb-agent-ubi",
141+
architectures.MdbAgentImageRepo: "quay.io/mongodb/mongodb-agent",
142142
mcoConstruct.MongodbImageEnv: "quay.io/mongodb/mongodb-enterprise-server",
143143
databaseRelatedImageEnv: "quay.io/mongodb/mongodb-enterprise-server:@sha256:MONGODB_DATABASE",
144144
}

0 commit comments

Comments
 (0)