[SEBA-181] Creating At&t charts
Change-Id: Ia29498fc219728600fd63324a880764b620aeaf1
diff --git a/examples/filter-images.yaml b/examples/filter-images.yaml
index 76f1e3a..524b579 100644
--- a/examples/filter-images.yaml
+++ b/examples/filter-images.yaml
@@ -42,6 +42,7 @@
- xosproject/vsg-hw-synchronizer
- xosproject/fabric-synchronizer
- xosproject/fabric-crossconnect-synchronizer
+- xosproject/att-workflow-driver-synchronizer
# base-openstack images
- xosproject/openstack-synchronizer
diff --git a/examples/image-tag-candidate.yaml b/examples/image-tag-candidate.yaml
index 0faf0b7..e1b9c27 100644
--- a/examples/image-tag-candidate.yaml
+++ b/examples/image-tag-candidate.yaml
@@ -30,6 +30,8 @@
# in RCORD service chart
addressmanager:
addressmanager_synchronizerImage: 'xosproject/addressmanager-synchronizer:candidate'
+att-workflow-driver:
+ attWorkflowDriver_synchronizerImage: 'xosproject/att-workflow-driver-synchronizer:candidate'
fabric:
fabric_synchronizerImage: 'xosproject/fabric-synchronizer:candidate'
fabric-crossconnect:
diff --git a/examples/imagePullPolicy-IfNotPresent.yaml b/examples/imagePullPolicy-IfNotPresent.yaml
index 5431420..2cadc2d 100644
--- a/examples/imagePullPolicy-IfNotPresent.yaml
+++ b/examples/imagePullPolicy-IfNotPresent.yaml
@@ -23,6 +23,8 @@
# in RCORD service chart
addressmanager:
imagePullPolicy: 'IfNotPresent'
+att-workflow-driver:
+ imagePullPolicy: 'IfNotPresent'
fabric:
imagePullPolicy: 'IfNotPresent'
fabric-crossconnect: