Skip to content

Commit 55d1e4b

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[installer]: use fully qualified image name for redis image
1 parent 9014ce9 commit 55d1e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/openvsx-proxy/statefulset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func statefulset(ctx *common.RenderContext) ([]runtime.Object, error) {
101101
),
102102
}, {
103103
Name: "redis",
104-
Image: "redis:6.2",
104+
Image: common.ImageName(common.ThirdPartyContainerRepo(ctx.Config.Repository, common.DockerRegistryURL), "library/redis", "6.2"),
105105
Command: []string{
106106
"redis-server",
107107
"/config/redis.conf",

0 commit comments

Comments
 (0)