Skip to content

fix: update testkube MongoDB image tag from 8.0.15 to 8.2.5#1641

Merged
zanejohnson-azure merged 1 commit intoci_prodfrom
zane/fix-testkube-mongodb-image
Apr 10, 2026
Merged

fix: update testkube MongoDB image tag from 8.0.15 to 8.2.5#1641
zanejohnson-azure merged 1 commit intoci_prodfrom
zane/fix-testkube-mongodb-image

Conversation

@zanejohnson-azure
Copy link
Copy Markdown
Contributor

@zanejohnson-azure zanejohnson-azure commented Apr 10, 2026

test cluster ci-logs-prod-aks-work-load-identity fails due to testkube mongoDB image pullback error

https://ms.portal.azure.com/#view/Microsoft_Azure_ContainerService/AksK8ResourceMenuBlade/~/overview-Deployment/aksClusterId/%2Fsubscriptions%2F9b96ebbd-c57a-42d1-bbe9-b69296e4c7fb%2FresourceGroups%2Fci-logs-prod-aks%2Fproviders%2FMicrosoft.ContainerService%2FmanagedClusters%2Fci-logs-prod-aks-work-load-identity/resource~/%7B%22kind%22%3A%22Deployment%22%2C%22metadata%22%3A%7B%22name%22%3A%22testkube-mongodb%22%2C%22namespace%22%3A%22testkube%22%2C%22uid%22%3A%22d7bea9b8-caff-4c7b-a377-66ff6b9331bb%22%7D%2C%22spec%22%3A%7B%22selector%22%3A%7B%22matchLabels%22%3A%7B%22app.kubernetes.io%2Fcomponent%22%3A%22mongodb%22%2C%22app.kubernetes.io%2Finstance%22%3A%22testkube%22%2C%22app.kubernetes.io%2Fname%22%3A%22mongodb%22%7D%7D%7D%7D/preloadK8sObjectsO11yContext~/%7B%22useUpgradedTier%22%3Atrue%2C%22isK8sObjectsOverviewO11yEnabled%22%3Atrue%7D

The 8.0.15 tag has been removed from the upstream Testkube registry (us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/mongodb), causing ImagePullBackOff on nodes without cached images. Update to 8.2.5 which is the current default for Testkube chart 2.8.3.

evidence

$ docker manifest inspect us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/mongodb:8.0.15
no such manifest: us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/mongodb:8.0.15

$ docker manifest inspect us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/mongodb:8.2.5
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{

The 8.0.15 tag has been removed from the upstream Testkube registry
(us-east1-docker.pkg.dev/testkube-cloud-372110/testkube/mongodb),
causing ImagePullBackOff on nodes without cached images. Update to
8.2.5 which is the current default for Testkube chart 2.8.3.
@zanejohnson-azure zanejohnson-azure requested a review from a team as a code owner April 10, 2026 21:50
@zanejohnson-azure
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@zanejohnson-azure zanejohnson-azure enabled auto-merge (squash) April 10, 2026 21:58
@zanejohnson-azure zanejohnson-azure merged commit 820aad6 into ci_prod Apr 10, 2026
19 checks passed
zanejohnson-azure added a commit to Azure/prometheus-collector that referenced this pull request Apr 11, 2026
[comment]: # (Note that your PR title should follow the conventional
commit format: https://conventionalcommits.org/en/v1.0.0/#summary)
# PR Description

see microsoft/Docker-Provider#1641

[comment]: # (The below checklist is for PRs adding new features. If a
box is not checked, add a reason why it's not needed.)
# New Feature Checklist

- [ ] List telemetry added about the feature.
- [ ] Link to the one-pager about the feature.
- [ ] List any tasks necessary for release (3P docs, AKS RP chart
changes, etc.) after merging the PR.
- [ ] Attach results of scale and perf testing.

[comment]: # (The below checklist is for code changes. Not all boxes
necessarily need to be checked. Build, doc, and template changes do not
need to fill out the checklist.)
# Tests Checklist

- [ ] Have end-to-end Ginkgo tests been run on your cluster and passed?
To bootstrap your cluster to run the tests, follow [these
instructions](/otelcollector/test/README.md#bootstrap-a-dev-cluster-to-run-ginkgo-tests).
  - Labels used when running the tests on your cluster:
    - [ ] `operator`
    - [ ] `windows`
    - [ ] `arm64`
    - [ ] `arc-extension`
    - [ ] `fips`
- [ ] Have new tests been added? For features, have tests been added for
this feature? For fixes, is there a test that could have caught this
issue and could validate that the fix works?
  - [ ] Is a new scrape job needed?
- [ ] The scrape job was added to the folder
[test-cluster-yamls](/otelcollector/test/test-cluster-yamls/) in the
correct configmap or as a CR.
  - [ ] Was a new test label added?
- [ ] A string constant for the label was added to
[constants.go](/otelcollector/test/utils/constants.go).
- [ ] The label and description was added to the [test
README](/otelcollector/test/README.md).
- [ ] The label was added to this [PR
checklist](/.github/pull_request_template).
- [ ] The label was added as needed to
[testkube-test-crs.yaml](/otelcollector/test/testkube/testkube-test-crs.yaml).
  - [ ] Are additional API server permissions needed for the new tests?
- [ ] These permissions have been added to
[api-server-permissions.yaml](/otelcollector/test/testkube/api-server-permissions.yaml).
  - [ ] Was a new test suite (a new folder under `/tests`) added?
- [ ] The new test suite is included in
[testkube-test-crs.yaml](/otelcollector/test/testkube/testkube-test-crs.yaml).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants