diff --git a/stable/mlrun/Chart.yaml b/stable/mlrun/Chart.yaml index 08bf679f..8b09d9e1 100644 --- a/stable/mlrun/Chart.yaml +++ b/stable/mlrun/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun -version: 0.10.0 +version: 0.10.1 appVersion: 1.7.0 description: Machine Learning automation and tracking sources: diff --git a/stable/mlrun/values.yaml b/stable/mlrun/values.yaml index 2d115a39..b8357a97 100644 --- a/stable/mlrun/values.yaml +++ b/stable/mlrun/values.yaml @@ -109,7 +109,7 @@ api: image: repository: quay.io/mlrun/mlrun-api - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -349,7 +349,7 @@ api: image: repository: quay.io/mlrun/log-collector - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: [] @@ -569,7 +569,7 @@ ui: image: repository: quay.io/mlrun/mlrun-ui - tag: 1.6.4 + tag: 1.7.0 pullPolicy: IfNotPresent pullSecrets: []