Skip to content

Commit 7466757

Browse files
chore: release 0.0.10
1 parent a5828f1 commit 7466757

File tree

6 files changed

+135
-2
lines changed

6 files changed

+135
-2
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Changes
2+
3+
### Bug Fixes
4+
5+
* always trim the version prefix (Vincent Behar)
6+
7+
### Chores
8+
9+
* add dashboards (Vincent Behar)

charts/cd-indicators/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cd-indicators
33
description: Continuous Delivery Indicators for Jenkins X
44
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
55
home: https://github.com/jenkins-x/cd-indicators
6-
version: 0.0.1
6+
version: 0.0.10
77
appVersion: latest
88
sources:
99
- https://github.com/jenkins-x/cd-indicators

charts/cd-indicators/README.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# cd-indicators
2+
3+
![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)
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.postgres.settings.connMaxLifetime | int | `14400` | |
37+
| grafana.datasources.postgres.settings.maxIdleConns | int | `2` | |
38+
| grafana.datasources.postgres.settings.maxOpenConns | int | `10` | |
39+
| grafana.datasources.postgres.settings.postgresVersion | int | `1200` | |
40+
| grafana.datasources.postgres.settings.sslmode | string | `"disable"` | |
41+
| grafana.datasources.value | string | `"1"` | |
42+
| image.pullPolicy | string | `nil` | |
43+
| image.repository | string | `"gcr.io/jenkinsxio/cd-indicators"` | |
44+
| image.tag | string | `nil` | |
45+
| jx.releaseCRD | bool | `true` | |
46+
| nameOverride | string | `nil` | |
47+
| pod.activeDeadlineSeconds | string | `nil` | |
48+
| pod.affinity | object | `{}` | |
49+
| pod.annotations | object | `{}` | |
50+
| pod.enableServiceLinks | bool | `false` | |
51+
| pod.env | object | `{}` | |
52+
| pod.hostAliases | list | `[]` | |
53+
| pod.labels | object | `{}` | |
54+
| pod.nodeSelector | object | `{}` | |
55+
| pod.resources.limits.cpu | string | `"1"` | |
56+
| pod.resources.limits.memory | string | `"512M"` | |
57+
| pod.resources.requests.cpu | string | `"0.2"` | |
58+
| pod.resources.requests.memory | string | `"256M"` | |
59+
| pod.schedulerName | string | `nil` | |
60+
| pod.securityContext.fsGroup | int | `1000` | |
61+
| pod.terminationGracePeriodSeconds | string | `nil` | |
62+
| pod.tolerations | list | `[]` | |
63+
| postgresql.postgresqlDatabase | string | `"indicators"` | |
64+
| postgresql.postgresqlHost | string | `nil` | |
65+
| postgresql.postgresqlPassword | string | `"password"` | |
66+
| postgresql.postgresqlPort | int | `5432` | |
67+
| postgresql.postgresqlUsername | string | `"postgres"` | |
68+
| postgresql.useInternalInstance | bool | `true` | |
69+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
70+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
71+
| role.rules[0].resources[1] | string | `"releases"` | |
72+
| role.rules[0].verbs[0] | string | `"list"` | |
73+
| role.rules[0].verbs[1] | string | `"watch"` | |
74+
| role.rules[0].verbs[2] | string | `"get"` | |
75+
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | |
76+
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | |
77+
| secrets.postgres.password.secretKeyRef.key | string | `"postgresql-password"` | |
78+
| secrets.postgres.password.secretKeyRef.name | string | `nil` | |
79+
| service.annotations | object | `{}` | |
80+
| service.labels | object | `{}` | |
81+
| service.loadBalancerIP | string | `nil` | |
82+
| service.port | int | `80` | |
83+
| service.type | string | `nil` | |
84+
| serviceAccount.annotations | object | `{}` | |
85+
86+
----------------------------------------------
87+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
61.7 KB
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{{- if and (.Capabilities.APIVersions.Has "jenkins.io/v1/Release") (hasKey .Values.jx "releaseCRD") (.Values.jx.releaseCRD)}}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-03-30T14:23:25Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
12+
name: Vincent Behar
13+
branch: master
14+
committer:
15+
16+
name: Vincent Behar
17+
message: |
18+
chore: add dashboards
19+
sha: 38423761b9f2a4750fd617a0c864f389e3ce0988
20+
- author:
21+
22+
name: Vincent Behar
23+
branch: master
24+
committer:
25+
26+
name: Vincent Behar
27+
message: |
28+
fix: always trim the version prefix
29+
sha: b8f585b6cbd368e9edd488f0e0ef41932c39860f
30+
gitHttpUrl: https://github.com/jenkins-x/cd-indicators
31+
gitOwner: jenkins-x
32+
gitRepository: cd-indicators
33+
name: '{{ .Chart.Name }}'
34+
version: 0.0.10
35+
status: {}
36+
37+
{{- end }}

charts/cd-indicators/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ secrets:
6363
image:
6464
repository: gcr.io/jenkinsxio/cd-indicators
6565
# If no tag, fallback to the Chart's AppVersion
66-
tag:
66+
tag: 0.0.10
6767
pullPolicy:
6868

6969
deployment:

0 commit comments

Comments
 (0)