Skip to content

Commit 5f62078

Browse files
committed
Updates SECURITY_ENABLED
1 parent 00184ce commit 5f62078

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/elasticsearch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
11+
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
38+
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v1
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
78+
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
7979
steps:
8080
- name: Checkout
8181
uses: actions/checkout@v1
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
strategy:
105105
matrix:
106-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
106+
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@v1
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
strategy:
146146
matrix:
147-
elasticsearch: ["7.17.22", "8.15.0"]
147+
elasticsearch: ["7.17.22", "8.17.0"]
148148
steps:
149149
- name: Checkout
150150
uses: actions/checkout@v1
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
strategy:
176176
matrix:
177-
elasticsearch: ["8.16.0-SNAPSHOT"]
177+
elasticsearch: ["8.18.0-SNAPSHOT"]
178178
steps:
179179
- name: Checkout
180180
uses: actions/checkout@v1

elasticsearch/run-elasticsearch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fi
1010
MAJOR_VERSION=`echo ${STACK_VERSION} | cut -c 1`
1111
NETWORK_NAME=${NETWORK_NAME:-elastic}
1212
CONTAINER_NAME=${CONTAINER_NAME:-es}
13+
SECURITY_ENABLED=${SECURITY_ENABLED:-true}
1314

1415
docker network inspect $NETWORK_NAME >/dev/null 2>&1 || docker network create $NETWORK_NAME
1516

0 commit comments

Comments
 (0)