From 056f1b3963a4981b0538e3e3ce4c6b197060b471 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 18 Apr 2024 23:12:46 +0200 Subject: [PATCH] fix(headscale): increase time to info alert --- headscale/Chart.yaml | 2 +- headscale/README.adoc | 4 ++-- headscale/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/headscale/Chart.yaml b/headscale/Chart.yaml index 5d8ca0f..62af4b1 100644 --- a/headscale/Chart.yaml +++ b/headscale/Chart.yaml @@ -3,7 +3,7 @@ name: headscale description: An open source, self-hosted implementation of the Tailscale control server. icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg type: application -version: 0.3.2 +version: 0.3.3 # renovate: image=docker.io/headscale/headscale appVersion: "0.22.3" maintainers: diff --git a/headscale/README.adoc b/headscale/README.adoc index a9cdc8f..045126e 100644 --- a/headscale/README.adoc +++ b/headscale/README.adoc @@ -2,7 +2,7 @@ = headscale -image::https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square[Version: 0.3.2] +image::https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square[Version: 0.3.3] 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 @@ -349,7 +349,7 @@ helm uninstall headscale-release | prometheus.rules.defaults.lastUpdates.info | int -| `60` +| `300` | | prometheus.rules.defaults.lastUpdates.warning diff --git a/headscale/values.yaml b/headscale/values.yaml index d272bf1..6de3d02 100644 --- a/headscale/values.yaml +++ b/headscale/values.yaml @@ -86,7 +86,7 @@ prometheus: lastUpdates: critical: 3600 warning: 600 - info: 60 + info: 300 additionalRules: [] ## Enable persistence using Persistent Volume Claims