From 244d385af07b0794e1a5c030a198e066e52f7dcd Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Wed, 20 Jan 2021 11:06:33 -0700 Subject: [PATCH 1/2] Added rstats template --- templates.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates.json b/templates.json index 2f0beb0..fb02e79 100644 --- a/templates.json +++ b/templates.json @@ -349,5 +349,14 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "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 18e805b61d440fcb7a77c47b3db77eec43a18371 Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Wed, 20 Jan 2021 11:11:44 -0700 Subject: [PATCH 2/2] Adding rstats-minimal --- templates.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates.json b/templates.json index fb02e79..fb97b65 100644 --- a/templates.json +++ b/templates.json @@ -350,6 +350,15 @@ "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",