-
Bug
-
Resolution: Won't Do
-
Critical
-
quay-v3.3.0
-
None
-
Quay Enterprise
Description of problem:
Bridge Operator failed to sync OCP imagestream with Quay image repo
Version-Release number of selected component (if applicable):
quay.io/quay/quay-openshift-bridge-rhel8-operator:v1.0.0-4
quay.io/quay/quay-openshift-bridge-rhel8-operator-catalog:v1.0.0-4
quay.io/quay/quay:v3.3.0-3
How reproducible:
Always
Steps to Reproduce:
1.Setup OCP and Quay
2.Install bridge operator
3.Create QuayIntegration CR
apiVersion: redhatcop.redhat.io/v1alpha1 kind: QuayIntegration metadata: name: example-quayintegration spec: clusterID: openshift credentialsSecretName: quay-bridge/quay-integration quayHostname: https://quay-test33-quay-quay-app.apps.dyan-az0426.qe.azure.devcluster.openshift.com insecureRegistry: true
4.Create projects and imagestream on OCP
5.Check Quay UI
6.Delete imagestream
Actual results:
image repo is not deleted, still exists in Quay
Expected results:
Image repo should be deleted in Quay
Additional info: