22
33<!-- markdownlint-disable MD013 -->
44
5- ![ Version: 0.1.1 ] ( https://img.shields.io/badge/Version-0.1.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.9] ( https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square )
5+ ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.9] ( https://img.shields.io/badge/AppVersion-3.9-informational?style=flat-square )
66
77<!-- markdownlint-enable MD013 -->
88
@@ -28,28 +28,28 @@ This chart is used to serve as the template for Validated Patterns Charts
2828
2929## Values
3030
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" ` | |
31+ | Key | Type | Default | Description |
32+ | -------------------------------------------- | ------ | ----------------------------------------------------- | ----------- |
33+ | job.image | string | ` "registry.redhat.io/openshift4/ose-cli-rhel9:v4.20 " ` | |
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" ` | |
5353
5454<!-- markdownlint-enable MD013 MD034 MD060 -->
5555
0 commit comments