Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2200)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 1f53f40 commit 66f2930
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/app/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.2.3
digest: sha256:485818071008c6893ffb8f4bd8ca105f9aa0f2366bad577326934090a24a0981
generated: "2024-12-09T18:56:19.693317009Z"
version: 16.2.4
digest: sha256:0ca8ea6fef36d8332730a6ecd643bd4f28b8621a59e6e364ce0ab269995b569a
generated: "2024-12-10T14:21:30.332828451Z"
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnamipg.enabled
version: 16.2.3
version: 16.2.4
repository: https://charts.bitnami.com/bitnami
alias: bitnamipg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bitnamipg:
image:
registry: ghcr.io
repository: bcgov/nr-containers/bitnami/postgresql
tag: 15.9.0
tag: 15.10.0
auth:
existingSecret: '{{ .Release.Name }}-database'
username: 'quickstart' # make sure this is aligned with secret.yaml
Expand Down

0 comments on commit 66f2930

Please sign in to comment.