Skip to content

Commit

Permalink
Update patch for xpack-7.17
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 2d27646 commit 67e652b
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 ?= ghcr.io/appscode-images
DASHBOARD_BIN ?= kibana
DASHBOARD_TAG ?= 7.17.23
DASHBOARD_TAG ?= 7.17.25
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 ?= ghcr.io/appscode-images
DB_BIN ?= elastic
DB_TAG ?= 7.17.23
DB_TAG ?= 7.17.25
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 67e652b

Please sign in to comment.