Skip to content

Commit 0e27f42

Browse files
chore: release 0.0.4
1 parent 5a29f8b commit 0e27f42

File tree

6 files changed

+133
-3
lines changed

6 files changed

+133
-3
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+
* publish images (James Strachan)
6+
7+
### Chores
8+
9+
* disable arm 32 bit for now (James Strachan)

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.4
77
appVersion: latest
88
sources:
99
- https://github.com/jenkins-x/cd-indicators

charts/cd-indicators/README.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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.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)
51.5 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-26T16:09:23Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
12+
name: James Strachan
13+
branch: master
14+
committer:
15+
16+
name: James Strachan
17+
message: |
18+
chore: disable arm 32 bit for now
19+
sha: e6146a05c97e31e3e7a053811ef956ee9fa61588
20+
- author:
21+
22+
name: James Strachan
23+
branch: master
24+
committer:
25+
26+
name: James Strachan
27+
message: |
28+
fix: publish images
29+
sha: bd02e8a80dfcfad8fb5291cb25250abb26f27786
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.4
35+
status: {}
36+
37+
{{- end }}

charts/cd-indicators/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ postgresql:
3030
postgresqlPassword: password
3131
existingSecret:
3232
image:
33-
tag: 13.1.0-debian-10-r38
33+
tag: 0.0.4
3434

3535
# this is the label defined in Grafana sidecar dashboards/datasources loader
3636
# used to retrieve all configmaps which contains Grafana dashboards/datasources
@@ -57,7 +57,7 @@ secrets:
5757
image:
5858
repository: gcr.io/jenkinsxio/cd-indicators
5959
# If no tag, fallback to the Chart's AppVersion
60-
tag:
60+
tag: 0.0.4
6161
pullPolicy:
6262

6363
deployment:

0 commit comments

Comments
 (0)