Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade helm charts minor versions #383

Merged
merged 2 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions charts/caraml/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.6.3
- name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.3
version: 0.13.4
- name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.5
Expand Down Expand Up @@ -44,5 +44,5 @@ dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.8.2
digest: sha256:806cd7ebc777765876668c7fbf7ceb7efe1b8b2a3ab3fb7f64d2ab17765c98d5
generated: "2023-11-03T04:46:11.45794745Z"
digest: sha256:69938a452864c5d629b5e37a4ffc65168e836dedc6dcb8c0700f697edce9ae91
generated: "2023-12-05T09:34:45.070624447Z"
4 changes: 2 additions & 2 deletions charts/caraml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- condition: merlin.enabled
name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.3
version: 0.13.4
- condition: turing.enabled
name: turing
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.14
version: 0.8.15
4 changes: 2 additions & 2 deletions charts/caraml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# caraml

![Version: 0.8.14](https://img.shields.io/badge/Version-0.8.14-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.15](https://img.shields.io/badge/Version-0.8.15-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,7 +21,7 @@ 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.3 |
| https://caraml-dev.github.io/helm-charts | merlin | 0.13.4 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.3 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.5 |
| https://caraml-dev.github.io/helm-charts | xp-management | 0.2.9 |
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.3
version: 0.13.5
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
digest: sha256:94833158d8fef0a318db4042d57b0f5b782d4d6b7d4757d91d09112df5a3d073
generated: "2023-11-02T11:42:09.836837+08:00"
digest: sha256:b03d19ebd3715a2d1ef203649e8467a9d6fffc27ffad22032cfd2d7c6f9b8a1e
generated: "2023-12-05T09:35:08.616412389Z"
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.3
version: 0.13.5
- 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.5
version: 0.3.6
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.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square)
![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square)
![AppVersion: v1.16.0](https://img.shields.io/badge/AppVersion-v1.16.0-informational?style=flat-square)

Kubernetes-friendly multi-model orchestration and experimentation system.
Expand Down
1 change: 1 addition & 0 deletions charts/turing/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ merlin:
persistence:
enabled: false
minio:
enabled: false
resources:
requests:
cpu: 25m
Expand Down