-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add relatedImages to ClusterServiceVersion #243
Add relatedImages to ClusterServiceVersion #243
Conversation
Signed-off-by: bmangoen <bmangoen@redhat.com>
Signed-off-by: bmangoen <bmangoen@redhat.com>
0b49b7d
to
11f97ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to run the script in our fork and it adds olm.relatedImage fields to already existing images fields which is not correct. I'm not sure what is the best solution but we need to make sure this change will not break downstream builds
maybe we can add an env var to control whether the related images are added? then we can disable it in the fork |
Signed-off-by: bmangoen <bmangoen@redhat.com>
The annotations should stay - but it looks to me like they will? Update: ah nevermind, yeah in product we have our own annotations in the values so it's all good. |
Added openshift-service-mesh#112 to disable this in our fork. |
* Add relatedImages to ClusterServiceVersion Signed-off-by: bmangoen <bmangoen@redhat.com> * Change patch-csv order for avoiding reformatting Signed-off-by: bmangoen <bmangoen@redhat.com> * Add possibility to not generate relatedImages Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
* upstream/main: Ensure `make gen-check` works when go mod cache is empty (istio-ecosystem#270) Introduce RemoteIstio (istio-ecosystem#202) api_transformer: use `go env` to detect mod cache dir (istio-ecosystem#269) Add field values.experimental to API (istio-ecosystem#264) Fix errors in tables for api reference documentation (istio-ecosystem#263) Generate CNIGlobalConfig from GlobalConfig automatically (istio-ecosystem#260) Fix errors in api reference doc (istio-ecosystem#262) Rename `addTags` to `addComments` in API transformer (istio-ecosystem#259) Add relatedImages to ClusterServiceVersion (istio-ecosystem#243) Generate API from versions defined in go.mod (istio-ecosystem#258) Fix issues identified during API review (istio-ecosystem#254) # Conflicts: # bundle/manifests/sailoperator.clusterserviceversion.yaml
* Add relatedImages to ClusterServiceVersion Signed-off-by: bmangoen <bmangoen@redhat.com> * Change patch-csv order for avoiding reformatting Signed-off-by: bmangoen <bmangoen@redhat.com> * Add possibility to not generate relatedImages Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
* upstream/main: Add `RemoteIstio` to API concepts in docs (istio-ecosystem#272) Ensure `make gen-check` works when go mod cache is empty (istio-ecosystem#270) Introduce RemoteIstio (istio-ecosystem#202) api_transformer: use `go env` to detect mod cache dir (istio-ecosystem#269) Add field values.experimental to API (istio-ecosystem#264) Fix errors in tables for api reference documentation (istio-ecosystem#263) Generate CNIGlobalConfig from GlobalConfig automatically (istio-ecosystem#260) Fix errors in api reference doc (istio-ecosystem#262) Rename `addTags` to `addComments` in API transformer (istio-ecosystem#259) Add relatedImages to ClusterServiceVersion (istio-ecosystem#243) Generate API from versions defined in go.mod (istio-ecosystem#258) Fix issues identified during API review (istio-ecosystem#254) # Conflicts: # bundle/manifests/sailoperator.clusterserviceversion.yaml
We want to add
relatedImages
to the Sail OperatorClusterServiceVersion
( cf. #216 )