Skip to content

Commit

Permalink
chore(deps): update nightscout/cgm-remote-monitor docker tag to v15.0…
Browse files Browse the repository at this point in the history
….2 (#394)

* chore(deps): update nightscout/cgm-remote-monitor docker tag to v15.0.2

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 17, 2023
1 parent ec53556 commit 9cdd518
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/nightscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Web-based CGM (Continuous Glucose Monitor) to allow multiple caregi
home: https://charts.gabe565.com/charts/nightscout/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/nightscout/icon.svg
type: application
version: 0.8.1
version: 0.8.2
# renovate datasource=docker depName=nightscout/cgm-remote-monitor
appVersion: 15.0.1
appVersion: 15.0.2
kubeVersion: ">=1.22.0-0"
keywords:
- nightscout
Expand All @@ -25,7 +25,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update nightscout/cgm-remote-monitor docker tag to v15.0.1
description: Update nightscout/cgm-remote-monitor docker tag to v15.0.2
artifacthub.io/links: |-
- name: App Source
url: https://github.com/nightscout/cgm-remote-monitor
Expand Down
8 changes: 4 additions & 4 deletions charts/nightscout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/nightscout/icon.svg" align="right" width="92" alt="nightscout logo">

![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat)
![Version: 0.8.2](https://img.shields.io/badge/Version-0.8.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 15.0.1](https://img.shields.io/badge/AppVersion-15.0.1-informational?style=flat)
![AppVersion: 15.0.2](https://img.shields.io/badge/AppVersion-15.0.2-informational?style=flat)

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

**Homepage:** <https://charts.gabe565.com/charts/nightscout/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=nightscout&version=0.8.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=nightscout&version=0.8.2)**

## Source Code

Expand Down Expand Up @@ -92,7 +92,7 @@ N/A
| env.MONGODB_URI | string | `""` | MongoDB URI, eg `mongodb://username:password@mongodb/nightscout`. Will be generated if mongodb subchart is enabled. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"nightscout/cgm-remote-monitor"` | image repository |
| image.tag | string | `"15.0.1"` | image tag |
| image.tag | string | `"15.0.2"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mongodb | object | See [values.yaml](./values.yaml) | Enable and configure mongodb database subchart under this key. For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mongodb) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/nightscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: nightscout/cgm-remote-monitor
# -- image tag
tag: 15.0.1
tag: 15.0.2
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9cdd518

Please sign in to comment.