Skip to content

Commit a792fad

Browse files
authored
Bump default agent image versions
1 parent 484a441 commit a792fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ private static Map<String, String> getJinJavaContext() {
300300
HashMap<String, String> context = new HashMap<>();
301301
context.put(POD_POSTFIX, UUID.randomUUID().toString());
302302
context.put(CONTAINER_POSTFIX, UUID.randomUUID().toString());
303-
context.put(GOCD_AGENT_IMAGE, "gocd/gocd-agent-alpine-3.17");
304-
context.put(LATEST_VERSION, "v23.1.0");
303+
context.put(GOCD_AGENT_IMAGE, "gocd/gocd-agent-alpine-3.19");
304+
context.put(LATEST_VERSION, "v23.5.0");
305305
return context;
306306
}
307307
}

0 commit comments

Comments
 (0)