[bot] [main] Automated version update (#2217)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-09-18 10:54:25 +02:00
committed by GitHub
parent 7fafc4cadc
commit b6a6a0b2e8
35 changed files with 170 additions and 95 deletions

View File

@@ -2415,7 +2415,7 @@ spec:
description: The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used.
type: string
botToken:
description: Telegram bot token The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator.
description: "Telegram bot token. It is mutually exclusive with `botTokenFile`. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. \n Either `botToken` or `botTokenFile` is required."
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
@@ -2429,6 +2429,9 @@ spec:
required:
- key
type: object
botTokenFile:
description: "File to read the Telegram bot token from. It is mutually exclusive with `botToken`. Either `botToken` or `botTokenFile` is required. \n It requires Alertmanager >= v0.26.0."
type: string
chatID:
description: The Telegram chat ID.
format: int64