Skip to content

Commit b21c8c6

Browse files
authored
fix redis version (#1540)
Signed-off-by: yaron2 <[email protected]>
1 parent 07be83d commit b21c8c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubernetes/kubernetes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func Init(config InitConfiguration) error {
101101
redisChartVals := []string{
102102
"image.tag=" + redisVersion,
103103
"replica.replicaCount=0",
104+
"image.repository=bitnamilegacy/redis",
104105
}
105106

106107
err = installThirdPartyWithConsole(redisReleaseName, redisChartName, bitnamiStableVersion, bitnamiHelmRepo, "Dapr Redis", redisChartVals, config)

0 commit comments

Comments
 (0)