Skip to content

Commit

Permalink
[jenkins] Upgrade to version 2.176.2 (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Naegele <[email protected]>
  • Loading branch information
unguiculus authored Jul 22, 2019
1 parent 7bfc1a5 commit ea1623c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: jenkins
description: The leading open source automation server
version: 1.4.0
appVersion: 2.176.1
version: 1.4.1
appVersion: 2.176.2
home: https://jenkins.io/
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Jenkins chart and t
Parameter | Description | Default
--- | --- | ---
`image.repository` | The Jenkins image repository | `jenkins/jenkins`
`image.tag` | The Jenkins image tag | `2.176.1-alpine`
`image.tag` | The Jenkins image tag | `2.176.2-alpine`
`image.pullPolicy` | The Jenkins image pull policy | `IfNotPresent`
`imagePullSecrets` | Image pull secrets | `[]`
`extraInitContainers` | Additional init containers. Passed through the `tpl` function and thus to be configured as string | `""`
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fullnameOverride: ""

image:
repository: jenkins/jenkins
tag: 2.176.1-alpine
tag: 2.176.2-alpine
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit ea1623c

Please sign in to comment.