Skip to content

Commit

Permalink
Bump MLRun CE version to 0.6.4-rc23 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdelman authored Nov 27, 2024
1 parent f7df899 commit 915e0fa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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-rc22
version: 0.6.4-rc23
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
18 changes: 9 additions & 9 deletions charts/mlrun-ce/kfp2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ pipelines:
tag: v3.4.17-license-compliance
apiServer:
repository: gcr.io/ml-pipeline/api-server
tag: 2.2.0
tag: 2.3.0
persistenceagent:
repository: gcr.io/ml-pipeline/persistenceagent
tag: 2.2.0
tag: 2.3.0
scheduledworkflow:
repository: gcr.io/ml-pipeline/scheduledworkflow
tag: 2.2.0
tag: 2.3.0
ui:
repository: gcr.io/ml-pipeline/frontend
tag: 2.2.0
tag: 2.3.0
viewerCrdController:
repository: gcr.io/ml-pipeline/viewer-crd-controller
tag: 2.2.0
tag: 2.3.0
visualizationServer:
repository: gcr.io/ml-pipeline/visualization-server
tag: 2.2.0
tag: 2.3.0
metadata:
container:
repository: gcr.io/tfx-oss-public/ml_metadata_store_server
tag: 1.14.0
tag: 1.16.0
metadataEnvoy:
repository: gcr.io/ml-pipeline/metadata-envoy
tag: 2.2.0
tag: 2.3.0
metadataWriter:
repository: gcr.io/ml-pipeline/metadata-writer
tag: 2.2.0
tag: 2.3.0
mysql:
# MySQL 8.0.26 because >= 8.0.27 has deprecated the default_authentication_plugin option
# which is required by MLMD workloads (metadata-grpc-deployment and metadata-writer).
Expand Down
6 changes: 3 additions & 3 deletions charts/mlrun-ce/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.19.14
- name: mlrun
repository: https://v3io.github.io/helm-charts/stable
version: 0.9.28
version: 0.10.0
- name: mpi-operator
repository: https://v3io.github.io/helm-charts/stable
version: 0.6.0
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 41.7.2
digest: sha256:e885960ef4deb725e7ead797a6dde72b731e7937d04087d3e960422651a13c0d
generated: "2024-09-30T16:01:47.968084+03:00"
digest: sha256:2c92793538fb11a9972399551beaa661495195adf0ca3dfb6e94e5ef08504f63
generated: "2024-11-27T16:29:25.280052+02:00"
2 changes: 1 addition & 1 deletion charts/mlrun-ce/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
version: "0.19.14"
repository: "https://nuclio.github.io/nuclio/charts"
- name: mlrun
version: "0.9.28"
version: "0.10.0"
repository: "https://v3io.github.io/helm-charts/stable"
condition: mlrun.enabled
- name: mpi-operator
Expand Down

0 comments on commit 915e0fa

Please sign in to comment.