From 71e4ebf7f777cd979130972dc30c36b767e1457b Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Wed, 20 Jan 2021 11:39:49 -0700 Subject: [PATCH 1/2] Add rstats templates Signed-off-by: Peter Solymos --- templates.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates.json b/templates.json index 2f0beb0..fb97b65 100644 --- a/templates.json +++ b/templates.json @@ -349,5 +349,23 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "official": "false" + }, + { + "template": "rstats-minimal", + "platform": "x86_64", + "language": "R", + "source": "analythium", + "description": "Classic R (rstats) Template", + "repo": "https://github.com/analythium/openfaas-rstats-templates", + "official": "false" + } + { + "template": "rstats-base-plumber", + "platform": "x86_64", + "language": "R", + "source": "analythium", + "description": "R (rstats) HTTP Template", + "repo": "https://github.com/analythium/openfaas-rstats-templates", + "official": "false" } ] From 36e98759c6d2a05bcf71f352956799c964da5b20 Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Thu, 21 Jan 2021 08:15:35 -0700 Subject: [PATCH 2/2] Added missing separator Signed-off-by: Peter Solymos --- templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.json b/templates.json index fb97b65..a2303b2 100644 --- a/templates.json +++ b/templates.json @@ -358,7 +358,7 @@ "description": "Classic R (rstats) Template", "repo": "https://github.com/analythium/openfaas-rstats-templates", "official": "false" - } + }, { "template": "rstats-base-plumber", "platform": "x86_64",