Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all elasticsearch versions to latest versions #653

Merged
merged 3 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_base/harness/attributes/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ attributes.default:
host: elasticsearch
image: elasticsearch
port: 9200
tag: '7.14.2'
tag: '7.16.2'

domain: my127.site
hostname: = @('namespace') ~ '.' ~ @('domain')
Expand Down
5 changes: 0 additions & 5 deletions src/akeneo/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ attributes:
image:
console: = 'my127/akeneo:' ~ @('php.version') ~ '-fpm-buster-console'
php-fpm: = 'my127/akeneo:' ~ @('php.version') ~ '-fpm-buster'
elasticsearch:
image: elasticsearch
tag: '7.10.1'
mysql:
tag: '8.0'
andytson-inviqa marked this conversation as resolved.
Show resolved Hide resolved
nginx:
# used to limit what is copied into an Nginx static-built image
# vendor directory needed for vendor/*/*/*/public/ resources (images etc.)
Expand Down
2 changes: 0 additions & 2 deletions src/magento2/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ attributes:
user: magento
pass: magento
name: magento
elasticsearch:
tag: '7.10.1'
magento:
edition: enterprise
config:
Expand Down
2 changes: 1 addition & 1 deletion src/spryker/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ attributes:
php-fpm: "= 'my127/spryker:' ~ @('php.version') ~ '-fpm-' ~ (@('php.version') >= 7.4 ? 'buster' : 'stretch')"
elasticsearch:
image: elasticsearch
tag: '6.8.12'
tag: '6.8.22'
hostname_aliases: "= replace(flatten([
@('glue.external_hosts'),
@('yves.external_hosts'),
Expand Down