Skip to content

Commit 9a284bb

Browse files
author
pritamdas99
committed
create init docker for opensearch 2.19.0
Signed-off-by: pritamdas99 <[email protected]>
1 parent 6e6911a commit 9a284bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticsearch-dashboard-init/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))
1111

1212
DASHBOARD_REGISTRY ?= opensearchproject
1313
DASHBOARD_BIN ?= opensearch-dashboards
14-
DASHBOARD_TAG ?= 2.18.0
14+
DASHBOARD_TAG ?= 2.19.0
1515
DASHBOARD_IMAGE ?= $(shell if [ ! -z $(DASHBOARD_REGISTRY) ]; then echo $(DASHBOARD_REGISTRY)/; fi)$(DASHBOARD_BIN):$(DASHBOARD_TAG)
1616

1717
BUILD_DIRS := bin

elasticsearch-init/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))
1111

1212
DB_REGISTRY ?= opensearchproject
1313
DB_BIN ?= opensearch
14-
DB_TAG ?= 2.18.0
14+
DB_TAG ?= 2.19.0
1515
DB_IMAGE ?= $(shell if [ ! -z $(DB_REGISTRY) ]; then echo $(DB_REGISTRY)/; fi)$(DB_BIN):$(DB_TAG)
1616

1717
BUILD_DIRS := bin

0 commit comments

Comments
 (0)