Skip to content

Commit

Permalink
Fix double pipe (#65)
Browse files Browse the repository at this point in the history
Fix double pipe

Signed-off-by: Dr. Jens Harbott harbott@osism.tech

Reviewed-by: Christian Berendt <christian@berendt.io>
  • Loading branch information
osfrickler committed Mar 21, 2022
1 parent ed2b2ff commit a7b365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/002-images-kolla.yml
Expand Up @@ -356,7 +356,7 @@ watcher_applier_tag: "{{ watcher_tag }}"
# role: elasticsearch

elasticsearch_image: "{{ docker_registry }}/{{ docker_namespace }}/elasticsearch"
elasticsearch_tag: "{{ kolla_elasticsearch_version||default(kolla_image_version) }}"
elasticsearch_tag: "{{ kolla_elasticsearch_version|default(kolla_image_version) }}"
elasticsearch_curator_image: "{{ docker_registry }}/{{ docker_namespace }}/elasticsearch-curator"
elasticsearch_curator_tag: "{{ kolla_elasticsearch_curator_version|default(kolla_image_version) }}"

Expand Down

0 comments on commit a7b365b

Please sign in to comment.