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.3.1 #1767

Merged
merged 1 commit into from
Jan 19, 2024
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.2.4
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.3.0
version: 13.3.1
- name: component
repository: https://bcgov.github.io/helm-service
version: 0.2.4
digest: sha256:4a1a096cf00e6222deb9446cf1334ccd9a968221692ee5810064d0180247a4a1
generated: "2024-01-17T17:58:57.475535125Z"
digest: sha256:432b5a18cd996e2bdd3d6757aa19e563692a355abb9cf3e414f3854658004ed7
generated: "2024-01-19T00:20:41.697225896Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:

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

Expand Down