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.1 #253

Merged
merged 1 commit into from
Nov 3, 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.1
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 16.2.0
version: 16.2.1
- name: nginx
repository: https://charts.bitnami.com/bitnami
version: 18.2.4
digest: sha256:b701dcbcb302def70c61fac73043214cb640b84a7c4a988334d695bf629707fe
generated: "2024-10-31T10:10:01.617033218Z"
digest: sha256:c7bf981d6fa404af272949d58971d09c74927fe4df3e97b4b3b4b2090062f9a9
generated: "2024-11-03T20:45:55.38157523Z"
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.2.0
version: 16.2.1
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: nginx
Expand Down