File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : jenkins
33description : 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
66home : https://jenkins.io/
77icon : https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
88sources :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Jenkins chart and t
4242Parameter | 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 | ` {} `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fullnameOverride: ""
33
44image :
55 repository : jenkins/jenkins
6- tag : 2.164.2 -alpine
6+ tag : 2.164.3 -alpine
77 pullPolicy : IfNotPresent
88
99imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments