From c660530ef50b7f1c03dfae5bf8587f230ce9662c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:29:33 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-10-16) (#204) Co-authored-by: GitHub --- pkg/dist/integration_endpoint_types.yml | 23 +++++++++++++++++++++++ pkg/dist/service_types.yml | 9 +++++++++ 2 files changed, 32 insertions(+) diff --git a/pkg/dist/integration_endpoint_types.yml b/pkg/dist/integration_endpoint_types.yml index 7fe2632..7036742 100644 --- a/pkg/dist/integration_endpoint_types.yml +++ b/pkg/dist/integration_endpoint_types.yml @@ -571,6 +571,29 @@ external_postgresql: type: string max_length: 256 example: myname +external_prometheus: + type: object + properties: + basic_auth_password: + title: Prometheus basic authentication password + type: string + min_length: 8 + max_length: 64 + example: fhyFNBjj3R + _secure: true + basic_auth_username: + title: Prometheus basic authentication username + type: string + min_length: 5 + max_length: 32 + pattern: ^[a-z0-9\-@_]{5,32}$ + example: prom4851 + user_error: Must be 5-32 characters long and may contain only lower case letters and numbers. + service_uri: + title: Prometheus enabled write endpoint + type: string + max_length: 2048 + example: https://write.example.com/ external_schema_registry: type: object required: diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 8f12a71..28f7269 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -2559,6 +2559,15 @@ influxdb: type: integer minimum: 0 maximum: 3600 + influxdb_version: + title: InfluxDB major version + type: + - string + - "null" + default: "1.8" + enum: + - value: "1.8" + example: "1.8" ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'