From 2e9c4bc5ab376b0e4f5c3df28521ad33690e3595 Mon Sep 17 00:00:00 2001 From: Nicola Girardi Date: Fri, 6 Sep 2024 18:01:17 +0100 Subject: [PATCH] FDN-2295: Update references to *-postgresql images latest tag --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c6818c4d..3bcd3b0c 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { inheritFrom 'kaniko-slim' containerTemplates([ - containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest-pg15", alwaysPullImage: true, resourceRequestMemory: '1Gi'), + containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest", alwaysPullImage: true, resourceRequestMemory: '1Gi'), containerTemplate(name: 'play', image: "flowdocker/play_builder:latest-java17", alwaysPullImage: true, resourceRequestMemory: '2Gi', command: 'cat', ttyEnabled: true) ]) }