Skip to content

Commit 36f6b4b

Browse files
chore: release 1.0.22
1 parent 4567364 commit 36f6b4b

File tree

5 files changed

+38
-8
lines changed

5 files changed

+38
-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.22
77
home: https://github.com/jenkins-x/lighthouse
88

12.6 KB
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-04-09T05:39:27Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
email: james.strachan@gmail.com
12+
name: James Strachan
13+
branch: master
14+
committer:
15+
email: james.strachan@gmail.com
16+
name: James Strachan
17+
message: |
18+
fix: add retry around updating the LighthouseJob status
19+
sha: c6b463c4fd01c6a4c71c5f5b0d18b20a162d341a
20+
gitHttpUrl: https://github.com/jenkins-x/lighthouse
21+
gitOwner: jenkins-x
22+
gitRepository: lighthouse
23+
name: '{{ .Chart.Name }}'
24+
releaseNotesURL: https://github.com/jenkins-x/lighthouse/releases/tag/v1.0.22
25+
version: 1.0.22
26+
status: {}
27+
28+
{{- 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.22
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.22
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.22
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.22
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.22
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.22
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.22
319319

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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ github.com/jcmturner/gofork v0.0.0-20190328161633-dc7c13fece03/go.mod h1:MK8+TM0
467467
github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o=
468468
github.com/jenkins-x/go-scm v1.6.13 h1:KSAWADqZ2JHj8ZUXOhV4Ua+1wySP1i4dfAREU1lMF4E=
469469
github.com/jenkins-x/go-scm v1.6.13/go.mod h1:z7xTO9/VzqW3xEbEMH2z5cpOGrZ8+nOHOWfU1ngFGxs=
470+
github.com/jenkins-x/go-scm v1.6.14 h1:yJ/HMOGpHGqHF2bwPB5qF6hUZ1xfsUoo6yuq7TfFqGM=
471+
github.com/jenkins-x/go-scm v1.6.14/go.mod h1:z7xTO9/VzqW3xEbEMH2z5cpOGrZ8+nOHOWfU1ngFGxs=
470472
github.com/jenkins-x/pipeline v0.3.2-0.20210223153617-0d1186b27496 h1:yN90dXuD7TkAkYwKr5h2fT7bjA7osK7tMhuz31qL7gE=
471473
github.com/jenkins-x/pipeline v0.3.2-0.20210223153617-0d1186b27496/go.mod h1:y1XwzBDu4EmOCfoeV2cUW2icCto/izTyjEKK5j0UmwA=
472474
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=

0 commit comments

Comments
 (0)