From bd6f3a6040cc7dcca18dc4bc81ce236271192589 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Mon, 26 Aug 2024 17:20:32 +0530 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 60fefaf..df41e9a 100644 --- a/index.js +++ b/index.js @@ -90,7 +90,7 @@ app.post('/git-scan/', async (req, res) => { "containers": [ { "name": "scanjob", - "image": "rohitcoder/hela:v4", + "image": "rohitcoder/hela:v5", "imagePullPolicy": "Always", "args": job_args, }