Skip to content

Commit

Permalink
Update appVersion to match version of Jenkins used (#183)
Browse files Browse the repository at this point in the history
Most recent LTS version of Jenkins is 2.263.1 so appVersion should reflect it.

Signed-off-by: pashcan <pashcan.dev@gmail.com>
  • Loading branch information
pashcan authored Dec 9, 2020
1 parent b5412fe commit 41dfdf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The change log until v1.5.7 was auto-generated based on git commits.
Those entries include a reference to the git commit to be able to get more details.

## 3.0.5
* Update appVersion to reflect new jenkins lts release version 2.263.1

## 3.0.4
* Fix documentation for additional secret mounts

Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 3.0.4
appVersion: 2.249.3
version: 3.0.5
appVersion: 2.263.1
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
sources:
- https://github.com/jenkinsci/jenkins
Expand Down

0 comments on commit 41dfdf3

Please sign in to comment.