Skip to content

Commit 049e35b

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

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.5.13
16+
17+
Update `docker.io/kiwigrid/k8s-sidecar` to version `1.27.6`
18+
1519
## 5.5.12
1620

1721
Update `configuration-as-code` to version `1850.va_a_8c31d3158b_`

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.5.12
5+
version: 5.5.13
66
appVersion: 2.462.1
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
@@ -40,7 +40,7 @@ annotations:
4040
- name: jenkins
4141
image: docker.io/jenkins/jenkins:2.462.1-jdk17
4242
- name: k8s-sidecar
43-
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
43+
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
4444
- name: inbound-agent
4545
image: jenkins/inbound-agent:3261.v9c670a_4748a_9-1
4646
artifacthub.io/category: "integration-delivery"

charts/jenkins/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
254254
| [controller.sidecars.configAutoReload.folder](./values.yaml#L613) | string | | `"/var/jenkins_home/casc_configs"` |
255255
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L557) | string | Registry for the image that triggers the reload | `"docker.io"` |
256256
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L559) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
257-
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L561) | string | Tag for the image that triggers the reload | `"1.27.5"` |
257+
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L561) | string | Tag for the image that triggers the reload | `"1.27.6"` |
258258
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L562) | string | | `"IfNotPresent"` |
259259
| [controller.sidecars.configAutoReload.logging](./values.yaml#L577) | object | Config auto-reload logging settings | `{"configuration":{"backupCount":3,"formatter":"JSON","logLevel":"INFO","logToConsole":true,"logToFile":false,"maxBytes":1024,"override":false}}` |
260260
| [controller.sidecars.configAutoReload.logging.configuration.override](./values.yaml#L581) | 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
@@ -119,7 +119,7 @@ default values:
119119
value: POST
120120
- name: REQ_RETRY_CONNECT
121121
value: "10"
122-
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
122+
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
123123
imagePullPolicy: IfNotPresent
124124
name: config-reload
125125
resources: {}
@@ -145,7 +145,7 @@ default values:
145145
value: my-namespace
146146
- name: METHOD
147147
value: LIST
148-
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
148+
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
149149
imagePullPolicy: IfNotPresent
150150
name: config-reload-init
151151
resources: {}
@@ -338,7 +338,7 @@ test scheme for config-reload:
338338
value: POST
339339
- name: REQ_RETRY_CONNECT
340340
value: "10"
341-
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
341+
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
342342
imagePullPolicy: IfNotPresent
343343
name: config-reload
344344
resources: {}
@@ -364,7 +364,7 @@ test scheme for config-reload:
364364
value: my-namespace
365365
- name: METHOD
366366
value: LIST
367-
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
367+
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
368368
imagePullPolicy: IfNotPresent
369369
name: config-reload-init
370370
resources: {}

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ controller:
558558
# -- Repository of the image that triggers the reload
559559
repository: kiwigrid/k8s-sidecar
560560
# -- Tag for the image that triggers the reload
561-
tag: 1.27.5
561+
tag: 1.27.6
562562
imagePullPolicy: IfNotPresent
563563
resources: {}
564564
# limits:

0 commit comments

Comments
 (0)