From c371484f090ea69ceb5debe759a207a397fd7117 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Mon, 7 Sep 2020 13:36:15 -0500 Subject: [PATCH] added helm --- Docker.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Docker.md b/Docker.md index 9f17fd9..5f95a84 100644 --- a/Docker.md +++ b/Docker.md @@ -107,6 +107,11 @@ Execute the following commands: sudo docker pull linuxserver/radarr sudo systemctl restart docker-radarr ``` +# Using Helm +The Radarr team does not currently maintain a helm chart directly + +A popular helm chart is maintained by the guys over at [k8s@home](https://github.com/k8s-at-home/charts). +Installation, upgrade, and removal docs are all on the [artifacthub.io page](https://artifacthub.io/packages/helm/k8s-at-home/radarr) # Using Ansible Ansible provides a simple module to manage docker containers. Here's a simple task that can get Radarr running.