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

[BUG] relatedImages are incomplete in the published bundle. #282

Closed
1 task done
libesz opened this issue Aug 14, 2024 · 3 comments
Closed
1 task done

[BUG] relatedImages are incomplete in the published bundle. #282

libesz opened this issue Aug 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@libesz
Copy link

libesz commented Aug 14, 2024

Is this the right place to submit this?

  • This is not a question about how to use the sail-operator

Bug Description

After closing #216 and #243, it is expected to have a complete set of relatedImages in the published operator catalog bundle, which may be ever installed by the operator. In the 14th Aug nightly build, the only new image (compared to earlier bundles) is ztunnel, while pilot, proxyv2 and cni appears to be missing. The incomplete relatedImages section breaks any image mirroring effort based on opm or other catalog index based tooling.
The complete relatedImages section of the current nightly build is:

    "relatedImages": [
        {
            "name": "v1_22_3.ztunnel",
            "image": "docker.io/istio/ztunnel:1.22.3"
        },
        {
            "name": "",
            "image": "gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0"
        },
        {
            "name": "",
            "image": "quay.io/community-operator-pipeline-prod/sailoperator@sha256:4b84e4c19956e198e9d10c3f2314ebdfca3cccd0e3efe36291ea7d98cdfd6017"
        },
        {
            "name": "",
            "image": "quay.io/maistra-dev/sail-operator:0.1-nightly-2024-08-14"
        }
    ]

Operator Version

sailoperator.v0.1.0-nightly-2024-08-14

Link to Gist with Logs

No response

Additional Information

No response

@libesz libesz added the bug Something isn't working label Aug 14, 2024
@dgn dgn self-assigned this Aug 15, 2024
@dgn
Copy link
Collaborator

dgn commented Aug 15, 2024

it's really strange- I can't reproduce this on my machine. whenever I run the target, all the relatedImages are filled in correctly

@dgn
Copy link
Collaborator

dgn commented Aug 16, 2024

we most likely found the issue... outdated version of yq in build container which has a bug we're affected by. updating the build container now

@dgn
Copy link
Collaborator

dgn commented Aug 22, 2024

the latest nightly builds and the 0.1.0-rc1 CSV have the correct relatedImages, closing this

@dgn dgn closed this as completed Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants