Skip to content

Commit

Permalink
chore(deps): update docker.io/kiwigrid/k8s-sidecar docker tag to v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dependency-updater[bot] authored Jan 27, 2025
1 parent a93b668 commit 3f4e122
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 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.8.6

Update `docker.io/kiwigrid/k8s-sidecar` to version `1.29.1`

## 5.8.5

Update `jenkins/inbound-agent` to version `3283.v92c105e0f819-7`
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jenkins
type: application
home: https://www.jenkins.io/
version: 5.8.5
version: 5.8.6
appVersion: 2.479.3
description: >
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.
Expand Down Expand Up @@ -40,7 +40,7 @@ annotations:
- name: jenkins
image: docker.io/jenkins/jenkins:2.479.3-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.29.0
image: docker.io/kiwigrid/k8s-sidecar:1.29.1
- name: inbound-agent
image: jenkins/inbound-agent:3283.v92c105e0f819-7
artifacthub.io/category: "integration-delivery"
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.sidecars.configAutoReload.folder](./values.yaml#L623) | string | | `"/var/jenkins_home/casc_configs"` |
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L567) | string | Registry for the image that triggers the reload | `"docker.io"` |
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L569) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L571) | string | Tag for the image that triggers the reload | `"1.29.0"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L571) | string | Tag for the image that triggers the reload | `"1.29.1"` |
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L572) | string | | `"IfNotPresent"` |
| [controller.sidecars.configAutoReload.logging](./values.yaml#L587) | object | Config auto-reload logging settings | `{"configuration":{"backupCount":3,"formatter":"JSON","logLevel":"INFO","logToConsole":true,"logToFile":false,"maxBytes":1024,"override":false}}` |
| [controller.sidecars.configAutoReload.logging.configuration.override](./values.yaml#L591) | bool | Enables custom log config utilizing using the settings below. | `false` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ default values:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:1.29.0
image: docker.io/kiwigrid/k8s-sidecar:1.29.1
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand All @@ -147,7 +147,7 @@ default values:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:1.29.0
image: docker.io/kiwigrid/k8s-sidecar:1.29.1
imagePullPolicy: IfNotPresent
name: config-reload-init
resources: {}
Expand Down Expand Up @@ -341,7 +341,7 @@ test scheme for config-reload:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:1.29.0
image: docker.io/kiwigrid/k8s-sidecar:1.29.1
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand All @@ -368,7 +368,7 @@ test scheme for config-reload:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:1.29.0
image: docker.io/kiwigrid/k8s-sidecar:1.29.1
imagePullPolicy: IfNotPresent
name: config-reload-init
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ controller:
# -- Repository of the image that triggers the reload
repository: kiwigrid/k8s-sidecar
# -- Tag for the image that triggers the reload
tag: 1.29.0
tag: 1.29.1
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down

0 comments on commit 3f4e122

Please sign in to comment.