Skip to content

Commit 6ee3adf

Browse files
chore(deps): update docker.io/kiwigrid/k8s-sidecar docker tag to v1.30.7 (#1419)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent d2c70aa commit 6ee3adf

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The changelog 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+
## 5.8.78
16+
17+
Update `docker.io/kiwigrid/k8s-sidecar` to version `1.30.7`
18+
1519
## 5.8.77
1620

1721
Update `configuration-as-code` to version `1985.vdda_32d0c4ea_b_`

charts/jenkins/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.8.77
5+
version: 5.8.78
66
appVersion: 2.516.1
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 2000 plugins to support building, deploying and automating any project.
@@ -40,7 +40,7 @@ annotations:
4040
- name: jenkins
4141
image: docker.io/jenkins/jenkins:2.516.1-jdk21
4242
- name: k8s-sidecar
43-
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
43+
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
4444
- name: inbound-agent
4545
image: jenkins/inbound-agent:3327.v868139a_d00e0-2
4646
artifacthub.io/category: "integration-delivery"

charts/jenkins/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
259259
| [controller.sidecars.configAutoReload.folder](./values.yaml#L630) | string | | `"/var/jenkins_home/casc_configs"` |
260260
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L572) | string | Registry for the image that triggers the reload | `"docker.io"` |
261261
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L574) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
262-
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L576) | string | Tag for the image that triggers the reload | `"1.30.3"` |
262+
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L576) | string | Tag for the image that triggers the reload | `"1.30.7"` |
263263
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L577) | string | | `"IfNotPresent"` |
264264
| [controller.sidecars.configAutoReload.logging](./values.yaml#L594) | object | Config auto-reload logging settings | `{"configuration":{"backupCount":3,"formatter":"JSON","logLevel":"INFO","logToConsole":true,"logToFile":false,"maxBytes":1024,"override":false}}` |
265265
| [controller.sidecars.configAutoReload.logging.configuration.override](./values.yaml#L598) | bool | Enables custom log config utilizing using the settings below. | `false` |

charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ default values:
134134
value: POST
135135
- name: REQ_RETRY_CONNECT
136136
value: "10"
137-
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
137+
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
138138
imagePullPolicy: IfNotPresent
139139
name: config-reload
140140
resources: {}
@@ -161,7 +161,7 @@ default values:
161161
value: my-namespace
162162
- name: METHOD
163163
value: LIST
164-
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
164+
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
165165
imagePullPolicy: IfNotPresent
166166
name: config-reload-init
167167
resources: {}
@@ -355,7 +355,7 @@ test scheme for config-reload:
355355
value: POST
356356
- name: REQ_RETRY_CONNECT
357357
value: "10"
358-
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
358+
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
359359
imagePullPolicy: IfNotPresent
360360
name: config-reload
361361
resources: {}
@@ -382,7 +382,7 @@ test scheme for config-reload:
382382
value: my-namespace
383383
- name: METHOD
384384
value: LIST
385-
image: docker.io/kiwigrid/k8s-sidecar:1.30.3
385+
image: docker.io/kiwigrid/k8s-sidecar:1.30.7
386386
imagePullPolicy: IfNotPresent
387387
name: config-reload-init
388388
resources: {}

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ controller:
573573
# -- Repository of the image that triggers the reload
574574
repository: kiwigrid/k8s-sidecar
575575
# -- Tag for the image that triggers the reload
576-
tag: 1.30.3
576+
tag: 1.30.7
577577
imagePullPolicy: IfNotPresent
578578
resources:
579579
{}

0 commit comments

Comments
 (0)