operator-lifecycle-manager icon indicating copy to clipboard operation
operator-lifecycle-manager copied to clipboard

OLM - running in a restricted environment.

Open rridtraining opened this issue 1 year ago • 1 comments

I'm trying to run OLM in a restricted kubernetes environment. I was able to deploy OLM successfully, but when I try to subscribe to an operator, the manifest always takes a docker image like quay.io/image:tag instead of my-local-repository/image:tag. I've seen that all manifests are in the /configs of the catalog docker image (quay.io/operatorhubio/catalog:latest), so I'm trying to rebuild the docker image but it doesn't take into account the changes I've applied. Is there a configuration I can add to overwrite the docker repositories in the manifest in OLM catalog (quay.io/operatorhubio/catalog:latest)?

  • To subscribe apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: my-argocd-operator namespace: operators spec: channel: alpha name: argocd-operator source: operatorhubio-catalog sourceNamespace: olm

rridtraining avatar Jun 25 '24 18:06 rridtraining

Issues go stale after 90 days of inactivity. If there is no further activity, the issue will be closed in another 30 days.

github-actions[bot] avatar May 28 '25 01:05 github-actions[bot]