Skip to content

Commit

Permalink
chore: release 1.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jul 7, 2021
1 parent 8169a01 commit f158123
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

8 changes: 8 additions & 0 deletions charts/lighthouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down
Binary file added charts/lighthouse/lighthouse-1.1.29.tgz
Binary file not shown.
14 changes: 7 additions & 7 deletions charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"
Expand All @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit f158123

Please sign in to comment.