fix: vector+loki images
diff --git a/roles/loki/vars/main.yml b/roles/loki/vars/main.yml
index 799d867..dffbb2c 100644
--- a/roles/loki/vars/main.yml
+++ b/roles/loki/vars/main.yml
@@ -13,8 +13,11 @@
 # under the License.
 
 _loki_helm_values:
-  # TODO :image
   loki:
+    image:
+      registry: "{{ atmosphere_images['loki'] | vexxhost.atmosphere.docker_image('domain') }}"
+      repository: "{{ atmosphere_images['loki'] | vexxhost.atmosphere.docker_image('path') }}"
+      tag: "{{ atmosphere_images['loki'] | vexxhost.atmosphere.docker_image('tag') }}"
     auth_enabled: false
     commonConfig:
       replication_factor: 1
@@ -35,3 +38,8 @@
       openstack-control-plane: enabled
     persistence:
       size: 256Gi
+  gateway:
+    image:
+      registry: "{{ atmosphere_images['loki_gateway'] | vexxhost.atmosphere.docker_image('domain') }}"
+      repository: "{{ atmosphere_images['loki_gateway'] | vexxhost.atmosphere.docker_image('path') }}"
+      tag: "{{ atmosphere_images['loki_gateway'] | vexxhost.atmosphere.docker_image('tag') }}"