Jason Kincl

@kincl

Joined on Nov 28, 2022

  • We have an existing way to do this with the cli but I wanted to show how we can also do it with the OpenShift Console Create a HelmRepository Log into the OpenShift console and change to the Developer Perspective Developer Perspective Click Helm on the left navigation bar helm
     Like  Bookmark
  • Get a OLM Catalog Item $ podman run -it --rm --entrypoint /bin/cat \ registry.redhat.io/redhat/redhat-operator-index:v4.12 \ /configs/cluster-logging/catalog.json > catalog.json Delve into the catalog item Get the list of related images the operator claims it uses $ jq 'select(.relatedImages) | .name, .relatedImages' catalog.json "cluster-logging.5.5.18" [ {
     Like  Bookmark