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, }