Skip to content

Commit

Permalink
Merge branch 'development' of github.com:v3io/helm-charts into adamd/…
Browse files Browse the repository at this point in the history
…align_mlrun_kfp
  • Loading branch information
adamdelman committed Dec 9, 2024
2 parents 878bbb9 + 4dc3415 commit d81a95d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mlrun
version: 0.10.1
appVersion: 1.7.0
version: 0.10.3
appVersion: 1.7.1
description: Machine Learning automation and tracking
sources:
- https://github.com/mlrun/mlrun
Expand Down
8 changes: 4 additions & 4 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ api:

image:
repository: quay.io/mlrun/mlrun-api
tag: 1.7.0
tag: 1.7.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -278,7 +278,7 @@ api:

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

Expand Down Expand Up @@ -349,7 +349,7 @@ api:

image:
repository: quay.io/mlrun/log-collector
tag: 1.7.0
tag: 1.7.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -569,7 +569,7 @@ ui:

image:
repository: quay.io/mlrun/mlrun-ui
tag: 1.7.0
tag: 1.7.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit d81a95d

Please sign in to comment.