Skip to content

Commit 40e7490

Browse files
chore: release 1.0.19
1 parent a2776c7 commit 40e7490

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

charts/lighthouse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: |
33
This chart bootstraps installation of [Lighthouse](https://github.com/jenkins-x/lighthouse).
44
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
55
name: lighthouse
6-
version: 0.1.0-SNAPSHOT
6+
version: 1.0.19
77
home: https://github.com/jenkins-x/lighthouse
88

12.7 KB
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-04-08T09:09:23Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
email: v.behar@free.fr
12+
name: Vincent Behar
13+
branch: master
14+
committer:
15+
email: v.behar@free.fr
16+
name: Vincent Behar
17+
message: |
18+
fix: log at warning level when external plugin failed
19+
20+
related to https://github.com/jenkins-x/jx3-versions/pull/2307
21+
22+
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.
23+
sha: bfd1202932eae23c8d0983281ebba73551b78233
24+
gitHttpUrl: https://github.com/jenkins-x/lighthouse
25+
gitOwner: jenkins-x
26+
gitRepository: lighthouse
27+
name: '{{ .Chart.Name }}'
28+
releaseNotesURL: https://github.com/jenkins-x/lighthouse/releases/tag/v1.0.19
29+
version: 1.0.19
30+
status: {}
31+
32+
{{- end }}

charts/lighthouse/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ image:
4141
parentRepository: gcr.io/jenkinsxio
4242

4343
# image.tag -- Docker images tag
44-
tag: 0.0.750
44+
tag: 1.0.19
4545

4646
# image.pullPolicy -- Image pull policy
4747
pullPolicy: IfNotPresent
@@ -71,7 +71,7 @@ gcJobs:
7171
repository: "{{ .Values.image.parentRepository }}/lighthouse-gc-jobs"
7272

7373
# gcJobs.image.tag -- Template for computing the gc job docker image tag
74-
tag: "{{ .Values.image.tag }}"
74+
tag: 1.0.19
7575

7676
# gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy
7777
pullPolicy: "{{ .Values.image.pullPolicy }}"
@@ -88,7 +88,7 @@ webhooks:
8888
repository: "{{ .Values.image.parentRepository }}/lighthouse-webhooks"
8989

9090
# webhooks.image.tag -- Template for computing the webhooks controller docker image tag
91-
tag: "{{ .Values.image.tag }}"
91+
tag: 1.0.19
9292

9393
# webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy
9494
pullPolicy: "{{ .Values.image.pullPolicy }}"
@@ -175,7 +175,7 @@ foghorn:
175175
repository: "{{ .Values.image.parentRepository }}/lighthouse-foghorn"
176176

177177
# foghorn.image.tag -- Template for computing the foghorn controller docker image tag
178-
tag: "{{ .Values.image.tag }}"
178+
tag: 1.0.19
179179

180180
# foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy
181181
pullPolicy: "{{ .Values.image.pullPolicy }}"
@@ -218,7 +218,7 @@ tektoncontroller:
218218
repository: "{{ .Values.image.parentRepository }}/lighthouse-tekton-controller"
219219

220220
# tektoncontroller.image.tag -- Template for computing the tekton controller docker image tag
221-
tag: "{{ .Values.image.tag }}"
221+
tag: 1.0.19
222222

223223
# tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
224224
pullPolicy: "{{ .Values.image.pullPolicy }}"
@@ -268,7 +268,7 @@ jenkinscontroller:
268268
repository: "{{ .Values.image.parentRepository }}/lighthouse-jenkins-controller"
269269

270270
# jenkinscontroller.image.tag -- Template for computing the tekton controller docker image tag
271-
tag: "{{ .Values.image.tag }}"
271+
tag: 1.0.19
272272

273273
# jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
274274
pullPolicy: "{{ .Values.image.pullPolicy }}"
@@ -315,7 +315,7 @@ keeper:
315315
repository: "{{ .Values.image.parentRepository }}/lighthouse-keeper"
316316

317317
# keeper.image.tag -- Template for computing the keeper controller docker image tag
318-
tag: "{{ .Values.image.tag }}"
318+
tag: 1.0.19
319319

320320
# keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy
321321
pullPolicy: "{{ .Values.image.pullPolicy }}"

0 commit comments

Comments
 (0)