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.4.5 #323

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 15.0.3
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 16.4.3
version: 16.4.5
- name: nginx
repository: https://charts.bitnami.com/bitnami
version: 19.0.0
digest: sha256:035b39175b4b8fa914069f3bf26a8e073a66a308841dcf07a9951e6725d383e8
generated: "2025-02-14T15:31:34.013666712Z"
digest: sha256:9adb48625d73e1f8560b351c4fb09de98f129526db15c557dfc123f91c574412
generated: "2025-02-22T05:49:59.486261448Z"
2 changes: 1 addition & 1 deletion apps/helm-chart/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: minio.enabled
- name: mongodb
version: 16.4.3
version: 16.4.5
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: nginx
Expand Down