diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index bb7a0084..3eed6116 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -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: diff --git a/stable/mlrun/values.yaml b/stable/mlrun/values.yaml index ef5d1e29..00205125 100644 --- a/stable/mlrun/values.yaml +++ b/stable/mlrun/values.yaml @@ -63,7 +63,7 @@ api: affinity: { } image: - repository: mlrun/mlrun-api + repository: quay.io/mlrun/mlrun-api tag: 1.6.4 pullPolicy: IfNotPresent pullSecrets: [] @@ -233,7 +233,7 @@ api: image: repository: openpolicyagent/opa - tag: 0.28.0 + tag: 0.56.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -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: [] @@ -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: []