Replace opencord.org with lfbroadband.org
This replaces all instances of opencord.org with lfbroadband.org, with
the exception of email addresses, which are not yet migrated.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Id34a12b75668e2cab6b6bc76f148f030324ac276
diff --git a/vars/volthaDeploy.groovy b/vars/volthaDeploy.groovy
index af013c7..01a51d7 100644
--- a/vars/volthaDeploy.groovy
+++ b/vars/volthaDeploy.groovy
@@ -117,7 +117,7 @@
sh(label : 'Configure helm repo',
script : """
-helm repo add onf https://charts.opencord.org
+helm repo add onf https://charts.lfbroadband.org
helm repo update
""")