fix: rook_ceph k8s image (#553)
Fix when using the rook_ceph with local repository.
With path it was only using the path without the DNS name of the image repository.
diff --git a/roles/rook_ceph/vars/main.yml b/roles/rook_ceph/vars/main.yml
index 49b4db5..20d3e60 100644
--- a/roles/rook_ceph/vars/main.yml
+++ b/roles/rook_ceph/vars/main.yml
@@ -14,7 +14,7 @@
_rook_ceph_helm_values:
image:
- repository: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('path') }}"
+ repository: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('name') }}"
tag: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('tag') }}"
nodeSelector:
openstack-control-plane: enabled