chore(ldap): update container image location

This commit is contained in:
transcaffeine 2021-06-02 17:27:39 +02:00
parent 5fcd760f9f
commit e8db39ad82
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -5,7 +5,7 @@ ldap_data_path: "{{ ldap_base_path }}/data"
ldap_config_path: "{{ ldap_base_path }}/config" ldap_config_path: "{{ ldap_base_path }}/config"
ldap_container_version: "v2.4.57-r1" ldap_container_version: "v2.4.57-r1"
ldap_container_image: "registry.gitlab.com/famedly/containers/openldap:{{ ldap_container_version }}" ldap_container_image: "registry.gitlab.com/famedly/company/devops/containers/openldap:{{ ldap_container_version }}"
ldap_container_name: ldap ldap_container_name: ldap
ldap_container_ports: "389:389" ldap_container_ports: "389:389"
ldap_server_uri: "ldap:///" ldap_server_uri: "ldap:///"