[stable/jenkins] update agent image (#23191)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
This commit is contained in:
Torsten Walter
2020-07-15 06:16:37 -07:00
committed by GitHub
parent 6a7b55bf3c
commit c8cabc2809
4 changed files with 10 additions and 5 deletions
+5
View File
@@ -5,6 +5,11 @@ numbering uses [semantic versioning](http://semver.org).
NOTE: The change log until version 1.5.7 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.
## 2.4.0 Update default agent image
`jenkins/jnlp-slave` is deprected and `jenkins/inbound-agent` should be used instead.
Also updated it to newest version (4.3-4).
## 2.3.3 correct templating of master.slaveJenkinsUrl
Fixes #22708
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 2.3.3
version: 2.4.0
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+2 -2
View File
@@ -288,9 +288,9 @@ Some third-party systems, e.g. GitHub, use HTML-formatted data in their payload
| `agent.alwaysPullImage` | Always pull agent container image before build | `false` |
| `agent.customJenkinsLabels`| Append Jenkins labels to the agent | `{}` |
| `agent.enabled` | Enable Kubernetes plugin jnlp-agent podTemplate | `true` |
| `agent.image` | Agent image name | `jenkins/jnlp-slave` |
| `agent.image` | Agent image name | `jenkins/inbound-agent`|
| `agent.imagePullSecretName` | Agent image pull secret | Not set |
| `agent.tag` | Agent image tag | `3.27-1` |
| `agent.tag` | Agent image tag | `4.3-4` |
| `agent.privileged` | Agent privileged container | `false` |
| `agent.resources` | Resources allocation (Requests and Limits) | `{requests: {cpu: 512m, memory: 512Mi}, limits: {cpu: 512m, memory: 512Mi}}` |
| `agent.volumes` | Additional volumes | `[]` |
+2 -2
View File
@@ -453,8 +453,8 @@ master:
agent:
enabled: true
image: "jenkins/jnlp-slave"
tag: "3.27-1"
image: "jenkins/inbound-agent"
tag: "4.3-4"
workingDir: "/home/jenkins"
customJenkinsLabels: []
# name of the secret to be used for image pulling