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 v13.2.0 #1564

Merged
merged 1 commit into from
Nov 2, 2023
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/quickstart-openshift/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.0.15
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.1.5
version: 13.2.0
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.0.15
digest: sha256:471a90305798e31c3ff09fba0e9fb90cb302a97854ee635e93e3c57f7bee9464
generated: "2023-10-31T18:29:18.1228354-07:00"
digest: sha256:3b972df598e4d6e8bb3d83b3bf75de3bf003e99f1cc6edbd6c891e11cc797dc9
generated: "2023-11-01T02:46:19.651314098Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:

- name: postgresql
condition: bitnami-pg.enabled
version: 13.1.5
version: 13.2.0
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg

Expand Down