Skip to content

Commit b012ebf

Browse files
chore: release 0.1.3
1 parent 8eeacd2 commit b012ebf

File tree

5 files changed

+97
-13
lines changed

5 files changed

+97
-13
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changes in version 0.1.3
2+
3+
### Chores
4+
5+
* update OWNERS and create OWNERS_ALIASES (Mårten Svantesson)
6+
* various upgrades (Mårten Svantesson)

charts/lighthouse-telemetry-plugin/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: lighthouse-telemetry-plugin
33
description: Lighthouse plugin to export telemetry data, including distributed traces
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/lighthouse-telemetry-plugin
6-
version: 0.0.1
7-
appVersion: latest
6+
version: 0.1.3
7+
appVersion: 0.1.3
88
sources:
9-
- https://github.com/jenkins-x/lighthouse-telemetry-plugin
9+
- https://github.com/jenkins-x/lighthouse-telemetry-plugin
10+
- https://github.com/jenkins-x/lighthouse-telemetry-plugin.git
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# lighthouse-telemetry-plugin
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+
Lighthouse plugin to export telemetry data, including distributed traces
6+
7+
**Homepage:** <https://github.com/jenkins-x/lighthouse-telemetry-plugin>
8+
9+
## Source Code
10+
11+
* <https://github.com/jenkins-x/lighthouse-telemetry-plugin>
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| config.childPullRequestDelay | string | `"10m"` | |
18+
| config.logLevel | string | `"INFO"` | |
19+
| config.resyncInterval | string | `"1h"` | |
20+
| deployment.annotations | object | `{}` | |
21+
| deployment.labels | object | `{}` | |
22+
| deployment.replicas | int | `1` | |
23+
| deployment.revisionHistoryLimit | int | `2` | |
24+
| fullnameOverride | string | `nil` | |
25+
| image.pullPolicy | string | `nil` | |
26+
| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-telemetry-plugin"` | |
27+
| image.tag | string | `nil` | |
28+
| jx.releaseCRD | bool | `true` | |
29+
| nameOverride | string | `nil` | |
30+
| pod.activeDeadlineSeconds | string | `nil` | |
31+
| pod.affinity | object | `{}` | |
32+
| pod.annotations | object | `{}` | |
33+
| pod.enableServiceLinks | bool | `false` | |
34+
| pod.env | object | `{}` | |
35+
| pod.hostAliases | list | `[]` | |
36+
| pod.labels | object | `{}` | |
37+
| pod.nodeSelector | object | `{}` | |
38+
| pod.resources.limits.cpu | string | `"1"` | |
39+
| pod.resources.limits.memory | string | `"512M"` | |
40+
| pod.resources.requests.cpu | string | `"0.2"` | |
41+
| pod.resources.requests.memory | string | `"256M"` | |
42+
| pod.schedulerName | string | `nil` | |
43+
| pod.securityContext.fsGroup | int | `1000` | |
44+
| pod.terminationGracePeriodSeconds | string | `nil` | |
45+
| pod.tolerations | list | `[]` | |
46+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
47+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
48+
| role.rules[0].verbs[0] | string | `"list"` | |
49+
| role.rules[0].verbs[1] | string | `"watch"` | |
50+
| role.rules[0].verbs[2] | string | `"get"` | |
51+
| role.rules[0].verbs[3] | string | `"patch"` | |
52+
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
53+
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
54+
| role.rules[1].resources[1] | string | `"taskruns"` | |
55+
| role.rules[1].verbs[0] | string | `"list"` | |
56+
| role.rules[1].verbs[1] | string | `"watch"` | |
57+
| role.rules[1].verbs[2] | string | `"get"` | |
58+
| role.rules[1].verbs[3] | string | `"patch"` | |
59+
| role.rules[2].apiGroups[0] | string | `"lighthouse.jenkins.io"` | |
60+
| role.rules[2].resources[0] | string | `"lighthousejobs"` | |
61+
| role.rules[2].verbs[0] | string | `"list"` | |
62+
| role.rules[2].verbs[1] | string | `"watch"` | |
63+
| role.rules[2].verbs[2] | string | `"get"` | |
64+
| role.rules[2].verbs[3] | string | `"patch"` | |
65+
| role.rules[3].apiGroups[0] | string | `""` | |
66+
| role.rules[3].resources[0] | string | `"pods"` | |
67+
| role.rules[3].verbs[0] | string | `"list"` | |
68+
| role.rules[3].verbs[1] | string | `"watch"` | |
69+
| role.rules[3].verbs[2] | string | `"get"` | |
70+
| role.rules[3].verbs[3] | string | `"patch"` | |
71+
| role.rules[4].apiGroups[0] | string | `""` | |
72+
| role.rules[4].resources[0] | string | `"events"` | |
73+
| role.rules[4].verbs[0] | string | `"list"` | |
74+
| role.rules[4].verbs[1] | string | `"watch"` | |
75+
| role.rules[4].verbs[2] | string | `"get"` | |
76+
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | |
77+
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | |
78+
| service.annotations | object | `{}` | |
79+
| service.labels | object | `{}` | |
80+
| service.loadBalancerIP | string | `nil` | |
81+
| service.port | int | `80` | |
82+
| service.type | string | `nil` | |
83+
| serviceAccount.annotations | object | `{}` | |
84+
85+
----------------------------------------------
86+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file not shown.

charts/lighthouse-telemetry-plugin/values.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,31 @@
22

33
fullnameOverride:
44
nameOverride:
5-
65
config:
76
# Resync interval between full re-list operations
87
resyncInterval: 1h
98
# Time to wait for a possible child pull request to be created, when generating gitops traces
109
childPullRequestDelay: 10m
1110
logLevel: INFO
12-
1311
secrets:
1412
lighthouse:
1513
hmac:
1614
secretKeyRef:
1715
name: lighthouse-hmac-token
1816
key: hmac
19-
2017
jx:
2118
# whether to create a Release CRD when installing charts with Release CRDs included
2219
releaseCRD: true
23-
2420
image:
2521
repository: ghcr.io/jenkins-x/lighthouse-telemetry-plugin
2622
# If no tag, fallback to the Chart's AppVersion
27-
tag:
23+
tag: 0.1.3
2824
pullPolicy:
29-
3025
deployment:
3126
replicas: 1
3227
revisionHistoryLimit: 2
3328
labels: {}
3429
annotations: {}
35-
3630
pod:
3731
resources:
3832
requests:
@@ -54,19 +48,16 @@ pod:
5448
securityContext:
5549
fsGroup: 1000
5650
env: {}
57-
5851
service:
5952
port: 80
6053
type:
6154
loadBalancerIP:
6255
labels: {}
6356
annotations: {}
64-
6557
serviceAccount:
6658
# allow additional annotations to be added to the ServiceAccount
6759
# such as for workload identity on clouds
6860
annotations: {}
69-
7061
role:
7162
rules:
7263
- apiGroups: ["jenkins.io"]

0 commit comments

Comments
 (0)