|
| 1 | +# cd-indicators |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +Continuous Delivery Indicators for Jenkins X |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/jenkins-x/cd-indicators> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/jenkins-x/cd-indicators> |
| 12 | + |
| 13 | +## Requirements |
| 14 | + |
| 15 | +| Repository | Name | Version | |
| 16 | +|------------|------|---------| |
| 17 | +| https://charts.bitnami.com/bitnami | postgresql | 10.3.13 | |
| 18 | + |
| 19 | +## Values |
| 20 | + |
| 21 | +| Key | Type | Default | Description | |
| 22 | +|-----|------|---------|-------------| |
| 23 | +| config.gitOwners | list | `[]` | | |
| 24 | +| config.logLevel | string | `"INFO"` | | |
| 25 | +| config.postgres.extraParams | object | `{}` | | |
| 26 | +| config.postgres.logLevel | string | `"WARN"` | | |
| 27 | +| config.resyncInterval | string | `"1h"` | | |
| 28 | +| deployment.annotations | object | `{}` | | |
| 29 | +| deployment.labels | object | `{}` | | |
| 30 | +| deployment.replicas | int | `1` | | |
| 31 | +| deployment.revisionHistoryLimit | int | `2` | | |
| 32 | +| fullnameOverride | string | `nil` | | |
| 33 | +| grafana.dashboards.label | string | `"jenkins-x.io/grafana-dashboard"` | | |
| 34 | +| grafana.dashboards.value | string | `"1"` | | |
| 35 | +| grafana.datasources.label | string | `"jenkins-x.io/grafana-datasource"` | | |
| 36 | +| grafana.datasources.value | string | `"1"` | | |
| 37 | +| image.pullPolicy | string | `nil` | | |
| 38 | +| image.repository | string | `"gcr.io/jenkinsxio/cd-indicators"` | | |
| 39 | +| image.tag | string | `nil` | | |
| 40 | +| jx.releaseCRD | bool | `true` | | |
| 41 | +| nameOverride | string | `nil` | | |
| 42 | +| pod.activeDeadlineSeconds | string | `nil` | | |
| 43 | +| pod.affinity | object | `{}` | | |
| 44 | +| pod.annotations | object | `{}` | | |
| 45 | +| pod.enableServiceLinks | bool | `false` | | |
| 46 | +| pod.env | object | `{}` | | |
| 47 | +| pod.hostAliases | list | `[]` | | |
| 48 | +| pod.labels | object | `{}` | | |
| 49 | +| pod.nodeSelector | object | `{}` | | |
| 50 | +| pod.resources.limits.cpu | string | `"1"` | | |
| 51 | +| pod.resources.limits.memory | string | `"512M"` | | |
| 52 | +| pod.resources.requests.cpu | string | `"0.2"` | | |
| 53 | +| pod.resources.requests.memory | string | `"256M"` | | |
| 54 | +| pod.schedulerName | string | `nil` | | |
| 55 | +| pod.securityContext.fsGroup | int | `1000` | | |
| 56 | +| pod.terminationGracePeriodSeconds | string | `nil` | | |
| 57 | +| pod.tolerations | list | `[]` | | |
| 58 | +| postgresql.existingSecret | string | `nil` | | |
| 59 | +| postgresql.image.tag | string | `"13.1.0-debian-10-r38"` | | |
| 60 | +| postgresql.postgresqlDatabase | string | `"indicators"` | | |
| 61 | +| postgresql.postgresqlHost | string | `nil` | | |
| 62 | +| postgresql.postgresqlPassword | string | `"password"` | | |
| 63 | +| postgresql.postgresqlPort | int | `5432` | | |
| 64 | +| postgresql.postgresqlUsername | string | `"postgres"` | | |
| 65 | +| postgresql.useInternalInstance | bool | `true` | | |
| 66 | +| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | | |
| 67 | +| role.rules[0].resources[0] | string | `"pipelineactivities"` | | |
| 68 | +| role.rules[0].resources[1] | string | `"releases"` | | |
| 69 | +| role.rules[0].verbs[0] | string | `"list"` | | |
| 70 | +| role.rules[0].verbs[1] | string | `"watch"` | | |
| 71 | +| role.rules[0].verbs[2] | string | `"get"` | | |
| 72 | +| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | | |
| 73 | +| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | | |
| 74 | +| secrets.postgres.password.secretKeyRef.key | string | `"postgresql-password"` | | |
| 75 | +| secrets.postgres.password.secretKeyRef.name | string | `nil` | | |
| 76 | +| service.annotations | object | `{}` | | |
| 77 | +| service.labels | object | `{}` | | |
| 78 | +| service.loadBalancerIP | string | `nil` | | |
| 79 | +| service.port | int | `80` | | |
| 80 | +| service.type | string | `nil` | | |
| 81 | +| serviceAccount.annotations | object | `{}` | | |
| 82 | + |
| 83 | +---------------------------------------------- |
| 84 | +Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
0 commit comments