Skip to content

Commit

Permalink
Upgrade kubernetes plugin version (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
avielb authored Oct 1, 2023
1 parent 5f14f6e commit bc47731
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 4.6.5
version: 4.6.6
appVersion: 2.414.2
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
render pod annotations:
1: |
checksum/config: e7e3e6a88c97b73fc5b8a1dea17f2586b5c2d05bc01628c963925c77fc3602b8
checksum/config: ce69b63eb27efd6e89b22eeaf52dbe7fe3a319b4178f4de5a66077e50ccf50df
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
4 changes: 2 additions & 2 deletions charts/jenkins/unittests/config-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tests:
- equal:
path: data.plugins\.txt
value: |-
kubernetes:3937.vd7b_82db_e347b_
kubernetes:4029.v5712230ccb_f8
workflow-aggregator:596.v8c21c963d92d
git:5.1.0
configuration-as-code:1670.v564dc8b_982d0
Expand Down Expand Up @@ -69,7 +69,7 @@ tests:
- equal:
path: data.plugins\.txt
value: |-
kubernetes:3937.vd7b_82db_e347b_
kubernetes:4029.v5712230ccb_f8
workflow-aggregator:596.v8c21c963d92d
git:5.1.0
configuration-as-code:1670.v564dc8b_982d0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tests:
template:
metadata:
annotations:
checksum/config: e7e3e6a88c97b73fc5b8a1dea17f2586b5c2d05bc01628c963925c77fc3602b8
checksum/config: ce69b63eb27efd6e89b22eeaf52dbe7fe3a319b4178f4de5a66077e50ccf50df
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ controller:

# List of plugins to be install during Jenkins controller start
installPlugins:
- kubernetes:3937.vd7b_82db_e347b_
- kubernetes:4029.v5712230ccb_f8
- workflow-aggregator:596.v8c21c963d92d
- git:5.1.0
- configuration-as-code:1670.v564dc8b_982d0
Expand Down

0 comments on commit bc47731

Please sign in to comment.