From 8cf1224d68d079c1df5b55615ff17e851990f73e Mon Sep 17 00:00:00 2001 From: Shardul Srivastava Date: Tue, 31 Jan 2023 22:37:28 +0100 Subject: [PATCH] Change docker image Co-authored-by: Giovanni Liva Signed-off-by: Shardul Srivastava --- functions-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-runtime/README.md b/functions-runtime/README.md index 50576ef07b..d3d5eadf6a 100644 --- a/functions-runtime/README.md +++ b/functions-runtime/README.md @@ -24,7 +24,7 @@ docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/m ### Docker with function and external data - prometheus ``` -docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/prometheus.ts -e DATA='{ "url":"http://localhost:9090", "metrics": "up{service=\"kubernetes\"}", "expected_value": "1" }' -it keptnsandbox/klc-runtime:${VERSION} +docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/prometheus.ts -e DATA='{ "url":"http://localhost:9090", "metrics": "up{service=\"kubernetes\"}", "expected_value": "1" }' -it ghcr.keptn.sh/keptn/functions-runtime:${VERSION} ``` \ No newline at end of file