-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59e6751
commit 33afecc
Showing
6 changed files
with
122 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Changes | ||
|
||
### Bug Fixes | ||
|
||
* chart: don't break when gitOwners is provided (Vincent Behar) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# cd-indicators | ||
|
||
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) | ||
|
||
Continuous Delivery Indicators for Jenkins X | ||
|
||
**Homepage:** <https://github.com/jenkins-x/cd-indicators> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/jenkins-x/cd-indicators> | ||
|
||
## Requirements | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://charts.bitnami.com/bitnami | postgresql | 10.3.13 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.gitOwners | list | `[]` | | | ||
| config.logLevel | string | `"INFO"` | | | ||
| config.postgres.extraParams | object | `{}` | | | ||
| config.postgres.logLevel | string | `"WARN"` | | | ||
| config.resyncInterval | string | `"1h"` | | | ||
| deployment.annotations | object | `{}` | | | ||
| deployment.labels | object | `{}` | | | ||
| deployment.replicas | int | `1` | | | ||
| deployment.revisionHistoryLimit | int | `2` | | | ||
| fullnameOverride | string | `nil` | | | ||
| grafana.dashboards.label | string | `"jenkins-x.io/grafana-dashboard"` | | | ||
| grafana.dashboards.value | string | `"1"` | | | ||
| grafana.datasources.label | string | `"jenkins-x.io/grafana-datasource"` | | | ||
| grafana.datasources.postgres.settings.connMaxLifetime | int | `14400` | | | ||
| grafana.datasources.postgres.settings.maxIdleConns | int | `2` | | | ||
| grafana.datasources.postgres.settings.maxOpenConns | int | `10` | | | ||
| grafana.datasources.postgres.settings.postgresVersion | int | `1200` | | | ||
| grafana.datasources.postgres.settings.sslmode | string | `"disable"` | | | ||
| grafana.datasources.value | string | `"1"` | | | ||
| image.pullPolicy | string | `nil` | | | ||
| image.repository | string | `"gcr.io/jenkinsxio/cd-indicators"` | | | ||
| image.tag | string | `nil` | | | ||
| jx.releaseCRD | bool | `true` | | | ||
| nameOverride | string | `nil` | | | ||
| pod.activeDeadlineSeconds | string | `nil` | | | ||
| pod.affinity | object | `{}` | | | ||
| pod.annotations | object | `{}` | | | ||
| pod.enableServiceLinks | bool | `false` | | | ||
| pod.env | object | `{}` | | | ||
| pod.hostAliases | list | `[]` | | | ||
| pod.labels | object | `{}` | | | ||
| pod.nodeSelector | object | `{}` | | | ||
| pod.resources.limits.cpu | string | `"1"` | | | ||
| pod.resources.limits.memory | string | `"512M"` | | | ||
| pod.resources.requests.cpu | string | `"0.2"` | | | ||
| pod.resources.requests.memory | string | `"256M"` | | | ||
| pod.schedulerName | string | `nil` | | | ||
| pod.securityContext.fsGroup | int | `1000` | | | ||
| pod.terminationGracePeriodSeconds | string | `nil` | | | ||
| pod.tolerations | list | `[]` | | | ||
| postgresql.postgresqlDatabase | string | `"indicators"` | | | ||
| postgresql.postgresqlHost | string | `nil` | | | ||
| postgresql.postgresqlPassword | string | `"password"` | | | ||
| postgresql.postgresqlPort | int | `5432` | | | ||
| postgresql.postgresqlUsername | string | `"postgres"` | | | ||
| postgresql.useInternalInstance | bool | `true` | | | ||
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | | | ||
| role.rules[0].resources[0] | string | `"pipelineactivities"` | | | ||
| role.rules[0].resources[1] | string | `"releases"` | | | ||
| role.rules[0].verbs[0] | string | `"list"` | | | ||
| role.rules[0].verbs[1] | string | `"watch"` | | | ||
| role.rules[0].verbs[2] | string | `"get"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | | | ||
| secrets.postgres.password.secretKeyRef.key | string | `"postgresql-password"` | | | ||
| secrets.postgres.password.secretKeyRef.name | string | `nil` | | | ||
| service.annotations | object | `{}` | | | ||
| service.labels | object | `{}` | | | ||
| service.loadBalancerIP | string | `nil` | | | ||
| service.port | int | `80` | | | ||
| service.type | string | `nil` | | | ||
| serviceAccount.annotations | object | `{}` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{{- if and (.Capabilities.APIVersions.Has "jenkins.io/v1/Release") (hasKey .Values.jx "releaseCRD") (.Values.jx.releaseCRD)}} | ||
apiVersion: jenkins.io/v1 | ||
kind: Release | ||
metadata: | ||
creationTimestamp: "2021-07-21T08:49:38Z" | ||
deletionTimestamp: null | ||
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' | ||
spec: | ||
commits: | ||
- author: | ||
email: [email protected] | ||
name: Vincent Behar | ||
branch: master | ||
committer: | ||
email: [email protected] | ||
name: Vincent Behar | ||
message: | | ||
fix(chart): don't break when gitOwners is provided | ||
sha: 202311749ff5127c192e6bb4cde5e32eb4f78a17 | ||
gitHttpUrl: https://github.com/jenkins-x/cd-indicators | ||
gitOwner: jenkins-x | ||
gitRepository: cd-indicators | ||
name: '{{ .Chart.Name }}' | ||
version: 0.0.13 | ||
status: {} | ||
|
||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters