Revert "XOS/NEM charts, use a global registry var, split docker image name/tag/pullPolicy"

This reverts commit 1f58c2afbd680c8c618bff6f66e9982515dd1caf.

Change-Id: I0d7ef37a420168276472675b005482d6d11daabd
diff --git a/xos-profiles/att-workflow/values.yaml b/xos-profiles/att-workflow/values.yaml
index 8ab7539..10dc007 100644
--- a/xos-profiles/att-workflow/values.yaml
+++ b/xos-profiles/att-workflow/values.yaml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Default values for the att-workflow profile.
+# Default values for the rcord-fc profile.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
@@ -22,19 +22,11 @@
 nameOverride: ""
 fullnameOverride: ""
 
-images:
-  tosca_loader:
-    repository: 'xosproject/tosca-loader'
-    tag: '{{ .Chart.AppVersion }}'
-    pullPolicy: 'Always'
+imagePullPolicy: 'IfNotPresent'
 
-  xos_api_tester:
-    repository: 'xosproject/xos-api-tester'
-    tag: '2.0.3'
-    pullPolicy: 'Always'
+tosca_loaderImage: "xosproject/tosca-loader:1.0.1"
 
-global:
-  registry: ""
+xos_api_testerImage: 'xosproject/xos-api-tester:master'
 
 xosAdminUser: "admin@opencord.org"
 xosAdminPassword: "letmein"