From 03e8c54e5cda9d34efd6c20a8f9d2ea28465b463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Alm=C3=A1di?= Date: Mon, 13 May 2024 11:26:30 +0200 Subject: [PATCH] fix: add runix helm repo to the dependency hack script --- hack/helm-dependencies.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/helm-dependencies.bash b/hack/helm-dependencies.bash index 6bb6613d..8d1e38b6 100755 --- a/hack/helm-dependencies.bash +++ b/hack/helm-dependencies.bash @@ -5,6 +5,7 @@ if ! helm repo list ; then echo "Need to add repos" helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev helm repo add hashicorp https://helm.releases.hashicorp.com + helm repo add runix https://helm.runix.net fi # This hack script will download all chart/umbrella dependency charts.