File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- STACK_VERSION = 9.1.5
1+ STACK_VERSION = 9.2.2
22ELASTICSEARCH_CONTAINER_NAME = terraform-elasticstack-es
33ELASTICSEARCH_PASSWORD = password
44ELASTICSEARCH_PORT = 9200
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ACCTEST_PARALLELISM ?= 10
1111ACCTEST_TIMEOUT = 120m
1212ACCTEST_COUNT = 1
1313TEST ?= ./...
14- SWAGGER_VERSION ?= 8.7
1514
1615USE_TLS ?= 0
1716COMPOSE_FILE := docker-compose.yml
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ services:
9999 depends_on :
100100 fleet_settings :
101101 condition : service_completed_successfully
102- image : elastic/elastic-agent:${STACK_VERSION}
102+ image : docker. elastic.co/elastic-agent /elastic-agent:${STACK_VERSION}
103103 container_name : ${FLEET_CONTAINER_NAME}
104104 restart : unless-stopped
105105 volumes :
You can’t perform that action at this time.
0 commit comments