https://github.com/validatedpatterns/quay-chart
Chart to install Quay
https://github.com/validatedpatterns/quay-chart
Last synced: about 2 months ago
JSON representation
Chart to install Quay
- Host: GitHub
- URL: https://github.com/validatedpatterns/quay-chart
- Owner: validatedpatterns
- License: apache-2.0
- Created: 2026-02-06T15:32:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T12:44:38.000Z (about 2 months ago)
- Last Synced: 2026-04-01T14:48:19.163Z (about 2 months ago)
- Language: Makefile
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quay
  
Red Hat Quay Registry Resources
This chart is used to serve as the template for Validated Patterns Charts
## Notable changes
**Homepage:**
## Maintainers
| Name | Email | Url |
| ---------------------------------- | ---------------------------- | --- |
| Zero Trust Validated Patterns Team | | |
## Values
| Key | Type | Default | Description |
| -------------------------------------------- | ------ | ------------------------------------------------------------------ | ----------- |
| job.image | string | `"image-registry.openshift-image-registry.svc:5000/openshift/cli"` | |
| job.resources.limits.cpu | string | `"500m"` | |
| job.resources.limits.memory | string | `"256Mi"` | |
| job.resources.requests.cpu | string | `"50m"` | |
| job.resources.requests.memory | string | `"128Mi"` | |
| objectStorage.objectBucketClaim.bucketName | string | `"quay-datastore"` | |
| objectStorage.objectBucketClaim.name | string | `"quay-bucket"` | |
| objectStorage.objectBucketClaim.storageClass | string | `"openshift-storage.noobaa.io"` | |
| quay.configBundleSecret.deploy | bool | `true` | |
| quay.configBundleSecret.name | string | `"quay-init-config-bundle-secret"` | |
| quay.namespace | string | `"quay-enterprise"` | |
| quay.setup.admin.email | string | `"quayadmin@example.com"` | |
| quay.setup.admin.name | string | `"quayadmin"` | |
| quay.setup.user.email | string | `"developer1@myorg.com"` | |
| quay.setup.user.name | string | `"developer1"` | |
| quay.storage.clairpostgres.size | string | `"50Gi"` | |
| quay.storage.postgres.size | string | `"50Gi"` | |
| quay_config.org.email | string | `"devel@myorg.com"` | |
| quay_config.org.name | string | `"devel"` | |
| quay_config.repo | string | `"example"` | |
---
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)