diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index edc18364e..cd3f3ce84 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/Chart.yaml @@ -3,6 +3,6 @@ description: | This chart bootstraps installation of [Lighthouse](https://github.com/jenkins-x/lighthouse). icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg name: lighthouse -version: 0.1.0-SNAPSHOT +version: 1.5.3 home: https://github.com/jenkins-x/lighthouse diff --git a/charts/lighthouse/README.md b/charts/lighthouse/README.md index efd2ee815..9665909f9 100644 --- a/charts/lighthouse/README.md +++ b/charts/lighthouse/README.md @@ -71,7 +71,7 @@ helm uninstall my-lighthouse --namespace lighthouse | `foghorn.resources.requests` | object | Resource requests applied to the foghorn pods | `{"cpu":"80m","memory":"128Mi"}` | | `foghorn.terminationGracePeriodSeconds` | int | Termination grace period for foghorn pods | `180` | | `foghorn.tolerations` | list | [Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) applied to the foghorn pods | `[]` | -| `gcJobs.backoffLimit` | int | Set the backoff limit for failed cronJobs | `6` | +| `gcJobs.backoffLimit` | int | Drives the job's backoff limit | `6` | | `gcJobs.concurrencyPolicy` | string | Drives the job's concurrency policy | `"Forbid"` | | `gcJobs.failedJobsHistoryLimit` | int | Drives the failed jobs history limit | `1` | | `gcJobs.image.pullPolicy` | string | Template for computing the gc job docker image pull policy | `"{{ .Values.image.pullPolicy }}"` | @@ -128,6 +128,7 @@ helm uninstall my-lighthouse --namespace lighthouse | `logStackSkip` | string | Comma separated stack frames to skip from the log | `""` | | `oauthToken` | string | Git token (used when GitHub app authentication is not enabled) | `""` | | `poller.affinity` | object | [Affinity rules](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) applied to the poller pods | `{}` | +| `poller.contextMatchPattern` | string | Regex pattern to use to match commit status context | `""` | | `poller.datadog.enabled` | string | Enables datadog | `"true"` | | `poller.enabled` | bool | Whether to enable or disable the poller component | `false` | | `poller.env` | object | Lets you define poller specific environment variables | `{"POLL_HOOK_ENDPOINT":"http://hook/hook/poll","POLL_PERIOD":"20s"}` | @@ -168,7 +169,7 @@ helm uninstall my-lighthouse --namespace lighthouse | `webhooks.ingress.annotations` | object | Webhooks ingress annotations | `{}` | | `webhooks.ingress.enabled` | bool | Enable webhooks ingress | `false` | | `webhooks.ingress.hosts` | list | Webhooks ingress host names | `[]` | -| `webhooks.ingress.ingressClassName` | string | Ingress class name | `null` | +| `webhooks.ingress.ingressClassName` | string | Webhooks ingress ingressClassName | `nil` | | `webhooks.labels` | object | allow optional labels to be added to the webhook deployment | `{}` | | `webhooks.livenessProbe` | object | Liveness probe configuration | `{"initialDelaySeconds":60,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":1}` | | `webhooks.nodeSelector` | object | [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) applied to the webhooks pods | `{}` | diff --git a/charts/lighthouse/lighthouse-1.5.3.tgz b/charts/lighthouse/lighthouse-1.5.3.tgz new file mode 100644 index 000000000..bf48ffa3a Binary files /dev/null and b/charts/lighthouse/lighthouse-1.5.3.tgz differ diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 9c70c714b..a9b5df3d7 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -51,7 +51,7 @@ image: # image.tag -- Docker images tag # the following tag is latest on the main branch, it's a specific version on a git tag - tag: latest + tag: 1.5.3 # image.pullPolicy -- Image pull policy pullPolicy: IfNotPresent @@ -97,7 +97,7 @@ gcJobs: repository: "{{ .Values.image.parentRepository }}/lighthouse-gc-jobs" # gcJobs.image.tag -- Template for computing the gc job docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -114,7 +114,7 @@ webhooks: repository: "{{ .Values.image.parentRepository }}/lighthouse-webhooks" # webhooks.image.tag -- Template for computing the webhooks controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -204,7 +204,7 @@ foghorn: repository: "{{ .Values.image.parentRepository }}/lighthouse-foghorn" # foghorn.image.tag -- Template for computing the foghorn controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -247,7 +247,7 @@ tektoncontroller: repository: "{{ .Values.image.parentRepository }}/lighthouse-tekton-controller" # tektoncontroller.image.tag -- Template for computing the tekton controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -297,7 +297,7 @@ jenkinscontroller: repository: "{{ .Values.image.parentRepository }}/lighthouse-jenkins-controller" # jenkinscontroller.image.tag -- Template for computing the tekton controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -344,7 +344,7 @@ keeper: repository: "{{ .Values.image.parentRepository }}/lighthouse-keeper" # keeper.image.tag -- Template for computing the keeper controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -417,7 +417,7 @@ poller: repository: "{{ .Values.image.parentRepository }}/lighthouse-poller" # poller.image.tag -- Template for computing the poller controller docker image tag - tag: "{{ .Values.image.tag }}" + tag: 1.5.3 # poller.image.pullPolicy -- Template for computing the poller controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}"