Skip to content

Commit

Permalink
feat: upgrade helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts authored and github-actions[bot] committed Dec 17, 2024
1 parent d36445f commit a61e944
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions charts/caraml/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.5
version: 0.6.6
- name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.19
version: 0.13.20
- name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.21
version: 0.3.23
- name: xp-treatment
repository: https://caraml-dev.github.io/helm-charts
version: 0.1.29
Expand Down Expand Up @@ -44,5 +44,5 @@ dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.8.2
digest: sha256:2553d734542e708cb8b7e1080137e533a9337561f35cb0b8cd84e66068a17373
generated: "2024-11-19T04:13:18.643045164Z"
digest: sha256:6e0d2b935ed44f0f0e2e9c21b12ed669a5d222bceda863b457c0e64a48f7522d
generated: "2024-12-17T08:03:38.014322894Z"
8 changes: 4 additions & 4 deletions charts/caraml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
- condition: mlp.enabled
name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.5
version: 0.6.6
- condition: merlin.enabled
name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.19
version: 0.13.20
- condition: turing.enabled
name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.21
version: 0.3.23
- condition: xp-treatment.enabled
name: xp-treatment
repository: https://caraml-dev.github.io/helm-charts
Expand Down Expand Up @@ -72,4 +72,4 @@ maintainers:
name: caraml-dev
name: caraml
type: application
version: 0.8.50
version: 0.8.53
8 changes: 4 additions & 4 deletions charts/caraml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# caraml

![Version: 0.8.50](https://img.shields.io/badge/Version-0.8.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 0.8.53](https://img.shields.io/badge/Version-0.8.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for deploying CaraML components

Expand All @@ -21,9 +21,9 @@ A Helm chart for deploying CaraML components
| https://caraml-dev.github.io/helm-charts | clusterLocalGateway(generic-dep-installer) | 0.2.1 |
| https://caraml-dev.github.io/helm-charts | istioIngressGateway(generic-dep-installer) | 0.2.1 |
| https://caraml-dev.github.io/helm-charts | istiod(generic-dep-installer) | 0.2.1 |
| https://caraml-dev.github.io/helm-charts | merlin | 0.13.19 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.5 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.21 |
| https://caraml-dev.github.io/helm-charts | merlin | 0.13.20 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.6 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.23 |
| https://caraml-dev.github.io/helm-charts | xp-management | 0.2.11 |
| https://caraml-dev.github.io/helm-charts | xp-treatment | 0.1.29 |
| https://charts.helm.sh/stable | postgresql | 7.0.2 |
Expand Down
6 changes: 3 additions & 3 deletions charts/merlin/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 7.0.2
- name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.5
version: 0.6.6
- name: generic-dep-installer
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.1
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
digest: sha256:ea9924ae0ab9abaa4805783834e9499e6a360ae45c2fcf1c1ab8c2553231f446
generated: "2023-12-12T06:37:05.155528555Z"
digest: sha256:518dae503bfcc3d6d65fe56458e888b4a14ceaa9cbafa65d4003be4266030c0d
generated: "2024-12-17T08:02:16.152716103Z"
4 changes: 2 additions & 2 deletions charts/merlin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- condition: mlp.enabled
name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.5
version: 0.6.6
- alias: kserve
condition: kserve.enabled
name: generic-dep-installer
Expand All @@ -33,4 +33,4 @@ maintainers:
- email: [email protected]
name: caraml-dev
name: merlin
version: 0.13.20
version: 0.13.21
2 changes: 1 addition & 1 deletion charts/merlin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# merlin

---
![Version: 0.13.20](https://img.shields.io/badge/Version-0.13.20-informational?style=flat-square)
![Version: 0.13.21](https://img.shields.io/badge/Version-0.13.21-informational?style=flat-square)
![AppVersion: v0.42.0](https://img.shields.io/badge/AppVersion-v0.42.0-informational?style=flat-square)

Kubernetes-friendly ML model management, deployment, and serving.
Expand Down
6 changes: 3 additions & 3 deletions charts/turing/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.4.20
- name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.19
version: 0.13.20
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
digest: sha256:c0eb49c312777f4b54ee6ba7ae7b9cbbcac1117adc0965405002fbce9aa750a6
generated: "2024-11-19T04:13:57.968014583Z"
digest: sha256:a4b5dfbbc6df3ee484335448b1a082b082d1b41220d8fe47d65ff9fea089ca7d
generated: "2024-12-17T08:03:02.79178185Z"
4 changes: 2 additions & 2 deletions charts/turing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- condition: merlin.enabled
name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.19
version: 0.13.20
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
Expand All @@ -22,4 +22,4 @@ maintainers:
- email: [email protected]
name: caraml-dev
name: turing
version: 0.3.23
version: 0.3.24
2 changes: 1 addition & 1 deletion charts/turing/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# turing

---
![Version: 0.3.23](https://img.shields.io/badge/Version-0.3.23-informational?style=flat-square)
![Version: 0.3.24](https://img.shields.io/badge/Version-0.3.24-informational?style=flat-square)
![AppVersion: v1.17.2](https://img.shields.io/badge/AppVersion-v1.17.2-informational?style=flat-square)

Kubernetes-friendly multi-model orchestration and experimentation system.
Expand Down

0 comments on commit a61e944

Please sign in to comment.