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 postgresql helm chart in cala #7107

Merged
merged 1 commit into from
Oct 4, 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/cala/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.36
digest: sha256:ba3f94e75f1a330a4125ad336b2c472df74380e1196162f098ff0289890dba94
generated: "2024-09-26T22:51:11.277024559Z"
version: 16.0.0
digest: sha256:57cde755d21a4af9d14bec4022a88a49c71638b588734b790332c86732054710
generated: "2024-10-02T13:27:30.288315357Z"
2 changes: 1 addition & 1 deletion charts/cala/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ version: 0.1.11-dev
appVersion: 0.2.41
dependencies:
- name: postgresql
version: 15.5.36
version: 16.0.0
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
Loading