setting up the go envrionment

Change-Id: Icf18b1def15ff9f45452010fdede034e42315a43
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 00d1281..a2a918e 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 1.3.8
+version: 1.3.9
 appVersion: v0.0.0
 keywords:
   - aether
diff --git a/aether-roc-umbrella/README.md b/aether-roc-umbrella/README.md
index 8c3df88..03a720b 100644
--- a/aether-roc-umbrella/README.md
+++ b/aether-roc-umbrella/README.md
@@ -46,7 +46,7 @@
 
 Then run:
 ```bash
-helm -n micro-onos install aether-roc-umbrella sdran/aether-roc-umbrella \
+helm -n micro-onos install aether-roc-umbrella aether/aether-roc-umbrella \
 --set onos-config.openidc.issuer=http://dex-ldap-umbrella:5556 \
 --set aether-roc-gui.openidc.issuer=http://dex-ldap-umbrella:5556
 ```
diff --git a/aether-roc-umbrella/tests/aether-roc-umbrella.go b/aether-roc-umbrella/tests/aether-roc-umbrella.go
index 799d41d..54984f4 100644
--- a/aether-roc-umbrella/tests/aether-roc-umbrella.go
+++ b/aether-roc-umbrella/tests/aether-roc-umbrella.go
@@ -17,6 +17,8 @@
 	"github.com/stretchr/testify/assert"
 )
 
+const aetherCharts = "https://charts.aetherproject.org/"
+
 // AetherRocUmbrellaSuite is the aether-roc-umbrella chart test suite
 type AetherRocUmbrellaSuite struct {
 	test.Suite
@@ -50,7 +52,7 @@
 	assert.NoError(t, err)
 	registry := s.c.GetArg("registry").String("")
 
-	onos := helm.Chart("aether-roc-umbrella", onostest.SdranChartRepo).
+	onos := helm.Chart("aether-roc-umbrella", aetherCharts).
 		Release("aether-roc-umbrella").
 		SetUsername(username).
 		SetPassword(password).