-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88b5ddb
commit e281918
Showing
4 changed files
with
60 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters