Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes to v4193 (#1040)
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 Mar 6, 2024
1 parent 6f4a53a commit d87e63f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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.18

Update `kubernetes` to version `4193.vded98e56cc25`

## 5.0.17

Update `docker.io/kiwigrid/k8s-sidecar` to version `1.26.0`
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.17
version: 5.0.18
appVersion: 2.440.1
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:4186.v1d804571d5d4
kubernetes:4193.vded98e56cc25
workflow-aggregator:596.v8c21c963d92d
git:5.2.1
configuration-as-code:1775.v810dc950b_514
kubernetes-credentials-provider
default config:
1: |
|-
kubernetes:4186.v1d804571d5d4
kubernetes:4193.vded98e56cc25
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: e4f7e3f7d5ac82c9d18f98aac788b3e664b5c164bfd71b7034d6d5fd7e4c233a
checksum/config: 301e5d05262068353ca94409732b7a31e7836a3145398cb52800f8eca8a0d616
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -218,7 +218,7 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: e4f7e3f7d5ac82c9d18f98aac788b3e664b5c164bfd71b7034d6d5fd7e4c233a
checksum/config: 301e5d05262068353ca94409732b7a31e7836a3145398cb52800f8eca8a0d616
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
test scheme for config-reload:
Expand All @@ -232,7 +232,7 @@ test scheme for config-reload:
template:
metadata:
annotations:
checksum/config: e4f7e3f7d5ac82c9d18f98aac788b3e664b5c164bfd71b7034d6d5fd7e4c233a
checksum/config: 301e5d05262068353ca94409732b7a31e7836a3145398cb52800f8eca8a0d616
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 @@ -252,7 +252,7 @@ controller:

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

0 comments on commit d87e63f

Please sign in to comment.