Skip to content

Commit ea1623c

Browse files
authored
[jenkins] Upgrade to version 2.176.2 (#80)
Signed-off-by: Reinhard Naegele <[email protected]>
1 parent 7bfc1a5 commit ea1623c

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.4.0
5-
appVersion: 2.176.1
4+
version: 1.4.1
5+
appVersion: 2.176.2
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.176.1-alpine`
45+
`image.tag` | The Jenkins image tag | `2.176.2-alpine`
4646
`image.pullPolicy` | The Jenkins image pull policy | `IfNotPresent`
4747
`imagePullSecrets` | Image pull secrets | `[]`
4848
`extraInitContainers` | Additional init containers. Passed through the `tpl` function and thus to be configured as string | `""`

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.176.1-alpine
6+
tag: 2.176.2-alpine
77
pullPolicy: IfNotPresent
88

99
imagePullSecrets: []

0 commit comments

Comments
 (0)