Skip to content

Commit

Permalink
chore: release 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 9, 2021
1 parent aebcf2a commit d6512ff
Show file tree
Hide file tree
Showing 4 changed files with 54 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.0.23
home: https://github.com/jenkins-x/lighthouse

Binary file added charts/lighthouse/lighthouse-1.0.23.tgz
Binary file not shown.
46 changes: 46 additions & 0 deletions charts/lighthouse/templates/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
apiVersion: jenkins.io/v1
kind: Release
metadata:
creationTimestamp: "2021-04-09T12:02:33Z"
deletionTimestamp: null
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
spec:
commits:
- author:
email: james.strachan@gmail.com
name: James Strachan
branch: master
committer:
email: james.strachan@gmail.com
name: James Strachan
issueIds:
- "1268"
message: |
fix: lets not fail if a repo has no triggers dir
fixes #1268
sha: 3315a7cb699df12fbadd6fc9469108d4c0e06d8a
gitHttpUrl: https://github.com/jenkins-x/lighthouse
gitOwner: jenkins-x
gitRepository: lighthouse
issues:
- body: "we should be able to handle any git repository with no `.lighthouse` folder
in the main branch and incrementally add pipelines in a new Pull Request.\r\n\r\nRight
now we see errors like this:\r\n```\r\nfailed to trigger Pull Request pipeline\r\nfailed
to create agent\r\nfailed to calculate in repo config\r\nfailed to load trigger
config for repository njiuko/centroid for ref\r\nfailed to find any lighthouse
configuration files in repo njiuko/centroid at sha\r\nfailed to process repo
njiuko/centroid refref\r\nfailed to list files in directory /var/tmp/gitrepo774783968/.lighthouse\r\nopen
/var/tmp/gitrepo774783968/.lighthouse\r\nno such file or directory\r\n```"
creationTimestamp: "2021-03-31T11:00:35Z"
id: "1268"
state: closed
title: lets not fail if the main branch does not have .lighthouse
url: https://github.com/jenkins-x/lighthouse/issues/1268
name: '{{ .Chart.Name }}'
releaseNotesURL: https://github.com/jenkins-x/lighthouse/releases/tag/v1.0.23
version: 1.0.23
status: {}

{{- end }}
14 changes: 7 additions & 7 deletions charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ image:
parentRepository: gcr.io/jenkinsxio

# image.tag -- Docker images tag
tag: 0.0.750
tag: 1.0.23

# image.pullPolicy -- Image pull policy
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -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.23

# gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy
pullPolicy: "{{ .Values.image.pullPolicy }}"
Expand All @@ -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.23

# webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy
pullPolicy: "{{ .Values.image.pullPolicy }}"
Expand Down Expand Up @@ -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.23

# foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy
pullPolicy: "{{ .Values.image.pullPolicy }}"
Expand Down Expand Up @@ -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.23

# tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
pullPolicy: "{{ .Values.image.pullPolicy }}"
Expand Down Expand Up @@ -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.23

# jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
pullPolicy: "{{ .Values.image.pullPolicy }}"
Expand Down Expand Up @@ -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.23

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

0 comments on commit d6512ff

Please sign in to comment.