fix(headscale): update appVersion

This commit is contained in:
WrenIX 2024-04-12 09:28:31 +02:00
parent e566e64fe7
commit 4d9f46ae9e
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -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`