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 postgresql to v15.5.10 #430

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
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 19.5.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.7
version: 15.5.10
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.8
digest: sha256:d5351e73d007f8315ac8747567b4244301f0a6dafc966af47c4c3ee63495568d
generated: "2024-06-19T00:31:52.792527686Z"
digest: sha256:bd676695027daa02d438f7d93e6d58c0fe2b3d1e565bcc28aa3f5d60e06c9de2
generated: "2024-06-26T02:04:39.980618443Z"
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
version: "15.5.7"
version: "15.5.10"
repository: "https://charts.bitnami.com/bitnami"
- name: clickhouse
condition: clickhouse.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 @@ -15,7 +15,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | clickhouse | 6.2.8 |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.7 |
| https://charts.bitnami.com/bitnami | postgresql | 15.5.10 |
| https://charts.bitnami.com/bitnami | redis | 19.5.5 |

## Values
Expand Down
Loading