Skip to content

Commit

Permalink
Update patch of dashboard image
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Aug 26, 2024
1 parent dc738c6 commit ac73cb3
Showing 1 changed file with 1 addition and 1 deletion.
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 ?= 8.11.1
DASHBOARD_TAG ?= 8.11.4
DASHBOARD_IMAGE ?= $(shell if [ ! -z $(DASHBOARD_REGISTRY) ]; then echo $(DASHBOARD_REGISTRY)/; fi)$(DASHBOARD_BIN):$(DASHBOARD_TAG)

BUILD_DIRS := bin
Expand Down

0 comments on commit ac73cb3

Please sign in to comment.