Skip to content

Commit

Permalink
[installer]: use fully qualified image name for redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Apr 13, 2022
1 parent 9014ce9 commit 55d1e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func statefulset(ctx *common.RenderContext) ([]runtime.Object, error) {
),
}, {
Name: "redis",
Image: "redis:6.2",
Image: common.ImageName(common.ThirdPartyContainerRepo(ctx.Config.Repository, common.DockerRegistryURL), "library/redis", "6.2"),
Command: []string{
"redis-server",
"/config/redis.conf",
Expand Down

0 comments on commit 55d1e4b

Please sign in to comment.