From d7bea82b413103a23745a480316286720faa60e4 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Thu, 15 Jul 2021 08:47:19 +0000 Subject: [PATCH] chore: release 0.1.7 --- charts/lighthouse-webui-plugin/Chart.yaml | 6 +- charts/lighthouse-webui-plugin/README.md | 87 ++++++++++++++++++ .../lighthouse-webui-plugin-0.1.7.tgz | Bin 0 -> 5052 bytes charts/lighthouse-webui-plugin/values.yaml | 27 +----- 4 files changed, 95 insertions(+), 25 deletions(-) create mode 100644 charts/lighthouse-webui-plugin/README.md create mode 100644 charts/lighthouse-webui-plugin/lighthouse-webui-plugin-0.1.7.tgz diff --git a/charts/lighthouse-webui-plugin/Chart.yaml b/charts/lighthouse-webui-plugin/Chart.yaml index 674ca9f..816f05a 100644 --- a/charts/lighthouse-webui-plugin/Chart.yaml +++ b/charts/lighthouse-webui-plugin/Chart.yaml @@ -3,7 +3,7 @@ name: lighthouse-webui-plugin description: Web UI for Lighthouse, to visualize events, jobs, and merge status/history. icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg home: https://github.com/jenkins-x-plugins/lighthouse-webui-plugin -version: 0.0.1 -appVersion: latest +version: 0.1.7 +appVersion: 0.1.7 sources: -- https://github.com/jenkins-x-plugins/lighthouse-webui-plugin + - https://github.com/jenkins-x-plugins/lighthouse-webui-plugin diff --git a/charts/lighthouse-webui-plugin/README.md b/charts/lighthouse-webui-plugin/README.md new file mode 100644 index 0000000..af2cba2 --- /dev/null +++ b/charts/lighthouse-webui-plugin/README.md @@ -0,0 +1,87 @@ +# lighthouse-webui-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) + +Web UI for Lighthouse, to visualize events, jobs, and merge status/history. + +**Homepage:** + +## Source Code + +* + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| config.eventTraceURLTemplate | string | `nil` | | +| config.keeperEndpoint | string | `"http://lighthouse-keeper.jx"` | | +| config.keeperSyncInterval | string | `"60s"` | | +| config.logLevel | string | `"INFO"` | | +| config.namespace | string | `"jx"` | | +| config.resyncInterval | string | `"60s"` | | +| config.store.gc.eventsMaxAge | int | `0` | | +| config.store.gc.maxEventsToKeep | int | `0` | | +| deployment.annotations | object | `{}` | | +| deployment.labels | object | `{}` | | +| deployment.revisionHistoryLimit | int | `2` | | +| deployment.strategy.type | string | `"RollingUpdate"` | | +| fullnameOverride | string | `nil` | | +| image.pullPolicy | string | `nil` | | +| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-webui-plugin"` | | +| image.tag | string | `nil` | | +| ingress.annotations | object | `{}` | | +| ingress.apiVersion | string | `"networking.k8s.io/v1beta1"` | | +| ingress.basicAuth.authData | string | `""` | | +| ingress.basicAuth.enabled | bool | `false` | | +| ingress.class | string | `"nginx"` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts | list | `[]` | | +| ingress.labels | object | `{}` | | +| ingress.pathType | string | `"ImplementationSpecific"` | | +| ingress.tls.enabled | bool | `false` | | +| ingress.tls.secrets | object | `{}` | | +| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | | +| istio.enabled | bool | `false` | | +| istio.gateway | string | `"jx-gateway"` | | +| jx.releaseCRD | bool | `true` | | +| nameOverride | string | `nil` | | +| persistence.accessModes[0] | string | `"ReadWriteOnce"` | | +| persistence.annotations | object | `{}` | | +| persistence.enabled | bool | `false` | | +| persistence.labels | object | `{}` | | +| persistence.size | string | `"1Gi"` | | +| persistence.storageClassName | string | `nil` | | +| pod.activeDeadlineSeconds | string | `nil` | | +| pod.affinity | object | `{}` | | +| pod.annotations | object | `{}` | | +| pod.enableServiceLinks | bool | `false` | | +| pod.env | object | `{}` | | +| pod.envFrom | list | `[]` | | +| 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 | `"128M"` | | +| pod.schedulerName | string | `nil` | | +| pod.securityContext.fsGroup | int | `1000` | | +| pod.terminationGracePeriodSeconds | string | `nil` | | +| pod.tolerations | list | `[]` | | +| role.rules[0].apiGroups[0] | string | `"lighthouse.jenkins.io"` | | +| role.rules[0].resources[0] | string | `"lighthousejobs"` | | +| role.rules[0].verbs[0] | string | `"list"` | | +| role.rules[0].verbs[1] | string | `"watch"` | | +| role.rules[0].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) diff --git a/charts/lighthouse-webui-plugin/lighthouse-webui-plugin-0.1.7.tgz b/charts/lighthouse-webui-plugin/lighthouse-webui-plugin-0.1.7.tgz new file mode 100644 index 0000000000000000000000000000000000000000..fe3f60f814cbfc0e601ce954434df677491e6175 GIT binary patch literal 5052 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 SEB_w=0RR89!E+%1ZU6vES_B9H literal 0 HcmV?d00001 diff --git a/charts/lighthouse-webui-plugin/values.yaml b/charts/lighthouse-webui-plugin/values.yaml index c2882b3..ac854c5 100644 --- a/charts/lighthouse-webui-plugin/values.yaml +++ b/charts/lighthouse-webui-plugin/values.yaml @@ -2,7 +2,6 @@ fullnameOverride: nameOverride: - config: # https://GRAFANA_URL/explore?left=%5B%22now%22,%22now%22,%22Tempo%22,%7B%22query%22:%22{{.TraceID}}%22%7D%5D eventTraceURLTemplate: @@ -18,20 +17,17 @@ config: # max age of the events to keep in the store - if non-zero # this is a golang duration. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". eventsMaxAge: 0 - secrets: lighthouse: hmac: secretKeyRef: name: lighthouse-hmac-token key: hmac - image: repository: ghcr.io/jenkins-x/lighthouse-webui-plugin # If no tag, fallback to the Chart's AppVersion - tag: + tag: 0.1.7 pullPolicy: - deployment: revisionHistoryLimit: 2 labels: {} @@ -39,7 +35,6 @@ deployment: strategy: # if you enable persistence, you should switch to `Recreate` type: RollingUpdate - pod: resources: requests: @@ -62,36 +57,29 @@ pod: fsGroup: 1000 env: {} envFrom: [] - service: port: 80 type: loadBalancerIP: labels: {} annotations: {} - ingress: enabled: false class: nginx labels: {} annotations: {} - apiVersion: "networking.k8s.io/v1beta1" pathType: "ImplementationSpecific" - # hosts: # - lighthouse.example.com # - lighthouse.foo.bar hosts: [] - # enables basic auth secret to be created basicAuth: enabled: false authData: "" - tls: enabled: false - # secrets: # embedded: # b64encodedCertificate: e30k @@ -103,12 +91,10 @@ ingress: # hosts: # - lighthouse.foo.bar secrets: {} - istio: enabled: false apiVersion: networking.istio.io/v1beta1 gateway: jx-gateway - # persistence for the events persistence: enabled: false @@ -117,19 +103,16 @@ persistence: - ReadWriteOnce storageClassName: labels: {} - annotations: {} - + annotations: {} serviceAccount: # allow additional annotations to be added to the ServiceAccount # such as for workload identity on clouds annotations: {} - role: rules: - - apiGroups: ["lighthouse.jenkins.io"] - resources: ["lighthousejobs"] - verbs: ["list", "watch", "get"] - + - apiGroups: ["lighthouse.jenkins.io"] + resources: ["lighthousejobs"] + verbs: ["list", "watch", "get"] jx: # whether to create a Release CRD when installing charts with Release CRDs included releaseCRD: true