diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index edc18364e..841f51e96 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.1.29 home: https://github.com/jenkins-x/lighthouse diff --git a/charts/lighthouse/README.md b/charts/lighthouse/README.md index b04c19429..1de35d021 100644 --- a/charts/lighthouse/README.md +++ b/charts/lighthouse/README.md @@ -53,6 +53,14 @@ helm uninstall my-lighthouse --namespace lighthouse | `engines.jx` | bool | Enables the jx engine | `true` | | `engines.tekton` | bool | Enables the tekton engine | `false` | | `env` | object | Environment variables | `{"JX_DEFAULT_IMAGE":""}` | +| `externalPlugins[0].name` | string | | `"cd-indicators"` | +| `externalPlugins[0].requiredResources[0].kind` | string | | `"Service"` | +| `externalPlugins[0].requiredResources[0].name` | string | | `"cd-indicators"` | +| `externalPlugins[0].requiredResources[0].namespace` | string | | `"jx"` | +| `externalPlugins[1].name` | string | | `"lighthouse-webui-plugin"` | +| `externalPlugins[1].requiredResources[0].kind` | string | | `"Service"` | +| `externalPlugins[1].requiredResources[0].name` | string | | `"lighthouse-webui-plugin"` | +| `externalPlugins[1].requiredResources[0].namespace` | string | | `"jx"` | | `foghorn.affinity` | object | [Affinity rules](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) applied to the foghorn pods | `{}` | | `foghorn.image.pullPolicy` | string | Template for computing the foghorn controller docker image pull policy | `"{{ .Values.image.pullPolicy }}"` | | `foghorn.image.repository` | string | Template for computing the foghorn controller docker image repository | `"{{ .Values.image.parentRepository }}/lighthouse-foghorn"` | diff --git a/charts/lighthouse/lighthouse-1.1.29.tgz b/charts/lighthouse/lighthouse-1.1.29.tgz new file mode 100644 index 000000000..399c30845 Binary files /dev/null and b/charts/lighthouse/lighthouse-1.1.29.tgz differ diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index e5e8bbd20..17110ccc7 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.1.29 # image.pullPolicy -- Image pull policy pullPolicy: IfNotPresent @@ -94,7 +94,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.1.29 # gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -111,7 +111,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.1.29 # webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -198,7 +198,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.1.29 # foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -241,7 +241,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.1.29 # tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -291,7 +291,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.1.29 # jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -338,7 +338,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.1.29 # keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}"