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