Skip to content

Commit 74ac8b3

Browse files
committed
Bump default agent to gocd/gocd-agent-alpine-3.17:v23.1.0
1 parent 3c9f4a9 commit 74ac8b3

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
@@ -303,8 +303,8 @@ private static Map<String, String> getJinJavaContext() {
303303
HashMap<String, String> context = new HashMap<>();
304304
context.put(POD_POSTFIX, UUID.randomUUID().toString());
305305
context.put(CONTAINER_POSTFIX, UUID.randomUUID().toString());
306-
context.put(GOCD_AGENT_IMAGE, "gocd/gocd-agent-alpine-3.16");
307-
context.put(LATEST_VERSION, "v22.3.0");
306+
context.put(GOCD_AGENT_IMAGE, "gocd/gocd-agent-alpine-3.17");
307+
context.put(LATEST_VERSION, "v23.1.0");
308308
return context;
309309
}
310310
}

0 commit comments

Comments
 (0)