Bump seedjobs agent image version to 4.9-1 (#604)

This commit is contained in:
Szymon Fugas 2021-07-23 10:29:04 +02:00 committed by GitHub
parent bd32624fe1
commit 9d5c525ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ func agentDeployment(jenkins *v1alpha2.Jenkins, namespace string, agentName stri
Containers: []corev1.Container{
{
Name: "jnlp",
Image: "jenkins/inbound-agent:alpine",
Image: "jenkins/inbound-agent:4.9-1",
Env: []corev1.EnvVar{
{
Name: "JENKINS_TUNNEL",