Skip to content

Commit 7d99083

Browse files
authored
Merge pull request #225 from stackhpc/upstream/yoga-2023-05-22
Synchronise yoga with upstream
2 parents 7a66fc7 + 64ab2e9 commit 7d99083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/fluentd/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
4646
{% block fluentd_plugins_install %}
4747

4848
{% set fluentd_plugins = [
49-
'fluent-plugin-elasticsearch',
49+
'fluent-plugin-elasticsearch:"<5.3.0"',
5050
'fluent-plugin-grok-parser',
5151
'fluent-plugin-prometheus',
5252
'fluent-plugin-rewrite-tag-filter',

docker/kolla-toolbox/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: ansible.posix
4-
version: '<2'
4+
version: '<1.5.4'
55
- name: community.general
66
version: '<4'
77
- name: community.mysql

0 commit comments

Comments
 (0)