Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mirrorbits) correct container image name tag and digest usages #630

Merged

Conversation

dduportal
Copy link
Contributor

The PR jenkins-infra/kubernetes-management#4286 shows that the version 0.61.0 of the mirrorbits chart is setting up incorrect container image and tag names:

       containers:
          - name: rsyncd
-           image: "jenkinsciinfra/rsyncd@sha256:bc5b180219c491e514234ad1c7274f53cf8161c4be90be86dae9231f843e8417"
+           image: "jenkinsciinfra/rsyncd@sha256:latest@sha256:ab76cbaa200f914d69cce68ee771e40aced3627740796e9e31845d7c883f0a67"
            imagePullPolicy: IfNotPresent
            ports:

#611 was not enough so let's fix the mirrorbits chart

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
@dduportal dduportal added bug Something isn't working mirrorbits labels Aug 28, 2023
@dduportal dduportal merged commit a7557c5 into jenkins-infra:main Aug 28, 2023
2 checks passed
@dduportal dduportal deleted the fix/mirrorbits/image-digests branch August 28, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mirrorbits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant