Skip to content

Commit

Permalink
Update bitnami helm dependencies (#427)
Browse files Browse the repository at this point in the history
* Update bitnami helm dependencies

* Helm-Docs update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] committed Jun 20, 2024
1 parent c0129c8 commit 97f9a1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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.2
version: 19.5.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.4
version: 15.5.7
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.0
digest: sha256:449d0328fcf5664b6b882dc00ec888def4d862d77fad6acf1d675bed84587380
generated: "2024-06-16T19:18:33.296268+02:00"
version: 6.2.8
digest: sha256:d5351e73d007f8315ac8747567b4244301f0a6dafc966af47c4c3ee63495568d
generated: "2024-06-19T00:31:52.792527686Z"
8 changes: 4 additions & 4 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.15.1
version: 0.15.2
appVersion: "v2.124.0"
maintainers:
- name: iterative
Expand All @@ -11,13 +11,13 @@ icon: "https://static.iterative.ai/logo/studio.svg"
dependencies:
- name: redis
condition: redis.enabled
version: "19.5.2"
version: "19.5.5"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
version: "15.5.4"
version: "15.5.7"
repository: "https://charts.bitnami.com/bitnami"
- name: clickhouse
condition: clickhouse.enabled
version: "6.2.0"
version: "6.2.8"
repository: "https://charts.bitnami.com/bitnami"
8 changes: 4 additions & 4 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

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

A Helm chart for Kubernetes

Expand All @@ -14,9 +14,9 @@ A Helm chart for Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | clickhouse | 6.2.0 |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.4 |
| https://charts.bitnami.com/bitnami | redis | 19.5.2 |
| 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 |

## Values

Expand Down

0 comments on commit 97f9a1b

Please sign in to comment.