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 v14 - autoclosed #676

Closed
wants to merge 1 commit 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 services/habit/helm/habit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.12.10
digest: sha256:03e6b89d05442b99723aa7274a5437f72f5d21535fa9b4fac73c10d962ba3be4
generated: "2023-09-29T09:40:29.832659669Z"
version: 14.3.3
digest: sha256:7399e4a5405ce73be1c48b8d49b9f72d2ad837e5cb797c8f035895e727653a45
generated: "2024-03-12T02:47:42.030851113Z"
2 changes: 1 addition & 1 deletion services/habit/helm/habit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.12.10
version: 14.3.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
6 changes: 3 additions & 3 deletions services/track/helm/track/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.12.10
digest: sha256:03e6b89d05442b99723aa7274a5437f72f5d21535fa9b4fac73c10d962ba3be4
generated: "2023-09-29T09:40:16.819901759Z"
version: 14.3.3
digest: sha256:7399e4a5405ce73be1c48b8d49b9f72d2ad837e5cb797c8f035895e727653a45
generated: "2024-03-12T02:46:33.48351929Z"
2 changes: 1 addition & 1 deletion services/track/helm/track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.12.10
version: 14.3.3
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
Loading