Skip to main content

Change the Harbor version

You can update the Harbor version within your space.

Permissions

info

This action requires the following IAM (Identity and Access Management) permissions:

  • registry.instance.update

The PUT /registry/spaces/{spaceId}/registries/{registryId} request updates the Harbor version.

Example request

{
"version": "2.14"
}

Example response

{
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "my-container-registry",
"status": {
"state": "UPGRADING",
"message": "Registry is being upgraded"
},
"version": "2.14",
"host": "my-container-registry.registry.eu-west-2.numspot.com",
"visibility": "EXTERNAL"
}

View the full specification

Cette page vous a-t-elle été utile ?