Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Use MCR image for dashboard #397

Merged
merged 3 commits into from
Mar 12, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spk-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ infra:

introspection:
dashboard:
image: "samiyaakhtar/spektate:prod" # Use this default docker image unless you would like to use a custom one
image: "mcr.microsoft.com/k8s/bedrock/spektate:latest" # Use this default docker image unless you would like to use a custom one
name: "spektate"
azure: # This is the storage account for the service introspection tool.
account_name: "storage-account-name" # Must be defined to run spk deployment commands
Expand Down