Approving registry configuration update requests

🌐 This document is available in both English and Ukrainian. Use the language toggle in the top right corner to switch between versions.

You can approve registry configuration update requests using the Control Plane admin console — that is, perform a git merge to the repository from the Control Plane interface.

This feature enables you to make and confirm any changes via the admin console. This article shows an example of adding a new registry administrator.
  1. Sign in to the Control Plane admin console.

    update cluster mgmt 01

  2. Open the Registries section and select the registry you wish to edit.

    change key 01

  3. Click the Edit button in the upper-right corner.

    change key 02

  4. Open the Administrators section and add a new registry administrator.

    To learn more about adding Platform and registry administrators, see:

    cp add registry admin 1

    cp add registry admin 2

  5. Click Confirm to save your changes.

    cp add registry admin 3

    As a result, the system generates a registry configuration update request with a New status.

  6. Go back to the Registries section and scroll down to the Update requests section.

    cp submit mr 1

  7. Click the view icon 👁 to open your request.

    The proposed changes are applied to the deploy-templates/values.yaml configuration file upon confirmation.
  8. Compare the changes between the two versions that open in a new window and make sure the data you entered is correct. Click Approve.

    The comparison window provides a convenient way of reviewing the differences between the two versions: the current (left) and the new (right).

    cp submit mr 2

    cp submit mr 3

    As a result, your request gains an Approved status and your changes are applied.

    cp submit mr 4

    You can also reject the registry configuration changes by clicking Reject in the comparison window.

    cp submit mr 5