Skip to content

Commit

Permalink
change redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
OfirCnvrg committed Mar 10, 2024
1 parent e668d72 commit 23a6451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/dbs.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var pgDefault = Pg{
var redisDefault = Redis{
Enabled: false,
ServiceAccount: "redis",
Image: "cnvrg-redis:v3.0.5.c2",
Image: "cnvrg-redis:rails7-test",
SvcName: "redis",
Port: 6379,
StorageSize: "10Gi",
Expand Down

0 comments on commit 23a6451

Please sign in to comment.