From 2e8f3c287cee7d7b740de7a8c5105c9b34a6cd6d Mon Sep 17 00:00:00 2001 From: Melvin Zottola Date: Wed, 13 Sep 2023 15:15:51 +0200 Subject: [PATCH] feat: Add public gitlab & github crs --- src/schemas/ContainerRegistryRequest.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/schemas/ContainerRegistryRequest.yaml b/src/schemas/ContainerRegistryRequest.yaml index 233cbb28..42fa75fe 100644 --- a/src/schemas/ContainerRegistryRequest.yaml +++ b/src/schemas/ContainerRegistryRequest.yaml @@ -52,8 +52,8 @@ properties: * `ECR` needs in the config: region, access_key_id, secret_access_key * `SCALEWAY_CR` needs in the config: region, scaleway_access_key, scaleway_secret_key * `DOCKER_HUB` needs in the config (optional): username, password - * `GITHUB_CR` needs in the config: username, password - * `GITLAB_CR` needs in the config: username, password + * `GITHUB_CR` needs in the config (optional): username, password + * `GITLAB_CR` needs in the config (optional): username, password * `PUBLIC_ECR` doesn't need credentials info - * `GENERIC_CR` needs in the config: username, password + * `GENERIC_CR` needs in the config (optional): username, password * `DOCR` is not supported anymore