Skip to content

Commit 09db133

Browse files
authored
[jenkins] Fix version in readme (#7)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent 261148f commit 09db133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
description: The leading open source automation server
4-
version: 1.0.0
4+
version: 1.0.1
55
appVersion: 2.164.2
66
home: https://jenkins.io/
77
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png

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.150.1`
45+
`image.tag` | The Jenkins image tag | `2.164.2-alpine`
4646
`image.pullPolicy` | The Jenkins image pull policy | `IfNotPresent`
4747
`imagePullSecrets` | Image pull secrets | `[]`
4848
`podAnnotations` | Annotations for the Jenkins pod | `{}`

0 commit comments

Comments
 (0)