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(deps): update helm release postgresql to v12 - abandoned #22

Closed
wants to merge 2 commits into from
Closed
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 @@ -7,6 +7,6 @@ dependencies:
version: 17.14.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
digest: sha256:17b45dd98206bc3856d787b7399053996e6039ec8b52c9e00a501e7fcd896765
generated: "2023-07-28T20:11:07.578307878Z"
version: 12.8.1
digest: sha256:2bdd584aefdaf1b1161d5fc7e333e6593ac4c878704450c22b776b5d803e4254
generated: "2023-08-09T01:24:16.889959778Z"
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
version: "11.9.13"
version: "12.8.1"
repository: "https://charts.bitnami.com/bitnami"
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 | nginx | 13.2.30 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | postgresql | 12.8.1 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |

## Values
Expand Down
Loading