Skip to content

Commit aaa513b

Browse files
authored
[jenkins] Upgrade to 2.164.3 (#30)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent d8e09ab commit aaa513b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/jenkins/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: jenkins
33
description: The leading open source automation server
4-
version: 1.0.1
5-
appVersion: 2.164.2
4+
version: 1.0.2
5+
appVersion: 2.164.3
66
home: https://jenkins.io/
77
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
88
sources:

charts/jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Jenkins chart and t
4242
Parameter | Description | Default
4343
--- | --- | ---
4444
`image.repository` | The Jenkins image repository | `jenkins/jenkins`
45-
`image.tag` | The Jenkins image tag | `2.164.2-alpine`
45+
`image.tag` | The Jenkins image tag | `2.164.3-alpine`
4646
`image.pullPolicy` | The Jenkins image pull policy | `IfNotPresent`
4747
`imagePullSecrets` | Image pull secrets | `[]`
4848
`podAnnotations` | Annotations for the Jenkins pod | `{}`

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fullnameOverride: ""
33

44
image:
55
repository: jenkins/jenkins
6-
tag: 2.164.2-alpine
6+
tag: 2.164.3-alpine
77
pullPolicy: IfNotPresent
88

99
imagePullSecrets: []

0 commit comments

Comments
 (0)