Skip to content

Commit

Permalink
chore(deps): update docker.io/kiwigrid/k8s-sidecar docker tag to v1.2…
Browse files Browse the repository at this point in the history
…7.6 (#1185)

Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
  • Loading branch information
jenkins-dependency-updater[bot] authored Aug 30, 2024
1 parent e60a42b commit 049e35b
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.5.13

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

## 5.5.12

Update `configuration-as-code` to version `1850.va_a_8c31d3158b_`
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.5.12
version: 5.5.13
appVersion: 2.462.1
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.462.1-jdk17
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
- name: inbound-agent
image: jenkins/inbound-agent:3261.v9c670a_4748a_9-1
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 @@ -254,7 +254,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.sidecars.configAutoReload.folder](./values.yaml#L613) | string | | `"/var/jenkins_home/casc_configs"` |
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L557) | string | Registry for the image that triggers the reload | `"docker.io"` |
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L559) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L561) | string | Tag for the image that triggers the reload | `"1.27.5"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L561) | string | Tag for the image that triggers the reload | `"1.27.6"` |
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L562) | string | | `"IfNotPresent"` |
| [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}}` |
| [controller.sidecars.configAutoReload.logging.configuration.override](./values.yaml#L581) | 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 @@ -119,7 +119,7 @@ default values:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand All @@ -145,7 +145,7 @@ default values:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
imagePullPolicy: IfNotPresent
name: config-reload-init
resources: {}
Expand Down Expand Up @@ -338,7 +338,7 @@ test scheme for config-reload:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand All @@ -364,7 +364,7 @@ test scheme for config-reload:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:1.27.5
image: docker.io/kiwigrid/k8s-sidecar:1.27.6
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 @@ -558,7 +558,7 @@ controller:
# -- Repository of the image that triggers the reload
repository: kiwigrid/k8s-sidecar
# -- Tag for the image that triggers the reload
tag: 1.27.5
tag: 1.27.6
imagePullPolicy: IfNotPresent
resources: {}
# limits:
Expand Down

0 comments on commit 049e35b

Please sign in to comment.