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.4.4 #606

Merged
merged 1 commit into from
Jan 20, 2025
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 helm/mitre-siphon/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: 16.4.3
version: 16.4.4
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 31.2.0
digest: sha256:d86cfcc2e960604530b9f03e1683b437f783d7f43ab34dae8754383c5a331e76
generated: "2025-01-15T12:41:10.564740564Z"
digest: sha256:5f328a16f2afa5a5cdcd86f5082920c39d6bcce142b822314774ca0ebec31b59
generated: "2025-01-20T21:10:34.464304742Z"
2 changes: 1 addition & 1 deletion helm/mitre-siphon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
alias: postgresql
condition: postgresql.enabled
repository: https://charts.bitnami.com/bitnami
version: "16.4.3"
version: "16.4.4"
- name: kafka
alias: kafka
condition: kafka.enabled
Expand Down
Loading