default_images.yml 435 B

123456
  1. ---
  2. # unable to escape characters in here for some reason -- ideally would be '^[v]?\d\.\d+'
  3. __openshift_logging_image_tag: "{{ openshift_image_tag | regex_search('^[v]?[0-9].[0-9]+') }}"
  4. __openshift_logging_curator_image_prefix: "{{ openshift_logging_image_prefix | default('docker.io/openshift/origin-') }}"
  5. __openshift_logging_curator_image_version: "{{ openshift_logging_image_version | default(__openshift_logging_image_tag) }}"