Skip to content

Commit

Permalink
🔧 (nightscout): Deploy MongoDB as a StatefulSet
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 10, 2023
1 parent baa4c12 commit e427abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/nightscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Web-based CGM (Continuous Glucose Monitor) to allow multiple caregi
home: https://github.com/gabe565/charts/tree/main/charts/nightscout
icon: https://raw.githubusercontent.com/nightscout/cgm-remote-monitor/71c2363b7be387cda899669be2bfd6ddbfe70198/static/images/large.png
type: application
version: 0.3.1
version: 0.4.0
# renovate: image=nightscout/cgm-remote-monitor
appVersion: 14.2.6
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,4 +25,4 @@ sources:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Bump mongodb subchart to v13.6.2
description: Deploy MongoDB as a StatefulSet
2 changes: 1 addition & 1 deletion charts/nightscout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nightscout

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.2.6](https://img.shields.io/badge/AppVersion-14.2.6-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.2.6](https://img.shields.io/badge/AppVersion-14.2.6-informational?style=flat-square)

Web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patient's glucose data in real time.

Expand Down
1 change: 1 addition & 0 deletions charts/nightscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ingress:
# @default -- See values.yaml
mongodb:
enabled: false
useStatefulSet: true
auth:
rootPassword: changeme
databases:
Expand Down

0 comments on commit e427abc

Please sign in to comment.