Skip to content

Commit 0617759

Browse files
authored
Add missing latest tag configuration for operator image (#550)
# Summary Add `latest` tag for operator images build in staging. ## Proof of Work Passing unit tests is enough. ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent 0089223 commit 0617759

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build_info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"staging": {
1212
"sign": true,
13+
"latest-tag": true,
1314
"repositories": ["268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes"],
1415
"platforms": [
1516
"linux/arm64",

scripts/release/tests/build_info_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def test_load_build_info_staging():
204204
repositories=["268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes"],
205205
platforms=["linux/arm64", "linux/amd64", "linux/s390x", "linux/ppc64le"],
206206
dockerfile_path="docker/mongodb-kubernetes-operator/Dockerfile",
207+
latest_tag=True,
207208
sign=True,
208209
),
209210
"operator-race": ImageInfo(

0 commit comments

Comments
 (0)