-
Notifications
You must be signed in to change notification settings - Fork 2
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
eb3d372
commit 47b496b
Showing
6 changed files
with
121 additions
and
2 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 | ||
|
||
* use helm chart api v1 (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,85 @@ | ||
# lighthouse-telemetry-plugin | ||
|
||
![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) | ||
|
||
Lighthouse plugin to export telemetry data, including distributed traces | ||
|
||
**Homepage:** <https://github.com/jenkins-x/lighthouse-telemetry-plugin> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/jenkins-x/lighthouse-telemetry-plugin> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.logLevel | string | `"INFO"` | | | ||
| config.resyncInterval | string | `"1h"` | | | ||
| deployment.annotations | object | `{}` | | | ||
| deployment.labels | object | `{}` | | | ||
| deployment.replicas | int | `1` | | | ||
| deployment.revisionHistoryLimit | int | `2` | | | ||
| fullnameOverride | string | `nil` | | | ||
| image.pullPolicy | string | `nil` | | | ||
| image.repository | string | `"gcr.io/jenkinsxio/lighthouse-telemetry-plugin"` | | | ||
| 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 | `[]` | | | ||
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | | | ||
| role.rules[0].resources[0] | string | `"pipelineactivities"` | | | ||
| role.rules[0].verbs[0] | string | `"list"` | | | ||
| role.rules[0].verbs[1] | string | `"watch"` | | | ||
| role.rules[0].verbs[2] | string | `"get"` | | | ||
| role.rules[0].verbs[3] | string | `"patch"` | | | ||
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | | | ||
| role.rules[1].resources[0] | string | `"pipelineruns"` | | | ||
| role.rules[1].resources[1] | string | `"taskruns"` | | | ||
| role.rules[1].verbs[0] | string | `"list"` | | | ||
| role.rules[1].verbs[1] | string | `"watch"` | | | ||
| role.rules[1].verbs[2] | string | `"get"` | | | ||
| role.rules[1].verbs[3] | string | `"patch"` | | | ||
| role.rules[2].apiGroups[0] | string | `"lighthouse.jenkins.io"` | | | ||
| role.rules[2].resources[0] | string | `"lighthousejobs"` | | | ||
| role.rules[2].verbs[0] | string | `"list"` | | | ||
| role.rules[2].verbs[1] | string | `"watch"` | | | ||
| role.rules[2].verbs[2] | string | `"get"` | | | ||
| role.rules[2].verbs[3] | string | `"patch"` | | | ||
| role.rules[3].apiGroups[0] | string | `""` | | | ||
| role.rules[3].resources[0] | string | `"pods"` | | | ||
| role.rules[3].verbs[0] | string | `"list"` | | | ||
| role.rules[3].verbs[1] | string | `"watch"` | | | ||
| role.rules[3].verbs[2] | string | `"get"` | | | ||
| role.rules[3].verbs[3] | string | `"patch"` | | | ||
| role.rules[4].apiGroups[0] | string | `""` | | | ||
| role.rules[4].resources[0] | string | `"events"` | | | ||
| role.rules[4].verbs[0] | string | `"list"` | | | ||
| role.rules[4].verbs[1] | string | `"watch"` | | | ||
| role.rules[4].verbs[2] | string | `"get"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | | | ||
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | | | ||
| 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 added
BIN
+3.79 KB
charts/lighthouse-telemetry-plugin/lighthouse-telemetry-plugin-0.0.2.tgz
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,29 @@ | ||
{{- 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-05-06T13:23:10Z" | ||
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: use helm chart api v1 | ||
so that the chart can also be used with helm v2, in jx v2 | ||
sha: 6067c2bf73ac001a4cce6c46471c900f9ac5d753 | ||
gitHttpUrl: https://github.com/jenkins-x/lighthouse-telemetry-plugin | ||
gitOwner: jenkins-x | ||
gitRepository: lighthouse-telemetry-plugin | ||
name: '{{ .Chart.Name }}' | ||
version: 0.0.2 | ||
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