From 5c62297b6b311055fd276604f4892a193cbdbc35 Mon Sep 17 00:00:00 2001 From: Mehdi <55152886+Mehdi-Mameri@users.noreply.github.com> Date: Fri, 17 Sep 2021 14:28:28 +0200 Subject: [PATCH] fix: change helm repo for install switch from deprecated url to new github repositories url for chart helm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2a70e..59046b6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Note that if you are using [terraform](https://www.terraform.io/) using a Jenkin To install the git operator by hand using [helm 3](https://helm.sh/) then try: ```bash -helm repo add jx3 https://storage.googleapis.com/jenkinsxio/charts +helm repo add jxgh https://jenkins-x-charts.github.io/repo helm upgrade --install \ --set url=$GIT_URL \ --set username=$GIT_USER \