Skip to content

Commit

Permalink
Updating jenkins to version 2.289.1 and updating role example to matc…
Browse files Browse the repository at this point in the history
…h a real IAM role
  • Loading branch information
missingcharacter committed Jun 7, 2021
1 parent 88e8260 commit f02115b
Show file tree
Hide file tree
Showing 2 changed files with 2 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.277.4-lts-jdk11
FROM jenkins/jenkins:2.289.1-lts-jdk11

USER root

Expand Down
3 changes: 1 addition & 2 deletions kubernetes/helm-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
agent:
privileged: true
alwaysPullImage: false
volumes:
- type: HostPath
Expand All @@ -9,7 +8,7 @@ agent:
hostPath: /usr/bin/docker
mountPath: /usr/bin/docker
annotations:
iam.amazonaws.com/role: jenkins_agents_role_arn
iam.amazonaws.com/role: arn:aws:iam::000000000000:role/something
resources:
requests:
cpu: 1024m
Expand Down

0 comments on commit f02115b

Please sign in to comment.