Skip to content

Commit 41dfdf3

Browse files
authored
Update appVersion to match version of Jenkins used (#183)
Most recent LTS version of Jenkins is 2.263.1 so appVersion should reflect it. Signed-off-by: pashcan <pashcan.dev@gmail.com>
1 parent b5412fe commit 41dfdf3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

charts/jenkins/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The change log until v1.5.7 was auto-generated based on git commits.
1313
Those entries include a reference to the git commit to be able to get more details.
1414

15+
## 3.0.5
16+
* Update appVersion to reflect new jenkins lts release version 2.263.1
17+
1518
## 3.0.4
1619
* Fix documentation for additional secret mounts
1720

charts/jenkins/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 3.0.4
5-
appVersion: 2.249.3
4+
version: 3.0.5
5+
appVersion: 2.263.1
66
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.
77
sources:
88
- https://github.com/jenkinsci/jenkins

0 commit comments

Comments
 (0)