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 #392

Merged
merged 1 commit into from
Dec 12, 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
16 changes: 8 additions & 8 deletions charts/caraml/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
dependencies:
- name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.4
version: 0.6.5
- name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.9
version: 0.13.10
- name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.9
version: 0.3.11
- name: xp-treatment
repository: https://caraml-dev.github.io/helm-charts
version: 0.1.27
version: 0.1.28
- name: xp-management
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.10
version: 0.2.11
- name: postgresql
repository: https://charts.helm.sh/stable
version: 7.0.2
- name: authz
repository: https://caraml-dev.github.io/helm-charts
version: 0.1.12
version: 0.1.13
- name: caraml-routes
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.3
Expand All @@ -44,5 +44,5 @@ dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.8.2
digest: sha256:6af0874b123d5e9c7efcf5627a5de8b5b8ecaea13b144d4df42de3355ca3f5c4
generated: "2023-12-12T03:44:47.915942929Z"
digest: sha256:14e38d728c2e1cf3b6a1b74a9eca99b10a029129e1782df80d4d09a2cda0bf7c
generated: "2023-12-12T06:38:09.292374675Z"
14 changes: 7 additions & 7 deletions charts/caraml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ dependencies:
- condition: mlp.enabled
name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.4
version: 0.6.5
- condition: merlin.enabled
name: merlin
repository: https://caraml-dev.github.io/helm-charts
version: 0.13.9
version: 0.13.10
- condition: turing.enabled
name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.9
version: 0.3.11
- condition: xp-treatment.enabled
name: xp-treatment
repository: https://caraml-dev.github.io/helm-charts
version: 0.1.27
version: 0.1.28
- condition: xp-management.enabled
name: xp-management
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.10
version: 0.2.11
- condition: postgresql.enabled
name: postgresql
repository: https://charts.helm.sh/stable
Expand All @@ -29,7 +29,7 @@ dependencies:
condition: caraml-authz.enabled
name: authz
repository: https://caraml-dev.github.io/helm-charts
version: 0.1.12
version: 0.1.13
- condition: caraml-routes.enabled
name: caraml-routes
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.26
version: 0.8.32
14 changes: 7 additions & 7 deletions charts/caraml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# caraml

![Version: 0.8.26](https://img.shields.io/badge/Version-0.8.26-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.32](https://img.shields.io/badge/Version-0.8.32-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 @@ -14,18 +14,18 @@ A Helm chart for deploying CaraML components

| Repository | Name | Version |
|------------|------|---------|
| https://caraml-dev.github.io/helm-charts | caraml-authz(authz) | 0.1.12 |
| https://caraml-dev.github.io/helm-charts | caraml-authz(authz) | 0.1.13 |
| https://caraml-dev.github.io/helm-charts | caraml-routes | 0.3.3 |
| https://caraml-dev.github.io/helm-charts | certManagerBase(cert-manager-base) | 1.8.1 |
| https://caraml-dev.github.io/helm-charts | common | 0.2.9 |
| 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.9 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.4 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.9 |
| https://caraml-dev.github.io/helm-charts | xp-management | 0.2.10 |
| https://caraml-dev.github.io/helm-charts | xp-treatment | 0.1.27 |
| https://caraml-dev.github.io/helm-charts | merlin | 0.13.10 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.5 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.11 |
| https://caraml-dev.github.io/helm-charts | xp-management | 0.2.11 |
| https://caraml-dev.github.io/helm-charts | xp-treatment | 0.1.28 |
| https://charts.helm.sh/stable | postgresql | 7.0.2 |
| https://charts.jetstack.io | cert-manager | v1.8.2 |
| https://istio-release.storage.googleapis.com/charts | base(base) | 1.13.9 |
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.4
version: 0.6.5
- 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:2c2541054b78b21566bd28656a74fcbe470f362a238e47064865cad95eb1940e
generated: "2023-12-07T08:58:03.417348568Z"
digest: sha256:ea9924ae0ab9abaa4805783834e9499e6a360ae45c2fcf1c1ab8c2553231f446
generated: "2023-12-12T06:37:05.155528555Z"
60 changes: 30 additions & 30 deletions charts/merlin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
apiVersion: v2
appVersion: v0.38.0-rc1
dependencies:
- alias: merlin-postgresql
condition: merlin-postgresql.enabled
name: postgresql
repository: https://charts.helm.sh/stable
version: 7.0.2
- alias: mlflow-postgresql
condition: mlflow-postgresql.enabled
name: postgresql
repository: https://charts.helm.sh/stable
version: 7.0.2
- condition: mlp.enabled
name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.4
- alias: kserve
condition: kserve.enabled
name: generic-dep-installer
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.1
- alias: minio
condition: minio.enabled
name: generic-dep-installer
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.1
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
- alias: merlin-postgresql
condition: merlin-postgresql.enabled
name: postgresql
repository: https://charts.helm.sh/stable
version: 7.0.2
- alias: mlflow-postgresql
condition: mlflow-postgresql.enabled
name: postgresql
repository: https://charts.helm.sh/stable
version: 7.0.2
- condition: mlp.enabled
name: mlp
repository: https://caraml-dev.github.io/helm-charts
version: 0.6.5
- alias: kserve
condition: kserve.enabled
name: generic-dep-installer
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.1
- alias: minio
condition: minio.enabled
name: generic-dep-installer
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.1
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
description: Kubernetes-friendly ML model management, deployment, and serving.
maintainers:
- email: [email protected]
name: caraml-dev
- email: [email protected]
name: caraml-dev
name: merlin
version: 0.13.10
version: 0.13.11
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.10](https://img.shields.io/badge/Version-0.13.10-informational?style=flat-square)
![Version: 0.13.11](https://img.shields.io/badge/Version-0.13.11-informational?style=flat-square)
![AppVersion: v0.38.0-rc1](https://img.shields.io/badge/AppVersion-v0.38.0--rc1-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.9
version: 0.13.10
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
digest: sha256:405227df7303c3cf91ba2d7005b6f64c1386be1f5debe2c7227d4b73c905a896
generated: "2023-12-12T03:45:15.767019915Z"
digest: sha256:7843de0b4eb7fe2fbd6b9b24b8aa7e17dada121a3131824291c819cc60e9135a
generated: "2023-12-12T06:38:30.633839411Z"
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.9
version: 0.13.10
- 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.11
version: 0.3.12
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.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat-square)
![Version: 0.3.12](https://img.shields.io/badge/Version-0.3.12-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
6 changes: 3 additions & 3 deletions charts/xp-treatment/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: xp-management
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.10
version: 0.2.11
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
digest: sha256:43c3db8dc32a0e6d0a86857b86283a2a6df43654a72f5ae4b881bf8926f25c9f
generated: "2023-12-07T08:57:44.898948645Z"
digest: sha256:e225edb396e7146d690a3b8783c38cc055cad1c6f178b71fa6f2b32e21c1169c
generated: "2023-12-12T06:36:48.278294142Z"
4 changes: 2 additions & 2 deletions charts/xp-treatment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
condition: xp-management.enabled
name: xp-management
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.10
version: 0.2.11
- name: common
repository: https://caraml-dev.github.io/helm-charts
version: 0.2.9
Expand All @@ -15,4 +15,4 @@ maintainers:
- email: [email protected]
name: caraml-dev
name: xp-treatment
version: 0.1.28
version: 0.1.29
2 changes: 1 addition & 1 deletion charts/xp-treatment/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xp-treatment

---
![Version: 0.1.28](https://img.shields.io/badge/Version-0.1.28-informational?style=flat-square)
![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-informational?style=flat-square)
![AppVersion: 0.12.1](https://img.shields.io/badge/AppVersion-0.12.1-informational?style=flat-square)

Treatment service - A part of XP system that is used to obtain the treatment configuration from active experiments
Expand Down