Skip to content

Commit

Permalink
change redis version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
OfirCnvrg committed Mar 10, 2024
1 parent 23a6451 commit f0ff274
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:rails7-test",
Image: "cnvrg-redis:v7.0.0",
SvcName: "redis",
Port: 6379,
StorageSize: "10Gi",
Expand Down

0 comments on commit f0ff274

Please sign in to comment.