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

Update Helm release redis to v18 #305

Merged
merged 2 commits into from
Feb 13, 2024
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/studio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.14.3
version: 18.12.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm
version: 0.6.0
digest: sha256:11e47f1d691977c00cf3dd4454365b63ebdb81db484e837a1f720616a50fec63
generated: "2023-08-18T21:39:06.308367+02:00"
digest: sha256:f94abcda2079d7d57e920eacfe530f333050f628b2a31a0d17198be53a7f3d54
generated: "2024-02-13T13:20:18.321969182Z"
4 changes: 2 additions & 2 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.10.2
version: 0.10.3
appVersion: "v2.85.5"
maintainers:
- name: iterative
Expand All @@ -11,7 +11,7 @@ icon: "https://static.iterative.ai/logo/studio.svg"
dependencies:
- name: redis
condition: redis.enabled
version: "17.14.3"
version: "18.12.1"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.85.5](https://img.shields.io/badge/AppVersion-v2.85.5-informational?style=flat-square)
![Version: 0.10.3](https://img.shields.io/badge/Version-0.10.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.85.5](https://img.shields.io/badge/AppVersion-v2.85.5-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -15,7 +15,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |
| https://charts.bitnami.com/bitnami | redis | 18.12.1 |
| https://ray-project.github.io/kuberay-helm | kuberay-operator | 0.6.0 |

## Values
Expand Down
Loading