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 mongodb to v16.2.0 #237

Merged
merged 1 commit into from
Oct 28, 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 apps/helm-chart/src/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 14.8.0
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 16.0.3
version: 16.2.0
- name: nginx
repository: https://charts.bitnami.com/bitnami
version: 18.2.4
digest: sha256:e96287a623793a15ac8b74e3cea01b14991a52df87711996b9ec83538d1e067a
generated: "2024-10-28T20:56:08.038577139Z"
digest: sha256:920785c25e7be0b2637dc85698ca60594987d02bc1e9294f8f3100023e6e59d6
generated: "2024-10-28T20:57:24.106837961Z"
2 changes: 1 addition & 1 deletion apps/helm-chart/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
- name: mongodb
version: 16.0.3
version: 16.2.0
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: nginx
Expand Down