Skip to content

Commit

Permalink
change redis and pg
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyAtal committed Sep 17, 2024
1 parent 760e241 commit 1da79fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/cvatdbs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cvat:
class: ""
size: 100Gi
pg:
image: postgresql-12-centos7:pg17alpine
image: postgresql-12-centos7:pg17rc1
confRef: cvat-pg
storage:
size: 100Gi
Expand All @@ -20,7 +20,7 @@ pg:
cpu: 200m
memory: 1Gi
redis:
image: redis:7.4.0-alpine
image: redis:7.4.0
confRef: cvat-redis
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dbs:
pg:
enabled: true
serviceAccount: pg
image: postgresql-12-centos7:pg17alpine
image: postgresql-12-centos7:pg17rc1
port: 5432
storageSize: 80Gi
svcName: postgres
Expand All @@ -173,7 +173,7 @@ dbs:
redis:
enabled: true
serviceAccount: redis
image: redis:7.4.0-alpine
image: redis:7.4.0
svcName: redis
port: 6379
storageSize: 10Gi
Expand Down Expand Up @@ -312,7 +312,7 @@ sso:
enabled: false
name: cnvrg-jwks
image: jwks:ns-watch-scope
cacheImage: redis:7.4.0-alpine
cacheImage: redis:7.4.0
central:
enabled: false
publicUrl: ''
Expand Down

0 comments on commit 1da79fc

Please sign in to comment.