From 40678c8abc7a1ef0d23bcdfd47b0cf7dfc3a9653 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sun, 12 Sep 2021 20:42:48 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/stable/adguard-home/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index 1c6aeadf..a3dd1a9d 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -1,6 +1,6 @@ # adguard-home -![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: v0.106.3](https://img.shields.io/badge/AppVersion-v0.106.3-informational?style=flat-square) +![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-informational?style=flat-square) ![AppVersion: v0.106.3](https://img.shields.io/badge/AppVersion-v0.106.3-informational?style=flat-square) DNS proxy as ad-blocker for local network @@ -85,7 +85,6 @@ N/A | image.tag | string | `"v0.106.3"` | image tag | | initContainers.copy-configmap | object | See values.yaml | Configures an initContainer that copies the configmap to the AdGuardHome conf directory It does NOT overwrite when the file already exists. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| prometheus.serviceMonitor | object | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | ## Changelog @@ -94,6 +93,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [5.1.0] + +#### Removed + +- Removed serviceMonitor since AdguardHome doesn't have prometheus metrics. An exporter would be needed instead. + ### [5.0.1] #### Changed @@ -140,6 +145,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[5.1.0]: #510 [5.0.1]: #501 [5.0.0]: #500 [4.0.1]: #401