Skip to content

Commit 7e41106

Browse files
chore: release 0.1.8
1 parent cafbb8f commit 7e41106

File tree

5 files changed

+100
-23
lines changed

5 files changed

+100
-23
lines changed

Diff for: changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Changes in version 0.1.8
2+
3+
### Chores
4+
5+
* update OWNERS (Mårten Svantesson)
6+
* various upgrades (Mårten Svantesson)

Diff for: charts/lighthouse-webui-plugin/Chart.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: lighthouse-webui-plugin
33
description: Web UI for Lighthouse, to visualize events, jobs, and merge status/history.
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-plugins/lighthouse-webui-plugin
6-
version: 0.0.1
7-
appVersion: latest
6+
version: 0.1.8
7+
appVersion: 0.1.8
88
sources:
9-
- https://github.com/jenkins-x-plugins/lighthouse-webui-plugin
9+
- https://github.com/jenkins-x-plugins/lighthouse-webui-plugin
10+
- https://github.com/jenkins-x-plugins/lighthouse-webui-plugin.git

Diff for: charts/lighthouse-webui-plugin/README.md

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# lighthouse-webui-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+
Web UI for Lighthouse, to visualize events, jobs, and merge status/history.
6+
7+
**Homepage:** <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin>
8+
9+
## Source Code
10+
11+
* <https://github.com/jenkins-x-plugins/lighthouse-webui-plugin>
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| config.eventTraceURLTemplate | string | `nil` | |
18+
| config.keeperEndpoint | string | `"http://lighthouse-keeper.jx"` | |
19+
| config.keeperSyncInterval | string | `"60s"` | |
20+
| config.logLevel | string | `"INFO"` | |
21+
| config.namespace | string | `"jx"` | |
22+
| config.resyncInterval | string | `"60s"` | |
23+
| config.store.gc.eventsMaxAge | int | `0` | |
24+
| config.store.gc.maxEventsToKeep | int | `0` | |
25+
| deployment.annotations | object | `{}` | |
26+
| deployment.labels | object | `{}` | |
27+
| deployment.revisionHistoryLimit | int | `2` | |
28+
| deployment.strategy.type | string | `"RollingUpdate"` | |
29+
| fullnameOverride | string | `nil` | |
30+
| image.pullPolicy | string | `nil` | |
31+
| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-webui-plugin"` | |
32+
| image.tag | string | `nil` | |
33+
| ingress.annotations | object | `{}` | |
34+
| ingress.apiVersion | string | `"networking.k8s.io/v1beta1"` | |
35+
| ingress.basicAuth.authData | string | `""` | |
36+
| ingress.basicAuth.enabled | bool | `false` | |
37+
| ingress.class | string | `"nginx"` | |
38+
| ingress.enabled | bool | `false` | |
39+
| ingress.hosts | list | `[]` | |
40+
| ingress.labels | object | `{}` | |
41+
| ingress.pathType | string | `"ImplementationSpecific"` | |
42+
| ingress.tls.enabled | bool | `false` | |
43+
| ingress.tls.secrets | object | `{}` | |
44+
| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | |
45+
| istio.enabled | bool | `false` | |
46+
| istio.gateway | string | `"jx-gateway"` | |
47+
| jx.releaseCRD | bool | `true` | |
48+
| nameOverride | string | `nil` | |
49+
| persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
50+
| persistence.annotations | object | `{}` | |
51+
| persistence.enabled | bool | `false` | |
52+
| persistence.labels | object | `{}` | |
53+
| persistence.size | string | `"1Gi"` | |
54+
| persistence.storageClassName | string | `nil` | |
55+
| pod.activeDeadlineSeconds | string | `nil` | |
56+
| pod.affinity | object | `{}` | |
57+
| pod.annotations | object | `{}` | |
58+
| pod.enableServiceLinks | bool | `false` | |
59+
| pod.env | object | `{}` | |
60+
| pod.envFrom | list | `[]` | |
61+
| pod.hostAliases | list | `[]` | |
62+
| pod.labels | object | `{}` | |
63+
| pod.nodeSelector | object | `{}` | |
64+
| pod.resources.limits.cpu | string | `"1"` | |
65+
| pod.resources.limits.memory | string | `"512M"` | |
66+
| pod.resources.requests.cpu | string | `"0.2"` | |
67+
| pod.resources.requests.memory | string | `"128M"` | |
68+
| pod.schedulerName | string | `nil` | |
69+
| pod.securityContext.fsGroup | int | `1000` | |
70+
| pod.terminationGracePeriodSeconds | string | `nil` | |
71+
| pod.tolerations | list | `[]` | |
72+
| role.rules[0].apiGroups[0] | string | `"lighthouse.jenkins.io"` | |
73+
| role.rules[0].resources[0] | string | `"lighthousejobs"` | |
74+
| role.rules[0].verbs[0] | string | `"list"` | |
75+
| role.rules[0].verbs[1] | string | `"watch"` | |
76+
| role.rules[0].verbs[2] | string | `"get"` | |
77+
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | |
78+
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | |
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)
Binary file not shown.

Diff for: charts/lighthouse-webui-plugin/values.yaml

+3-20
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
fullnameOverride:
44
nameOverride:
5-
65
config:
76
# https://GRAFANA_URL/explore?left=%5B%22now%22,%22now%22,%22Tempo%22,%7B%22query%22:%22{{.TraceID}}%22%7D%5D
87
eventTraceURLTemplate:
@@ -18,28 +17,24 @@ config:
1817
# max age of the events to keep in the store - if non-zero
1918
# this is a golang duration. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
2019
eventsMaxAge: 0
21-
2220
secrets:
2321
lighthouse:
2422
hmac:
2523
secretKeyRef:
2624
name: lighthouse-hmac-token
2725
key: hmac
28-
2926
image:
3027
repository: ghcr.io/jenkins-x/lighthouse-webui-plugin
3128
# If no tag, fallback to the Chart's AppVersion
32-
tag:
29+
tag: 0.1.8
3330
pullPolicy:
34-
3531
deployment:
3632
revisionHistoryLimit: 2
3733
labels: {}
3834
annotations: {}
3935
strategy:
4036
# if you enable persistence, you should switch to `Recreate`
4137
type: RollingUpdate
42-
4338
pod:
4439
resources:
4540
requests:
@@ -62,36 +57,29 @@ pod:
6257
fsGroup: 1000
6358
env: {}
6459
envFrom: []
65-
6660
service:
6761
port: 80
6862
type:
6963
loadBalancerIP:
7064
labels: {}
7165
annotations: {}
72-
7366
ingress:
7467
enabled: false
7568
class: nginx
7669
labels: {}
7770
annotations: {}
78-
7971
apiVersion: "networking.k8s.io/v1beta1"
8072
pathType: "ImplementationSpecific"
81-
8273
# hosts:
8374
# - lighthouse.example.com
8475
# - lighthouse.foo.bar
8576
hosts: []
86-
8777
# enables basic auth secret to be created
8878
basicAuth:
8979
enabled: false
9080
authData: ""
91-
9281
tls:
9382
enabled: false
94-
9583
# secrets:
9684
# embedded:
9785
# b64encodedCertificate: e30k
@@ -103,33 +91,28 @@ ingress:
10391
# hosts:
10492
# - lighthouse.foo.bar
10593
secrets: {}
106-
10794
istio:
10895
enabled: false
10996
apiVersion: networking.istio.io/v1beta1
11097
gateway: jx-gateway
111-
11298
# persistence for the events
11399
persistence:
114100
enabled: false
115101
size: 1Gi
116102
accessModes:
117-
- ReadWriteOnce
103+
- ReadWriteOnce
118104
storageClassName:
119105
labels: {}
120-
annotations: {}
121-
106+
annotations: {}
122107
serviceAccount:
123108
# allow additional annotations to be added to the ServiceAccount
124109
# such as for workload identity on clouds
125110
annotations: {}
126-
127111
role:
128112
rules:
129113
- apiGroups: ["lighthouse.jenkins.io"]
130114
resources: ["lighthousejobs"]
131115
verbs: ["list", "watch", "get"]
132-
133116
jx:
134117
# whether to create a Release CRD when installing charts with Release CRDs included
135118
releaseCRD: true

0 commit comments

Comments
 (0)