[VOL-5480] - update to bitnamilegacy for kafka,etcd,zookeper,redis voltha-infra services

Change-Id: Id1ffb17032c3f6e3bc83c7cfd9dfe08e7f03f44c
Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/VERSION b/VERSION
index 942289b..d781ca4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4.11
\ No newline at end of file
+3.4.12
\ No newline at end of file
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index 2afd63e..3d6b8c5 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -35,7 +35,7 @@
 
 ## Chart version for package: voltha-infra
 ##   Increment when Chart.yaml changes
-version: "2.12.7"
+version: "2.12.8"
 
 dependencies:
   - name       : "onos-classic"
diff --git a/voltha-infra/values.yaml b/voltha-infra/values.yaml
index f6c86b7..727dd56 100644
--- a/voltha-infra/values.yaml
+++ b/voltha-infra/values.yaml
@@ -147,6 +147,8 @@
 
 etcd:
   enabled: true
+  image:
+    repository: bitnamilegacy/etcd
 
   # ETCD defrag creates a CronJob that runs "etcdctl defrag --cluster"
   # on a defined schedule
@@ -190,10 +192,14 @@
 
 kafka:
   enabled: true
+  image:
+    repository: bitnamilegacy/kafka
   replicaCount: 1
   persistence:
     enabled: false
   zookeeper:
+    image:
+      repository: bitnamilegacy/zookeeper
     replicaCount: 1
     persistence:
       enabled: false
@@ -248,16 +254,22 @@
 
 redis:
   enabled: false
+  image:
+      repository: bitnamilegacy/redis
   auth:
     enabled: false
   volumePermissions:
     enabled: true
+    image:
+      repository: bitnamilegacy/bitnami-shell-archived
   networkPolicy:
     enabled: false
   replica:
     replicaCount: 1
   sentinel:
     enabled: true
+    image:
+      repository: bitnamilegacy/redis-sentinel
     masterSet: sebaRedis
   commonConfiguration: |-
     # The filename where to dump the DB
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 2c62dd1..4fe82e2 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -34,7 +34,7 @@
 
 ## Chart version for package voltha-stack
 ##   Increment when Chart.yaml changes
-version    : "2.12.17"
+version    : "2.12.18"
 
 # -----------------------------------------------------------------------
 # NOTE: Dependencies are chart versions not component/repository version