Skip to content

Commit

Permalink
Add support for opensearch 1.3.19
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Nov 22, 2024
1 parent cafa5b8 commit 56631ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch-dashboard-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))

DASHBOARD_REGISTRY ?= opensearchproject
DASHBOARD_BIN ?= opensearch-dashboards
DASHBOARD_TAG ?= 1.3.18
DASHBOARD_TAG ?= 1.3.19
DASHBOARD_IMAGE ?= $(shell if [ ! -z $(DASHBOARD_REGISTRY) ]; then echo $(DASHBOARD_REGISTRY)/; fi)$(DASHBOARD_BIN):$(DASHBOARD_TAG)

BUILD_DIRS := bin
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION = $(TAG)_$(subst /,_,$(PLATFORM))

DB_REGISTRY ?= opensearchproject
DB_BIN ?= opensearch
DB_TAG ?= 1.3.18
DB_TAG ?= 1.3.19
DB_IMAGE ?= $(shell if [ ! -z $(DB_REGISTRY) ]; then echo $(DB_REGISTRY)/; fi)$(DB_BIN):$(DB_TAG)

BUILD_DIRS := bin
Expand Down

0 comments on commit 56631ea

Please sign in to comment.