Merge "SEBA-786 updating helm chart versions for cord-7.0" into cord-7.0
diff --git a/charts/base-kubernetes.md b/charts/base-kubernetes.md
index b1baf59..95dfa50 100644
--- a/charts/base-kubernetes.md
+++ b/charts/base-kubernetes.md
@@ -7,5 +7,5 @@
You can then install it using:
```shell
-helm install -n base-kubernetes cord/base-kubernetes
+helm install -n base-kubernetes cord/base-kubernetes --version 1.2.1
```
diff --git a/charts/bbsim.md b/charts/bbsim.md
index 07c6c69..20c009f 100644
--- a/charts/bbsim.md
+++ b/charts/bbsim.md
@@ -7,7 +7,7 @@
{% include "../partials/helm/add-cord-repo.md" %}
```shell
-helm install -n bbsim cord/bbsim
+helm install -n bbsim cord/bbsim --version 2.0.0
```
## Set a different number of ONUs
diff --git a/charts/helm.md b/charts/helm.md
index dd2e1a2..ffbf18d 100644
--- a/charts/helm.md
+++ b/charts/helm.md
@@ -71,7 +71,7 @@
You can get the CORD helm charts by cloning the `helm-charts` repository:
```shell
-git clone https://gerrit.opencord.org/helm-charts
+git clone -b cord-7.0 https://gerrit.opencord.org/helm-charts
```
> **Note:** If you have downloaded the CORD code following the [Getting the Source
diff --git a/charts/logging-monitoring.md b/charts/logging-monitoring.md
index 6b6fca5..67adb6f 100644
--- a/charts/logging-monitoring.md
+++ b/charts/logging-monitoring.md
@@ -14,7 +14,7 @@
## nem-monitoring charts
```shell
-helm install -n nem-monitoring cord/nem-monitoring
+helm install -n nem-monitoring cord/nem-monitoring --version 1.0.5
```
> NOTE: In order to display `voltha` kpis you need to have `voltha`
diff --git a/charts/mininet.md b/charts/mininet.md
index 4a81d93..07353e4 100644
--- a/charts/mininet.md
+++ b/charts/mininet.md
@@ -11,7 +11,7 @@
To install:
```shell
-helm install -n mininet cord/mininet \
+helm install -n mininet --version 0.5.2 cord/mininet \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/onos.md b/charts/onos.md
index b8f29d3..e6b3b31 100644
--- a/charts/onos.md
+++ b/charts/onos.md
@@ -5,7 +5,7 @@
Then, to install ONOS run:
```shell
-helm install -n onos cord/onos
+helm install -n onos cord/onos --version 1.1.2
```
**Nodeports exposed**
diff --git a/charts/ponnet.md b/charts/ponnet.md
index 04eda55..b8a2ea4 100644
--- a/charts/ponnet.md
+++ b/charts/ponnet.md
@@ -11,7 +11,7 @@
You can then install the chart using:
```bash
-helm install -n ponnet cord/ponnet \
+helm install -n ponnet cord/ponnet- -version 1.2.1 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/ponsim-pod.md b/charts/ponsim-pod.md
index 5ead734..2c0b843 100644
--- a/charts/ponsim-pod.md
+++ b/charts/ponsim-pod.md
@@ -7,7 +7,7 @@
You can then install it using:
```shell
-helm install -n ponsim-pod cord/ponsim-pod \
+helm install -n ponsim-pod cord/ponsim-pod --version 1.3.4 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/ponsimv2.md b/charts/ponsimv2.md
index 32c382d..dbff1bb 100644
--- a/charts/ponsimv2.md
+++ b/charts/ponsimv2.md
@@ -12,7 +12,7 @@
To install:
```shell
-helm install -n ponsimv2 cord/ponsimv2 \
+helm install -n ponsimv2 cord/ponsimv2 --version 1.2.1 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/seba-services.md b/charts/seba-services.md
index a28dc97..6f44a7a 100644
--- a/charts/seba-services.md
+++ b/charts/seba-services.md
@@ -7,5 +7,5 @@
You can then install it using:
```shell
-helm install -n seba-service cord/seba-services
+helm install -n seba-service cord/seba-services --version 1.2.8
```
diff --git a/charts/xos-core.md b/charts/xos-core.md
index 487b23a..49e9eee 100644
--- a/charts/xos-core.md
+++ b/charts/xos-core.md
@@ -5,7 +5,7 @@
{% include "../partials/helm/add-cord-repo.md" %}
```shell
-helm install -n xos-core cord/xos-core
+helm install -n xos-core cord/xos-core --version 3.0.9
```
**Nodeports exposed**