mirror of https://github.com/dapr/cli.git
Merge branch 'master' into airgap_mode
This commit is contained in:
commit
8c508acbb7
|
@ -48,7 +48,7 @@ const (
|
|||
daprDefaultHost = "localhost"
|
||||
pubSubYamlFileName = "pubsub.yaml"
|
||||
stateStoreYamlFileName = "statestore.yaml"
|
||||
redisDockerImageName = "redis"
|
||||
redisDockerImageName = "redislabs/rejson"
|
||||
zipkinDockerImageName = "openzipkin/zipkin"
|
||||
|
||||
// DaprPlacementContainerName is the container name of placement service.
|
||||
|
|
Loading…
Reference in New Issue