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

Merged
merged 1 commit into from
Jan 9, 2025
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 @@ -7,7 +7,7 @@ dependencies:
version: 0.13.24
- name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.27
version: 0.3.28
- 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:3644ec5b1ae36f4374d8fbb3b6a78f6dcf617eb8f79a0d7da688022b1260af07
generated: "2025-01-09T03:36:33.432719741Z"
digest: sha256:68677fa5186ea8fe23eff9a205eb25d7cb5f395219e2563e94decafbabafb1b6
generated: "2025-01-09T03:42:40.638695801Z"
4 changes: 2 additions & 2 deletions charts/caraml/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- condition: turing.enabled
name: turing
repository: https://caraml-dev.github.io/helm-charts
version: 0.3.27
version: 0.3.28
- 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.59
version: 0.8.60
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.59](https://img.shields.io/badge/Version-0.8.59-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.60](https://img.shields.io/badge/Version-0.8.60-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 @@ -23,7 +23,7 @@ A Helm chart for deploying CaraML components
| https://caraml-dev.github.io/helm-charts | istiod(generic-dep-installer) | 0.2.1 |
| https://caraml-dev.github.io/helm-charts | merlin | 0.13.24 |
| https://caraml-dev.github.io/helm-charts | mlp | 0.6.6 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.27 |
| https://caraml-dev.github.io/helm-charts | turing | 0.3.28 |
| 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
Loading