Skip to content

Commit

Permalink
quay registry + add doc (#337)
Browse files Browse the repository at this point in the history
#86

Signed-off-by: flbla <flbla@users.noreply.github.com>
  • Loading branch information
flbla authored Jun 6, 2023
1 parent bad07e2 commit 6f918e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetRegistryType(regType string) (regName string, err error) {
"helm": "helm-hub",
"huawei": "huawei-SWR",
"jfrog": "jfrog-artifactory",
"quay": "quay-io",
"quay": "quay",
// for reverse lookup
"ali-acr": "alibaba",
"aws-ecr": "aws",
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "harbor_registry" "main" {
## Argument Reference
The following arguments are supported:

* **provider_name** - (Required) The name of the provider type. Supported values include `alibaba`, `artifact-hub`, `aws`, `azure`, `docker-hub`, `docker-registry`, `gitlab`, `github`, `google`, `harbor`, `helm`, `huawei`, `jfrog`
* **provider_name** - (Required) The name of the provider type. Supported values include `alibaba`, `artifact-hub`, `aws`, `azure`, `docker-hub`, `docker-registry`, `gitlab`, `github`, `google`, `harbor`, `helm`, `huawei`, `jfrog`, `quay`

* **name** - (Required) The name of the register.

Expand Down

0 comments on commit 6f918e8

Please sign in to comment.