Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyAtal committed Sep 17, 2024
1 parent 728c5da commit 591827d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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
imageHub: docker.io/cnvrg
imagePullSecretRef: cnvrg-app-registry
cvat:
storage:
Expand All @@ -7,7 +7,7 @@ cvat:
class: ""
size: 100Gi
pg:
image: postgres:17rc1-alpine
image: postgresql-12-centos7:pg17alpine
confRef: cvat-pg
storage:
size: 100Gi
Expand All @@ -28,4 +28,4 @@ redis:
memory: 2Gi
requests:
cpu: 100m
memory: 200Mi
memory: 200Mi
12 changes: 6 additions & 6 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:latest
image: postgresql-12-centos7:pg17alpine
port: 5432
storageSize: 80Gi
svcName: postgres
Expand All @@ -173,7 +173,7 @@ dbs:
redis:
enabled: true
serviceAccount: redis
image: cnvrg-redis:v7.0.0
image: redis:7.4.0-alpine
svcName: redis
port: 6379
storageSize: 10Gi
Expand All @@ -191,7 +191,7 @@ dbs:
enabled: true
serviceAccount: minio
replicas: 1
image: minio:RELEASE.2021-05-22T02-34-39Z
image: minio:RELEASE.2024-09-13T20-26-02Z
port: 9000
storageSize: 100Gi
svcName: minio
Expand Down Expand Up @@ -265,12 +265,12 @@ dbs:
enabled: true
credsRef: prom-creds
extraScrapeConfigs:
image: prometheus:v2.37.1
image: prometheus:v2.45.0-stable
storageClass: ""
storageSize: 50Gi
grafana:
enabled: true
image: grafana/grafana-oss:9.5.20
image: grafana/grafana-oss:11.2.0
svcName: grafana
port: 8080
nodePort: 30012
Expand Down Expand Up @@ -312,7 +312,7 @@ sso:
enabled: false
name: cnvrg-jwks
image: jwks:ns-watch-scope
cacheImage: redis:7.0.5
cacheImage: redis:7.4.0-alpine
central:
enabled: false
publicUrl: ''
Expand Down
6 changes: 3 additions & 3 deletions charts/optionals/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
releases:
- name: istio-base
chart: istio/base
version: 1.21.2
version: 1.23.1
namespace: istio-system
labels:
stage: istio-infra

- name: istiod
chart: istio/istiod
version: 1.21.2
version: 1.23.1
namespace: istio-system
labels:
stage: istio-infra

- name: istio-ingress
chart: istio/gateway
version: 1.21.2
version: 1.23.1
namespace: istio-system
labels:
stage: istio-gateway
Expand Down

0 comments on commit 591827d

Please sign in to comment.