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.38 #2

Open
wants to merge 1 commit 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 pretix-helm/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: 15.1.2
version: 15.5.38
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.0.1
digest: sha256:e522409698486fdf3d11b5bdb2b8225a1b3e41175e239c81226079a57a40043f
generated: "2024-03-23T20:46:39.245636+01:00"
digest: sha256:cff52d1f183ec4cd037be046d94ff9679b8d7f6d9b461704ac0eeb33f8857076
generated: "2024-10-02T05:40:04.207181051Z"
2 changes: 1 addition & 1 deletion pretix-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- event-tickets
dependencies:
- name: postgresql
version: "15.1.2"
version: "15.5.38"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
- name: redis
Expand Down