Skip to content

Commit

Permalink
Uses new build of dashboard-service with upgraded socket.io
Browse files Browse the repository at this point in the history
The existing copy of socket.io from early 2018 was incompatible with current
browsers and caused the application to throw errors or become unresponsive in
the browser. This fixes the issue.
  • Loading branch information
topfunky committed Jan 24, 2019
1 parent c614d67 commit 4c0ecf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/04-yaml-connect-envoy/dashboard-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
containers:
- name: dashboard
image: hashicorp/dashboard-service:0.0.3
image: hashicorp/dashboard-service:0.0.4
ports:
- containerPort: 9002
name: http
Expand Down
2 changes: 1 addition & 1 deletion k8s/dashboard-service/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_ID := $(shell git rev-parse --short HEAD 2>/dev/null || echo no-commit-id)
IMAGE_NAME := hashicorp/dashboard-service
VERSION := 0.0.3
VERSION := 0.0.4

.DEFAULT_GOAL := help
help: ## List targets & descriptions
Expand Down
Binary file modified k8s/dashboard-service/dashboard-service
Binary file not shown.

0 comments on commit 4c0ecf0

Please sign in to comment.