From e255ced87f9404dad27b75e6b0e7d7e657a2e3b7 Mon Sep 17 00:00:00 2001 From: natto1784 Date: Thu, 17 Nov 2022 22:56:19 +0530 Subject: [PATCH] concourse: bump Signed-off-by: natto1784 --- concourse/concourse-worker.nomad | 6 +----- concourse/concourse.nomad | 10 +--------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/concourse/concourse-worker.nomad b/concourse/concourse-worker.nomad index 41c0198..ff21270 100644 --- a/concourse/concourse-worker.nomad +++ b/concourse/concourse-worker.nomad @@ -25,17 +25,13 @@ job "concourse-worker" { task "concourse" { driver = "docker" config { - image = "rdclda/concourse:7.7.0" + image = "rdclda/concourse:7.8.3" command = "worker" image_pull_timeout = "30m" privileged = true volumes = [ "/var/lib/nomad-st/concourse-worker:/work"] entrypoint = [ "dumb-init", "/work/entrypoint.sh" ] } - resources { - cpu = 2048 - memory = 2048 - } template { data = <