Skip to content

Commit

Permalink
update new images
Browse files Browse the repository at this point in the history
  • Loading branch information
itayariel committed Nov 28, 2024
1 parent bebd92d commit 5d5f6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/v1/appdefaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var minioDefaults = Minio{
var pgDefault = Pg{
Enabled: false,
ServiceAccount: "pg",
Image: "postgresql-12-centos7:latest",
Image: "postgresql-12-centos7:pg13",
Port: 5432,
StorageSize: "80Gi",
SvcName: "postgres",
Expand Down Expand Up @@ -270,7 +270,7 @@ var esDefault = Es{
ServiceAccount: "kibana",
SvcName: "kibana",
Port: 8080,
Image: "cnvrg/kibana:7.11.2",
Image: "cnvrg/kibana:v7.17.25",
NodePort: 30601,
Requests: Requests{
Cpu: "100m",
Expand Down Expand Up @@ -318,7 +318,7 @@ var promDefaults = Prom{
CredsRef: "prom-creds",
SvcName: "prometheus",
Port: 9090,
Image: "prometheus:v2.37.1",
Image: "prometheus:v2.55",
StorageSize: "50Gi",
Grafana: Grafana{
Enabled: false,
Expand Down
1 change: 0 additions & 1 deletion charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ sso:
proxy:
enabled: false
image: cap:v0.0.12
image: cnvrg-proxy:4d10ded
address: ""
readiness: true
requests:
Expand Down

0 comments on commit 5d5f6f3

Please sign in to comment.