Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3e26ccb
first commit
GiladShapira94 Apr 15, 2026
91aa535
fix
GiladShapira94 Apr 15, 2026
355728a
fix run issue
GiladShapira94 Apr 16, 2026
ba88c03
fix run issue
GiladShapira94 Apr 16, 2026
5ed1f83
fix run issue
GiladShapira94 Apr 16, 2026
9640e9c
remove label
GiladShapira94 Apr 16, 2026
cbe71fc
fix after review
GiladShapira94 Apr 20, 2026
6264877
Merge remote-tracking branch 'upstream/development' into ce-worfklows
GiladShapira94 Apr 26, 2026
3413976
fix after review
GiladShapira94 Apr 26, 2026
8ec1302
Merge remote-tracking branch 'upstream/development' into ce-worfklows
GiladShapira94 Apr 26, 2026
5364f3c
first commit
GiladShapira94 Apr 27, 2026
61988fb
fix installation issue
GiladShapira94 Apr 27, 2026
ae6842e
Merge pull request #1 from GiladShapira94/ce-worfklows
GiladShapira94 Apr 27, 2026
3ac86b3
Update release.yml
GiladShapira94 Apr 27, 2026
9618888
change chart version
GiladShapira94 Apr 28, 2026
c95a662
Update pr-validation.yml
GiladShapira94 Apr 28, 2026
59655d2
Update pr-validation.yml
GiladShapira94 Apr 28, 2026
e945709
Merge pull request #3 from GiladShapira94/CEML-696
GiladShapira94 Apr 28, 2026
55691a6
Update release.yml
GiladShapira94 Apr 28, 2026
efa5752
[Fix] testing fix
GiladShapira94 Apr 28, 2026
a3dbc06
Merge remote-tracking branch 'origin/development' into development
GiladShapira94 Apr 28, 2026
252af2c
print the release rc
GiladShapira94 Apr 28, 2026
c6b4d1f
Merge remote-tracking branch 'upstream/development' into development
GiladShapira94 May 3, 2026
58fb414
Merge remote-tracking branch 'upstream/development' into development
GiladShapira94 May 12, 2026
8460eb3
Merge remote-tracking branch 'upstream/development' into development
GiladShapira94 May 26, 2026
7f0ec90
Merge remote-tracking branch 'upstream/development' into development
GiladShapira94 Jun 3, 2026
414abcd
Merge remote-tracking branch 'upstream/development' into development
GiladShapira94 Jun 3, 2026
6a989ba
Merge branch 'mlrun:development' into development
GiladShapira94 Jul 8, 2026
c4abee9
update values mlrun image
GiladShapira94 Jul 8, 2026
44dfc37
update appversion
GiladShapira94 Jul 8, 2026
546d147
Bump version to 0.12.0-rc.3 in Chart.yaml
GiladShapira94 Jul 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mlrun-ce
version: 0.12.0-rc.2
appVersion: 1.12.1-rc.16
version: 0.12.0-rc.3
appVersion: 1.12.0-rc16
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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,14 @@ mlrun:
enabled: false
api:
image:
repository: quay.io/mlrun/mlrun-api
tag: 1.12.1-rc16
tag: 1.12.0-rc16
ingress:
enabled: false
annotations: {}
sidecars:
logCollector:
image:
tag: 1.12.0-rc16
enabled: true
fullnameOverride: mlrun-api
functionSpecServiceAccountDefault: ~
Expand Down Expand Up @@ -230,8 +231,7 @@ mlrun:

ui:
image:
repository: quay.io/mlrun/mlrun-ui
tag: 1.12.1-rc16
tag: 1.12.0-rc16
fullnameOverride: mlrun-ui
ingress:
enabled: false
Expand Down Expand Up @@ -300,7 +300,7 @@ jupyterNotebook:
# - chart-example.local
image:
repository: quay.io/mlrun/jupyter
tag: 1.12.1-rc16
tag: 1.12.0-rc16
pullPolicy: IfNotPresent
pullSecrets: []
busybox:
Expand Down
Loading