-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Generate bundle ignore RelatedImages from config/manifests/bases #6590
Comments
Hi @rollandf, does this issues exist with a recent version of operator-sdk? v1.19.1 is well over a year and a half old, just trying to gauge if this issue still exists. Thanks. |
Hi, yes it still exists in latest version. Example of base yaml: |
Thanks for confirming...As a workaround, operator-sdk can build the related images section in the csv with the following:
This pins the images to the proper sha value and also builds the related images section. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Bug Report
What did you do?
generate bundle using kustomize with RelatedImages in config/manifests/bases/my.clusterserviceversion.yaml
What did you expect to see?
The generated CSV should include the provided
RelatedImages
What did you see instead? Under which circumstances?
The generated CSV does not include the provided
RelatedImages
used to worked until v1.19.0
Environment
Operator type:
/language go
Kubernetes cluster type:
vanilla
$ operator-sdk version
v1.19.1
(worked with v1.19.0)
$ go version
(if language is Go)$ kubectl version
Possible Solution
Merge the provided RelatedImages with the auto detected.
Suspected PR that introduced the change: #5656
Additional context
The text was updated successfully, but these errors were encountered: