From ef8402ca0521c4dd7dd851b8acc0e6a4f3b6cb70 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Fri, 23 Aug 2024 00:33:00 +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 fc8ac79..11bcb92 100644 --- a/index.js +++ b/index.js @@ -90,7 +90,7 @@ app.post('/git-scan/', async (req, res) => { "containers": [ { "name": "scanjob", - "image": "rohitcoder/hela", + "image": "rohitcoder/hela:v1", "imagePullPolicy": "Always", "args": job_args, }