From fe73344f6a4b987544748eb2fc7dfe05b2fcbdde Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Fri, 23 Aug 2024 16:06:50 +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 50d43f5..70fbdb5 100644 --- a/index.js +++ b/index.js @@ -90,7 +90,7 @@ app.post('/git-scan/', async (req, res) => { "containers": [ { "name": "scanjob", - "image": "rohitcoder/hela:v2", + "image": "rohitcoder/hela:latest", "imagePullPolicy": "Always", "args": job_args, }