diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index edc18364e..c6451d6ce 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.19 home: https://github.com/jenkins-x/lighthouse diff --git a/charts/lighthouse/lighthouse-1.0.19.tgz b/charts/lighthouse/lighthouse-1.0.19.tgz new file mode 100644 index 000000000..313e9a89c Binary files /dev/null and b/charts/lighthouse/lighthouse-1.0.19.tgz differ diff --git a/charts/lighthouse/templates/release.yaml b/charts/lighthouse/templates/release.yaml new file mode 100644 index 000000000..355e89658 --- /dev/null +++ b/charts/lighthouse/templates/release.yaml @@ -0,0 +1,32 @@ +{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} +apiVersion: jenkins.io/v1 +kind: Release +metadata: + creationTimestamp: "2021-04-08T09:09:23Z" + deletionTimestamp: null + name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' +spec: + commits: + - author: + email: v.behar@free.fr + name: Vincent Behar + branch: master + committer: + email: v.behar@free.fr + name: Vincent Behar + message: | + fix: log at warning level when external plugin failed + + related to https://github.com/jenkins-x/jx3-versions/pull/2307 + + if we have external plugins that can't be reached, let's just log this as a warning, because it's not impacting the behaviour of lighthouse in itself. + sha: bfd1202932eae23c8d0983281ebba73551b78233 + 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.19 + version: 1.0.19 +status: {} + +{{- end }} diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 1bbb871f7..3cab23e29 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -41,7 +41,7 @@ image: parentRepository: gcr.io/jenkinsxio # image.tag -- Docker images tag - tag: 0.0.750 + tag: 1.0.19 # image.pullPolicy -- Image pull policy pullPolicy: IfNotPresent @@ -71,7 +71,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.19 # gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -88,7 +88,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.19 # webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -175,7 +175,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.19 # foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -218,7 +218,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.19 # tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -268,7 +268,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.19 # jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}" @@ -315,7 +315,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.19 # keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy pullPolicy: "{{ .Values.image.pullPolicy }}"