|
1 | | -# vp-template |
| 1 | +# quay-registry |
2 | 2 |
|
3 | | - |
| 3 | +<!-- markdownlint-disable MD013 --> |
4 | 4 |
|
5 | | -A Helm chart to serve as the Validated Patterns Template |
| 5 | +   |
| 6 | + |
| 7 | +<!-- markdownlint-enable MD013 --> |
| 8 | + |
| 9 | +<!-- markdownlint-disable MD013 --> |
| 10 | + |
| 11 | +Red Hat Quay Registry Resources |
| 12 | + |
| 13 | +<!-- markdownlint-enable MD013 --> |
6 | 14 |
|
7 | 15 | This chart is used to serve as the template for Validated Patterns Charts |
8 | 16 |
|
9 | 17 | ## Notable changes |
10 | 18 |
|
| 19 | +**Homepage:** <https://github.com/validatedpatterns/quay-chart> |
| 20 | + |
| 21 | +## Maintainers |
| 22 | + |
| 23 | +| Name | Email | Url | |
| 24 | +| ---------------------------------- | ---------------------------- | --- | |
| 25 | +| Zero Trust Validated Patterns Team | <ztvp-arch-group@redhat.com> | | |
| 26 | + |
| 27 | +<!-- markdownlint-disable MD013 MD034 MD060 --> |
| 28 | + |
| 29 | +## Values |
| 30 | + |
| 31 | +| Key | Type | Default | Description | |
| 32 | +| -------------------------------------------- | ------ | ---------------------------------------------- | ----------- | |
| 33 | +| job.image | string | `"registry.redhat.io/openshift4/ose-cli:4.15"` | | |
| 34 | +| job.resources.limits.cpu | string | `"500m"` | | |
| 35 | +| job.resources.limits.memory | string | `"256Mi"` | | |
| 36 | +| job.resources.requests.cpu | string | `"50m"` | | |
| 37 | +| job.resources.requests.memory | string | `"128Mi"` | | |
| 38 | +| objectStorage.objectBucketClaim.bucketName | string | `"quay-datastore"` | | |
| 39 | +| objectStorage.objectBucketClaim.name | string | `"quay-bucket"` | | |
| 40 | +| objectStorage.objectBucketClaim.storageClass | string | `"openshift-storage.noobaa.io"` | | |
| 41 | +| quay.configBundleSecret.deploy | bool | `true` | | |
| 42 | +| quay.configBundleSecret.name | string | `"quay-init-config-bundle-secret"` | | |
| 43 | +| quay.namespace | string | `"quay-enterprise"` | | |
| 44 | +| quay.setup.admin.email | string | `"quayadmin@example.com"` | | |
| 45 | +| quay.setup.admin.name | string | `"quayadmin"` | | |
| 46 | +| quay.setup.user.email | string | `"developer1@myorg.com"` | | |
| 47 | +| quay.setup.user.name | string | `"developer1"` | | |
| 48 | +| quay.storage.clairpostgres.size | string | `"50Gi"` | | |
| 49 | +| quay.storage.postgres.size | string | `"50Gi"` | | |
| 50 | +| quay_config.org.email | string | `"devel@myorg.com"` | | |
| 51 | +| quay_config.org.name | string | `"devel"` | | |
| 52 | +| quay_config.repo | string | `"example"` | | |
| 53 | + |
| 54 | +<!-- markdownlint-enable MD013 MD034 MD060 --> |
| 55 | + |
11 | 56 | --- |
12 | 57 |
|
13 | 58 | Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments