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 v16 #47

Open
wants to merge 1 commit into
base: master
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/bytesafe/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.8
version: 16.3.5
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.13.2
digest: sha256:7a1592311a4683c58a0a12ba223e5f9265b834e09fd7f5c71c2222a795e215ee
generated: "2023-07-22T18:40:54.213313+01:00"
digest: sha256:2e0cf23a41ca58e4961097359a0fce186b6d5af942c6a9df75014e9d6ff0a2d5
generated: "2025-01-03T11:14:05.317617305Z"
2 changes: 1 addition & 1 deletion charts/bytesafe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
version: 12.6.8
version: 16.3.5

- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down