Skip to content

Commit

Permalink
chore: release 1.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 29, 2021
1 parent 88b5ddb commit e281918
Show file tree
Hide file tree
Showing 4 changed files with 60 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.32
home: https://github.com/jenkins-x/lighthouse

Binary file added charts/lighthouse/lighthouse-1.0.32.tgz
Binary file not shown.
52 changes: 52 additions & 0 deletions charts/lighthouse/templates/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
apiVersion: jenkins.io/v1
kind: Release
metadata:
creationTimestamp: "2021-04-29T07:19:19Z"
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
message: |
chore: upgrade deps
sha: 0dd143fed7921e926551b8a0edc79da21b96756c
- author:
email: james.strachan@gmail.com
name: James Strachan
branch: master
committer:
email: james.strachan@gmail.com
name: James Strachan
message: |
fix: allow the log service to be configured
via env vars
sha: 211063a6bcbbaa5fa5d84c002b6f6e016dbbc5dd
- author:
email: james.strachan@gmail.com
name: James Strachan
branch: master
committer:
email: james.strachan@gmail.com
name: James Strachan
message: |
fix: allow the log service to be configured
via env vars
sha: a926d76f1debd6091e49e222b32e0d6fbfdb9f42
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.32
version: 1.0.32
status: {}

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

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

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

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

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

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

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

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

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

0 comments on commit e281918

Please sign in to comment.