Skip to content

Commit

Permalink
Merge pull request #4 from Over-haul/P20-2489
Browse files Browse the repository at this point in the history
[P20-2489] Bumping jenkins image to `2.414.1`
  • Loading branch information
ricardo-overhaul authored Aug 31, 2023
2 parents 48f6148 + 6e273c3 commit 5327080
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.401.2-jdk11
FROM jenkins/jenkins:2.414.1-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: public.ecr.aws/e5r9m0c5/jenkins-controller:v1.0.3
image: public.ecr.aws/e5r9m0c5/jenkins-controller:v1.0.4
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: v1.0.4
controller:
image: public.ecr.aws/e5r9m0c5/jenkins-controller
tag: v1.0.3
tag: v1.0.4
imagePullPolicy: IfNotPresent
adminSecret: false
enableRawHtmlMarkupFormatter: true
Expand Down

0 comments on commit 5327080

Please sign in to comment.