Skip to content

Commit

Permalink
[RORDEV-1328] bump ELK & ECK versions (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Poliszak <[email protected]>
  • Loading branch information
coutoPL and Dzuming authored Nov 14, 2024
1 parent 93f6403 commit 12390a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["8.15.3", "7.17.25"]
version: ["8.15.4", "7.17.25"]
env: [docker, eck]
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion environments/eck-ror/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ show_help() {

export ES_VERSION=""
export KBN_VERSION=""
export ECK_VERSION="2.13.0"
export ECK_VERSION="2.14.0"

while [[ $# -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit 12390a5

Please sign in to comment.