Skip to content

Commit

Permalink
Update appdefaults.go
Browse files Browse the repository at this point in the history
upgrade redis/elastic
  • Loading branch information
DannyAtal authored Jul 26, 2024
1 parent f7ecdf0 commit 3c27287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/appdefaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var pgDefault = Pg{
var redisDefault = Redis{
Enabled: false,
ServiceAccount: "redis",
Image: "cnvrg-redis:v3.0.5.c2",
Image: "cnvrg-redis:v7.0.0",
SvcName: "redis",
Port: 6379,
StorageSize: "10Gi",
Expand All @@ -242,7 +242,7 @@ var esDefault = Es{
Enabled: false,
ServiceAccount: "es",
Replicas: 1,
Image: "cnvrg-es:7.17.5",
Image: "cnvrg-es:v7.17.22",
Port: 9200,
StorageSize: "80Gi",
SvcName: "elasticsearch",
Expand Down

0 comments on commit 3c27287

Please sign in to comment.