Skip to content

Commit 72389d5

Browse files
Merge pull request #36 from syncier/update-k8s-sidecar-image
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
2 parents bdbc999 + dd4425a commit 72389d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1010

1111
The change log 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.
1212

13+
## 2.6.3
14+
15+
Update k8s-sidecar image to 0.1.193
16+
1317
## 2.6.2
1418

1519
Only mount empty dir secrets-dir if either `master.enableXmlConfig` or `master.secretsFilesSecret` is set

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: jenkins
33
home: https://jenkins.io/
4-
version: 2.6.2
4+
version: 2.6.3
55
appVersion: lts
66
description: Open source continuous integration server. It supports multiple SCM tools
77
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ master:
304304
# jcasc changes will cause a reboot and will only be applied at the subsequent start-up. Auto-reload uses the
305305
# http://<jenkins_url>/reload-configuration-as-code endpoint to reapply config when changes to the configScripts are detected.
306306
enabled: true
307-
image: kiwigrid/k8s-sidecar:0.1.144
307+
image: kiwigrid/k8s-sidecar:0.1.193
308308
imagePullPolicy: IfNotPresent
309309
resources: {}
310310
# limits:

0 commit comments

Comments
 (0)