From f51092832a3ba129da5dd2775be077533c01bd1e Mon Sep 17 00:00:00 2001 From: Danny Sauer Date: Thu, 18 Apr 2024 13:01:49 -0500 Subject: [PATCH] Add helm repo and chart name to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1189a8..28addcd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Read more in this [blog](https://blog.digger.dev/how-we-are-designing-digger-to- The installation must be executed in two steps, as explaned in the [Digger official documentation](https://docs.digger.dev/self-host/deploy-docker-compose#create-github-app): -1. Install the helm chart leaving empty all the data related to the GitHub App +1. Install the `digger-backend` helm chart from https://diggerhq.github.io/helm-charts/, leaving empty all the data related to the GitHub App 2. Go to `your_digger_hostname/github/setup` to install and configure the GitHub App 3. Configure in the helm values or in the external secret all the data related to the new GitHub app and upgrade the helm installation to reload the Digger application with the new configuration