Skip to content

Commit

Permalink
updated mongodb helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 8, 2024
1 parent 44d5e93 commit e1f3ec0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/docs/getting-started/what's-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _NotifyBC_ uses [semantic versioning](https://semver.org/).
- Replaced Bottleneck with BullMQ
- Redis is required
- Bitnami Redis Helm chart is updated from version 16.13.2 to 20.1.0, with corresponding Redis from 6.2.7 to 7.4.0
- Bitnami MongoDB Helm chart is updated from version 14.3.2 to 16.3.3, with corresponding MongoDB from 7.0.4 to 8.0.4
- Added `loggingLevels` config

## v5
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 14.3.2
version: 16.3.3
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.1.0
digest: sha256:82b13a154784e333c224eb20961804d2b5f4df57cac8c57eebd4c0a735b027e1
generated: "2024-11-11T15:44:02.2214534-08:00"
digest: sha256:d154cf1eb245d2ee38f64c1fd2af60b37eac48c178d0426953d180685214db2b
generated: "2024-12-08T12:06:39.3246195-08:00"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ appVersion: '5.1'

dependencies:
- name: mongodb
version: 14.3.2
version: 16.3.3
repository: https://charts.bitnami.com/bitnami
- name: redis
version: 20.1.0
Expand Down
Binary file removed helm/charts/mongodb-14.3.2.tgz
Binary file not shown.
Binary file added helm/charts/mongodb-16.3.3.tgz
Binary file not shown.

0 comments on commit e1f3ec0

Please sign in to comment.