Skip to content

Commit

Permalink
Bumping Jenkins to version 2.332.2
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Apr 30, 2022
1 parent 71dd318 commit 283c8e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.319.3-jdk11
FROM jenkins/jenkins:2.332.2-jdk11

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- LDAP_USERS=user01,user02
- LDAP_PASSWORDS=password1,password2
jenkins:
image: nxtlytics/jenkins-controller:v0.0.19
image: nxtlytics/jenkins-controller:v0.0.20
build:
context: .
user: "root:root"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ additionalAgents:
tag: v0.0.7
controller:
image: nxtlytics/jenkins-controller
tag: v0.0.19
tag: v0.0.20
imagePullPolicy: IfNotPresent
adminSecret: false
enableRawHtmlMarkupFormatter: true
Expand Down

0 comments on commit 283c8e7

Please sign in to comment.