Chapter 6. Upgrade Quay Bridge Operator
To upgrade the Quay Bridge Operator (QBO), change the Channel Subscription update channel in the Subscription tab to the desired channel.
When upgrading QBO from version 3.5 to 3.7, a number of extra steps are required:
You need to create a new
QuayIntegration
custom resource. This can be completed in the Web Console or from the command line.upgrade-quay-integration.yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- Make sure that the
clusterID
matches the value for the existingQuayIntegration
resource.
Create the new
QuayIntegration
custom resource:oc create -f upgrade-quay-integration.yaml
$ oc create -f upgrade-quay-integration.yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Delete the old
QuayIntegration
custom resource. Delete the old
mutatingwebhookconfigurations
:oc delete mutatingwebhookconfigurations.admissionregistration.k8s.io quay-bridge-operator
$ oc delete mutatingwebhookconfigurations.admissionregistration.k8s.io quay-bridge-operator
Copy to Clipboard Copied! Toggle word wrap Toggle overflow