From ec0cbda00f9bc5176d8828444058af7d140011e8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 29 Mar 2022 23:22:16 +0200 Subject: [PATCH] Update build-release.sh --- tools/build-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build-release.sh b/tools/build-release.sh index c734f14ed60..dc0c6d9bfc3 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -476,7 +476,8 @@ copy_docs() { prep_helm() { if [[ -z "$standalone" ]]; then - helm repo add truecharts https://truecharts.org + helm repo add truecharts-old https://truecharts.org + helm repo add truecharts https://charts.truecharts.org helm repo add truecharts-library https://library-charts.truecharts.org helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add metallb https://metallb.github.io/metallb