diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index edc18364e..3955c4d6a 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.0.45 home: https://github.com/jenkins-x/lighthouse diff --git a/charts/lighthouse/README.md b/charts/lighthouse/README.md index 0cb921785..0aff08fa5 100644 --- a/charts/lighthouse/README.md +++ b/charts/lighthouse/README.md @@ -73,8 +73,8 @@ helm uninstall my-lighthouse --namespace lighthouse | `gcJobs.successfulJobsHistoryLimit` | int | Drives the successful jobs history limit | `3` | | `git.kind` | string | Git SCM provider (`github`, `gitlab`, `stash`) | `"github"` | | `git.server` | string | Git server URL | `""` | -| `githubApp.enabled` | string | Enables GitHub app authentication | `"false log"` | -| `githubApp.username` | string | GitHub app user name | `"jenkins-x[bot]"` | +| `githubApp.enabled` | bool | Enables GitHub app authentication | `false` | +| `githubApp.username` | string | GitHub app user name | `"jenkins-x[bot]"` | | `hmacToken` | string | Secret used for webhooks | `""` | | `hmacTokenEnabled` | bool | Enables the use of a hmac token. This should always be enabled if possible - though some git providers don't support it such as bitbucket cloud | `true` | | `image.parentRepository` | string | Docker registry to pull images from | `"gcr.io/jenkinsxio"` | diff --git a/charts/lighthouse/lighthouse-1.0.45.tgz b/charts/lighthouse/lighthouse-1.0.45.tgz new file mode 100644 index 000000000..26df0d3b2 Binary files /dev/null and b/charts/lighthouse/lighthouse-1.0.45.tgz differ diff --git a/charts/lighthouse/templates/release.yaml b/charts/lighthouse/templates/release.yaml new file mode 100644 index 000000000..88f3870a4 --- /dev/null +++ b/charts/lighthouse/templates/release.yaml @@ -0,0 +1,30 @@ +{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} +apiVersion: jenkins.io/v1 +kind: Release +metadata: + creationTimestamp: "2021-05-25T13:43:39Z" + deletionTimestamp: null + name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' +spec: + commits: + - author: + email: jenkins-x@googlegroups.com + name: jenkins-x-bot + branch: master + committer: + email: jenkins-x@googlegroups.com + name: jenkins-x-bot + message: | + chore(deps): upgrade jenkins-x/lighthouse to version 1.9.1 + + from: https://github.com/jenkins-x/go-scm.git + sha: 75f592bbcc67564b30975e8dc4b9f590d51a87be + gitHttpUrl: https://github.com/jenkins-x/lighthouse + gitOwner: jenkins-x + gitRepository: lighthouse + name: '{{ .Chart.Name }}' + releaseNotesURL: https://github.com/jenkins-x/lighthouse/releases/tag/v1.0.45 + version: 1.0.45 +status: {} + +{{- end }} diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 47e4d9b1d..f650cb98e 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -50,7 +50,7 @@ image: parentRepository: gcr.io/jenkinsxio # image.tag -- Docker images tag - tag: 0.0.750 + tag: 1.0.45 # image.pullPolicy -- Image pull policy pullPolicy: IfNotPresent @@ -80,7 +80,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.0.45 # gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -97,7 +97,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.0.45 # webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -184,7 +184,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.0.45 # foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -227,7 +227,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.0.45 # tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -277,7 +277,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.0.45 # jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -324,7 +324,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.0.45 # keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}"