Skip to content

Commit

Permalink
Bumping jenkins to version 2.289.3
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Aug 9, 2021
1 parent 4dba5b6 commit e874add
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.289.2-lts-jdk11
FROM jenkins/jenkins:2.289.3-lts-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.10
image: nxtlytics/jenkins-controller:v0.0.11
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-test-03
controller:
image: nxtlytics/jenkins-controller
tag: v0.0.10
tag: v0.0.11
imagePullPolicy: IfNotPresent
adminSecret: false
enableRawHtmlMarkupFormatter: true
Expand Down

0 comments on commit e874add

Please sign in to comment.