AETHER-761 Add support of private image registry with auth enabled

Change-Id: I25e804570357c513bfd1822ab9d971c7ed1c5405
diff --git a/ran/accelleran-cbrs/accelleran-cbrs-common/values.yaml b/ran/accelleran-cbrs/accelleran-cbrs-common/values.yaml
index 318f943..0a4287d 100644
--- a/ran/accelleran-cbrs/accelleran-cbrs-common/values.yaml
+++ b/ran/accelleran-cbrs/accelleran-cbrs-common/values.yaml
@@ -5,13 +5,18 @@
 images:
   tags:
     initCU: docker.io/omecproject/pod-init:1.0.0
-    nats: registry.aether.opennetworking.org/aether/accelleran-cu-nats:v1.0.0
-    redis: registry.aether.opennetworking.org/aether/accelleran-cu-redis:v1.0.0
+    nats: registry.aetherproject.org/accelleran/accelleran-cu-nats:v1.0.0
+    redis: registry.aetherproject.org/accelleran/accelleran-cu-redis:v1.0.0
     redisClient: docker.io/redis:5.0.6-alpine3.10
-    ric: registry.aether.opennetworking.org/aether/accelleran-cu-ric:v1.0.0
-    ricWeb: registry.aether.opennetworking.org/aether/accelleran-cu-ricweb:v1.0.0
+    ric: registry.aetherproject.org/accelleran/accelleran-cu-ric:v1.0.0
+    ricWeb: registry.aetherproject.org/accelleran/accelleran-cu-ricweb:v1.0.0
     depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
   pullPolicy: IfNotPresent
+  credentials: {}
+  # If specified, use this credential to access the image
+  #   registry:
+  #   username:
+  #   password:
 
 nodeSelectors:
   enabled: false