Merge "[SEBA-395] Adding maven-repo instructions"
diff --git a/offline-install.md b/offline-install.md
index fe0ca41..fd9e649 100644
--- a/offline-install.md
+++ b/offline-install.md
@@ -214,7 +214,7 @@
 # Fetch helm charts
 helm fetch cord/cord-platform --version 6.1.0 --untar
 helm fetch cord/seba --version 1.0.0 --untar
-helm fetch cord/att-workflow --version 1.0.0 --untar
+helm fetch cord/att-workflow --version 1.0.2 --untar
 helm fetch stable/docker-registry --untar
 helm fetch bitnami/nginx --untar
 
diff --git a/profiles/seba/operate/k8s-helm-ops.md b/profiles/seba/operate/k8s-helm-ops.md
index c86aaf6..0df4056 100644
--- a/profiles/seba/operate/k8s-helm-ops.md
+++ b/profiles/seba/operate/k8s-helm-ops.md
@@ -60,11 +60,11 @@
 will pull down the new image and re-launch the `fabric-crossconnect`
 Kubernetes pod using this image.
 
-As another example, v1.0.0 of the `att-workflow` chart runs
+As another example, v1.0.2 of the `att-workflow` chart runs
 the `xosproject/att-workflow-driver:1.0.12` Docker image from Docker Hub.  Suppose that you want to install image `myrepo/att-workflow-driver:test-image` in its place.  To upgrade to this new image run:
 
 ```bash
-helm upgrade --version=1.0.0 --reuse-values \
+helm upgrade --version=1.0.2 --reuse-values \
     --set att-workflow-driver.image.repository=myrepo/att-workflow-driver \
     --set att-workflow-driver.image.tag=test-image \
     att-workflow cord/att-workflow
diff --git a/seba_quickstart.md b/seba_quickstart.md
index c86367e..377552c 100644
--- a/seba_quickstart.md
+++ b/seba_quickstart.md
@@ -21,7 +21,7 @@
 helm install -n seba --version 1.0.0 cord/seba
 
 # Install the AT&T workflow
-helm install -n att-workflow --version 1.0.0 cord/att-workflow
+helm install -n att-workflow --version 1.0.2 cord/att-workflow
 ```
 
 ## Alternatively, install as separate components
@@ -68,7 +68,7 @@
 helm install -n base-kubernetes cord/base-kubernetes
 
 # Install the AT&T workflow
-helm install -n att-workflow --version 1.0.0 cord/att-workflow
+helm install -n att-workflow --version 1.0.2 cord/att-workflow
 ```
 
 ## Verify your installation and next steps