Move aptly docker images default values to defaults.docker_images

Change-Id: Ifc88a3bef77b7b5998f5ce927f7bad00c589c9ac
Related-bug: PROD-25248
diff --git a/aptly/client/publisher.yml b/aptly/client/publisher.yml
index 050bcea..f30a8ef 100644
--- a/aptly/client/publisher.yml
+++ b/aptly/client/publisher.yml
@@ -6,4 +6,4 @@
       enabled: true
       source:
         engine: docker
-        image: mirantis/aptly-publisher
+        image: ${_param:docker_image_aptly:publisher}
diff --git a/aptly/server/docker.yml b/aptly/server/docker.yml
index 11ebc66..29459c3 100644
--- a/aptly/server/docker.yml
+++ b/aptly/server/docker.yml
@@ -8,8 +8,6 @@
     aptly_gpg_private_key: none
     aptly_server_mirror_sources: false
     aptly_server_mirror_ubuntu_sources: ${_param:aptly_server_mirror_sources}
-    docker_image_aptly:
-      base: mirantis/aptly
   aptly:
     server:
       enabled: true