Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.46

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

## 5.9.45

Update `kubernetes` to version `4538.v5b_ce7f35b_257`
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.9.45
version: 5.9.46
appVersion: 2.568.1
description: >
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.
Expand Down Expand Up @@ -40,7 +40,7 @@ annotations:
- name: jenkins
image: docker.io/jenkins/jenkins:2.568.1-jdk21
- name: k8s-sidecar
image: docker.io/kiwigrid/k8s-sidecar:2.8.1
image: docker.io/kiwigrid/k8s-sidecar:2.9.0
- name: inbound-agent
image: jenkins/inbound-agent:3384.v60d89463d9e0-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 @@ -276,7 +276,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.sidecars.configAutoReload.healthPort](./values.yaml#L589) | int | Port for sidecar health probes | `8060` |
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L582) | string | Registry for the image that triggers the reload | `"docker.io"` |
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L584) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L586) | string | Tag for the image that triggers the reload | `"2.8.1"` |
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L586) | string | Tag for the image that triggers the reload | `"2.9.0"` |
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L587) | string | | `"IfNotPresent"` |
| [controller.sidecars.configAutoReload.logging](./values.yaml#L606) | 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#L610) | 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 @@ -136,7 +136,7 @@ default values:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:2.8.1
image: docker.io/kiwigrid/k8s-sidecar:2.9.0
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand Down Expand Up @@ -167,7 +167,7 @@ default values:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:2.8.1
image: docker.io/kiwigrid/k8s-sidecar:2.9.0
imagePullPolicy: IfNotPresent
name: config-reload-init
resources: {}
Expand Down Expand Up @@ -366,7 +366,7 @@ test scheme for config-reload:
value: POST
- name: REQ_RETRY_CONNECT
value: "10"
image: docker.io/kiwigrid/k8s-sidecar:2.8.1
image: docker.io/kiwigrid/k8s-sidecar:2.9.0
imagePullPolicy: IfNotPresent
name: config-reload
resources: {}
Expand Down Expand Up @@ -397,7 +397,7 @@ test scheme for config-reload:
value: my-namespace
- name: METHOD
value: LIST
image: docker.io/kiwigrid/k8s-sidecar:2.8.1
image: docker.io/kiwigrid/k8s-sidecar:2.9.0
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 @@ -583,7 +583,7 @@ controller:
# -- Repository of the image that triggers the reload
repository: kiwigrid/k8s-sidecar
# -- Tag for the image that triggers the reload
tag: 2.8.1
tag: 2.9.0
imagePullPolicy: IfNotPresent
# -- Port for sidecar health probes
healthPort: 8060
Expand Down
Loading