Skip to content

Commit

Permalink
Update redis version to redis 6 (#1045) (#1046)
Browse files Browse the repository at this point in the history
* update redis version to redis 6

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update test

Signed-off-by: yaron2 <schneider.yaron@live.com>

Signed-off-by: yaron2 <schneider.yaron@live.com>
(cherry picked from commit a9a03ed)
  • Loading branch information
yaron2 authored Aug 11, 2022
1 parent abb2670 commit 6ccc907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/standalone/standalone.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
// used when DAPR_DEFAULT_IMAGE_REGISTRY is not set.
dockerContainerRegistryName = "dockerhub"
daprDockerImageName = "daprio/dapr"
redisDockerImageName = "redis"
redisDockerImageName = "redis:6"
zipkinDockerImageName = "openzipkin/zipkin"

// used when DAPR_DEFAULT_IMAGE_REGISTRY is set as GHCR.
Expand Down
2 changes: 1 addition & 1 deletion pkg/standalone/standalone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestResolveImageWithGHCR(t *testing.T) {
}

func TestResolveImageWithDockerHub(t *testing.T) {
expectedRedisImageName := "redis"
expectedRedisImageName := "redis:6"
expectedZipkinImageName := "openzipkin/zipkin"
expectedPlacementImageName := "daprio/dapr"

Expand Down

0 comments on commit 6ccc907

Please sign in to comment.