Skip to content

Commit

Permalink
Merge pull request #179 from AccessibleAI/DEV-23302-elastic-redis-gra…
Browse files Browse the repository at this point in the history
…fana-kibana

Dev 23302 elastic redis grafana kibana
  • Loading branch information
denarsh-cnvrg authored Jul 28, 2024
2 parents f7ecdf0 + da1ea1a commit 14e2b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dbs:
redis:
enabled: true
serviceAccount: redis
image: cnvrg-redis:v3.0.5.c2
image: cnvrg-redis:v7.0.0
svcName: redis
port: 6379
storageSize: 10Gi
Expand Down Expand Up @@ -208,7 +208,7 @@ dbs:
es:
enabled: true
serviceAccount: es
image: cnvrg-es:7.17.5
image: cnvrg-es:v7.17.22
port: 9200
storageSize: 80Gi
svcName: elasticsearch
Expand Down Expand Up @@ -360,4 +360,4 @@ cvatdbs:
enabled: false
mpi:
enabled: false
scc: false
scc: false

0 comments on commit 14e2b70

Please sign in to comment.