Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 23302 elastic redis grafana kibana #179

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading