Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyAtal committed Sep 16, 2024
1 parent da07122 commit 728c5da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/cvatdbs/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
imageHub: docker.io/cnvrg
imageHub: docker.io
imagePullSecretRef: cnvrg-app-registry
cvat:
storage:
Expand All @@ -7,7 +7,7 @@ cvat:
class: ""
size: 100Gi
pg:
image: postgresql-12-centos7:latest
image: postgres:17rc1-alpine
confRef: cvat-pg
storage:
size: 100Gi
Expand All @@ -20,7 +20,7 @@ pg:
cpu: 200m
memory: 1Gi
redis:
image: redis:7.0.5
image: redis:7.4.0-alpine
confRef: cvat-redis
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions charts/mpi/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imageHub: docker.io
image: mpioperator/mpi-operator:v0.2.3
kubectlDeliveryImage: mpioperator/kubectl-delivery:v0.2.3
image: mpioperator/mpi-operator:v0.5
kubectlDeliveryImage: mpioperator/kubectl-delivery:v0.5
imagePullSecretRef: cnvrg-app-registry
scc: false
registry:
Expand Down

0 comments on commit 728c5da

Please sign in to comment.