Skip to content

Commit

Permalink
[Dependencies] Bump requirements (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Aug 11, 2024
1 parent 20a3530 commit c0ea6a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.6.4-rc1
version: 0.6.4-rc2
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
10 changes: 5 additions & 5 deletions charts/mlrun-ce/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: nuclio
repository: https://nuclio.github.io/nuclio/charts
version: 0.19.5
version: 0.19.6
- name: mlrun
repository: https://v3io.github.io/helm-charts/stable
version: 0.9.26
version: 0.9.28
- name: mpi-operator
repository: https://v3io.github.io/helm-charts/stable
version: 0.6.0
- name: minio
repository: https://charts.min.io/
version: 4.0.2
version: 4.0.15
- name: spark-operator
repository: https://kubeflow.github.io/spark-operator
version: 1.1.25
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 41.7.2
digest: sha256:1f953d3ffae61e60f38295a7425bda95cbe31b2d7e5b6da5bcbfb952aae7ccf3
generated: "2024-07-11T09:58:55.765082+03:00"
digest: sha256:73bece54391f002748e13f32170e76bd8a049d23fd1e321e910d1f5be707a4a4
generated: "2024-08-11T10:51:07.577058+03:00"
6 changes: 3 additions & 3 deletions charts/mlrun-ce/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
dependencies:
- name: nuclio
version: "0.19.5"
version: "0.19.6"
repository: "https://nuclio.github.io/nuclio/charts"
- name: mlrun
version: "0.9.26"
version: "0.9.28"
repository: "https://v3io.github.io/helm-charts/stable"
condition: mlrun.enabled
- name: mpi-operator
version: "0.6.0"
repository: "https://v3io.github.io/helm-charts/stable"
- name: minio
repository: "https://charts.min.io/"
version: "4.0.2"
version: "4.0.15"
condition: minio.enabled
- name: spark-operator
repository: "https://kubeflow.github.io/spark-operator"
Expand Down

0 comments on commit c0ea6a0

Please sign in to comment.