Skip to content

Commit

Permalink
bump default registry
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Aug 10, 2024
1 parent c765a61 commit e3edfdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun
version: 0.9.27
version: 0.9.28
appVersion: 1.6.4
description: Machine Learning automation and tracking
sources:
Expand Down
8 changes: 4 additions & 4 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ api:
affinity: { }

image:
repository: mlrun/mlrun-api
repository: quay.io/mlrun/mlrun-api
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down Expand Up @@ -233,7 +233,7 @@ api:

image:
repository: openpolicyagent/opa
tag: 0.28.0
tag: 0.56.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -303,7 +303,7 @@ api:
workDir: /var/mlrun/

image:
repository: mlrun/log-collector
repository: quay.io/mlrun/log-collector
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down Expand Up @@ -523,7 +523,7 @@ ui:
replicaCount: 1

image:
repository: mlrun/mlrun-ui
repository: quay.io/mlrun/mlrun-ui
tag: 1.6.4
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down

0 comments on commit e3edfdf

Please sign in to comment.