Skip to content

Commit

Permalink
Update Opensearch version to 2.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Dec 8, 2023
1 parent 9536461 commit 09ff91c
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 ?= 2.11.0
DASHBOARD_TAG ?= 2.11.1
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 ?= 2.11.0
DB_TAG ?= 2.11.1
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 09ff91c

Please sign in to comment.