Skip to content

Commit

Permalink
Update mongodb database
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Apr 7, 2024
1 parent 2e5dfae commit f9b9875
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/unifi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 3.0.4
- name: mongodb
version: 12.1.31
version: 15.1.3
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update base helm chart to 3.0.4
description: Update mongodb to version. For mongodb upgrades please check details here: https://www.mongodb.com/docs/manual/release-notes/7.0-upgrade-standalone/
2 changes: 1 addition & 1 deletion charts/unifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 3.0.4 |
| https://charts.bitnami.com/bitnami | mongodb | 12.1.31 |
| https://charts.bitnami.com/bitnami | mongodb | 15.1.3 |

## Values

Expand Down
4 changes: 2 additions & 2 deletions charts/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ persistence:
mongodb:
enabled: false
architecture: standalone
image:
tag: 5.0.15
# image:
# tag: 5.0.15
auth:
enabled: false
persistence:
Expand Down

0 comments on commit f9b9875

Please sign in to comment.