Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes to v4186 (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
  • Loading branch information
jenkins-dependency-updater[bot] authored Feb 1, 2024
1 parent f4757db commit 6402548
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The changelog 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.

## 5.0.9

Update `kubernetes` to version `4186.v1d804571d5d4`

## 5.0.8

Update `configuration-as-code` to version `1775.v810dc950b_514`
Expand Down
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: 5.0.8
version: 5.0.9
appVersion: 2.426.3
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
4 changes: 2 additions & 2 deletions charts/jenkins/unittests/__snapshot__/config-test.yaml.snap
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
additional plugins config:
1: |
|-
kubernetes:4174.v4230d0ccd951
kubernetes:4186.v1d804571d5d4
workflow-aggregator:596.v8c21c963d92d
git:5.2.1
configuration-as-code:1775.v810dc950b_514
kubernetes-credentials-provider
default config:
1: |
|-
kubernetes:4174.v4230d0ccd951
kubernetes:4186.v1d804571d5d4
workflow-aggregator:596.v8c21c963d92d
git:5.2.1
configuration-as-code:1775.v810dc950b_514
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default values:
template:
metadata:
annotations:
checksum/config: 24ff77cc6a3b9f22e3218ac6791142e7a79cc67c7c53d9efe3710712aca7c302
checksum/config: e4f7e3f7d5ac82c9d18f98aac788b3e664b5c164bfd71b7034d6d5fd7e4c233a
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -218,6 +218,6 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: 24ff77cc6a3b9f22e3218ac6791142e7a79cc67c7c53d9efe3710712aca7c302
checksum/config: e4f7e3f7d5ac82c9d18f98aac788b3e664b5c164bfd71b7034d6d5fd7e4c233a
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ controller:

# List of plugins to be install during Jenkins controller start
installPlugins:
- kubernetes:4174.v4230d0ccd951
- kubernetes:4186.v1d804571d5d4
- workflow-aggregator:596.v8c21c963d92d
- git:5.2.1
- configuration-as-code:1775.v810dc950b_514
Expand Down

0 comments on commit 6402548

Please sign in to comment.