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 v20 #459

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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: 19.5.5
version: 20.0.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.7
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.8
digest: sha256:d5351e73d007f8315ac8747567b4244301f0a6dafc966af47c4c3ee63495568d
generated: "2024-06-19T00:31:52.792527686Z"
digest: sha256:4f0e994caf7ae1fb14ae607ef959f1908e34a142b5cd23fa1e2389c414d8b4d3
generated: "2024-08-14T01:12:02.840127303Z"
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ icon: "https://static.iterative.ai/logo/studio.svg"
dependencies:
- name: redis
condition: redis.enabled
version: "19.5.5"
version: "20.0.1"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Helm chart for Kubernetes
|------------|------|---------|
| https://charts.bitnami.com/bitnami | clickhouse | 6.2.8 |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.7 |
| https://charts.bitnami.com/bitnami | redis | 19.5.5 |
| https://charts.bitnami.com/bitnami | redis | 20.0.1 |

## Values

Expand Down
Loading