From 4d9f46ae9e22317122ca900caaf6075f4433bdc1 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 12 Apr 2024 09:28:31 +0200 Subject: [PATCH] fix(headscale): update appVersion --- headscale/README.adoc | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/headscale/README.adoc b/headscale/README.adoc index e246c10..20146bc 100644 --- a/headscale/README.adoc +++ b/headscale/README.adoc @@ -2,7 +2,7 @@ = headscale -image::https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square[Version: 0.2.6] +image::https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square[Version: 0.3.0] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3] == Maintainers @@ -332,6 +332,31 @@ helm uninstall headscale-release | `[]` | +| prometheus.rules.defaults.enabled +| bool +| `true` +| + +| prometheus.rules.defaults.filter +| string +| `""` +| + +| prometheus.rules.defaults.lastUpdates.critical +| int +| `3600` +| + +| prometheus.rules.defaults.lastUpdates.info +| int +| `60` +| + +| prometheus.rules.defaults.lastUpdates.warning +| int +| `600` +| + | prometheus.rules.enabled | bool | `false`