You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bundle manifest doesn't take the IMAGE and VERSION variable into account. Its value is statically set to containerImage: quay.io/redhat-developer/gitops-backend-operator:v0.0.3 in config/manifests/bases/gitops-operator.clusterserviceversion.yaml and bundle/manifests/gitops-operator.clusterserviceversion.yaml. The catalog will show that in the Openshift UI.
To Reproduce
Steps to reproduce the behavior:
Follow build instructions with a custom repository in IMAGE
Expected behavior
The catalog resource shows my custom repository as container image
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
yohancourbe
changed the title
The bundle manifest doesn't take the IMAGE and VERSION variable into account.
The bundle build doesn't take the IMAGE and VERSION variable into account.
Feb 1, 2023
Describe the bug
The bundle manifest doesn't take the
IMAGE
andVERSION
variable into account. Its value is statically set tocontainerImage: quay.io/redhat-developer/gitops-backend-operator:v0.0.3
inconfig/manifests/bases/gitops-operator.clusterserviceversion.yaml
andbundle/manifests/gitops-operator.clusterserviceversion.yaml
. The catalog will show that in the Openshift UI.To Reproduce
Steps to reproduce the behavior:
IMAGE
Expected behavior
The catalog resource shows my custom repository as container image
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: