Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: synced file(s) with aiven/aiven-operator #54

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.25.0
appVersion: v0.25.0
version: v0.26.0
appVersion: v0.26.0
maintainers:
- name: byashimov
url: https://www.aiven.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
description: Cassandra specific user configuration options
properties:
additional_backup_regions:
description: Deprecated. Additional Cloud Regions for Backup Replication
description: Additional Cloud Regions for Backup Replication
items:
type: string
maxItems: 1
Expand Down Expand Up @@ -290,7 +290,6 @@ spec:
cassandra_version:
description: Cassandra version
enum:
- "4"
- "4.1"
pattern: ^[0-9]+(\.[0-9]+)?$
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,11 @@ spec:
VPC or another type of private network
type: boolean
type: object
recovery_basebackup_name:
description: Name of the basebackup to restore in forked service
maxLength: 128
pattern: ^[a-zA-Z0-9-_:.+]+$
type: string
service_log:
description:
Store logs for the service so that they are available
Expand Down
410 changes: 410 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_flinks.yaml

Large diffs are not rendered by default.

39 changes: 23 additions & 16 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ spec:
type: array
alerting_enabled:
description:
Enable or disable Grafana legacy alerting functionality.
This should not be enabled with unified_alerting_enabled.
"DEPRECATED: setting has no effect with Grafana 11
and onward. Enable or disable Grafana legacy alerting functionality.
This should not be enabled with unified_alerting_enabled."
type: boolean
alerting_error_or_timeout:
description:
Expand All @@ -256,8 +257,8 @@ spec:
alerting rules
enum:
- alerting
- no_data
- keep_state
- no_data
- ok
type: string
allow_embedding:
Expand Down Expand Up @@ -370,6 +371,11 @@ spec:
description: Token URL
maxLength: 2048
type: string
use_refresh_token:
description:
Set to true to use refresh token and check access
token expiration.
type: boolean
required:
- api_url
- auth_url
Expand Down Expand Up @@ -433,14 +439,14 @@ spec:
type: array
api_url:
description:
API URL. This only needs to be set when using
self hosted GitLab
This only needs to be set when using self hosted
GitLab
maxLength: 2048
type: string
auth_url:
description:
Authorization URL. This only needs to be set
when using self hosted GitLab
This only needs to be set when using self hosted
GitLab
maxLength: 2048
type: string
client_id:
Expand All @@ -455,8 +461,8 @@ spec:
type: string
token_url:
description:
Token URL. This only needs to be set when using
self hosted GitLab
This only needs to be set when using self hosted
GitLab
maxLength: 2048
type: string
required:
Expand Down Expand Up @@ -499,8 +505,8 @@ spec:
value."
enum:
- lax
- strict
- none
- strict
type: string
custom_domain:
description:
Expand All @@ -510,7 +516,8 @@ spec:
type: string
dashboard_previews_enabled:
description:
This feature is new in Grafana 9 and is quite resource
Enable browsing of dashboards in grid (pictures)
mode. This feature is new in Grafana 9 and is quite resource
intensive. It may cause low-end plans to work more slowly while
the dashboard previews are rendering.
type: boolean
Expand Down Expand Up @@ -633,7 +640,7 @@ spec:
maxLength: 2048
type: string
provider:
description: Provider type
description: External image store provider
enum:
- s3
type: string
Expand Down Expand Up @@ -676,7 +683,7 @@ spec:
maxItems: 1024
type: array
metrics_enabled:
description: Enable Grafana /metrics endpoint
description: Enable Grafana's /metrics endpoint
type: boolean
oauth_allow_insecure_email_lookup:
description:
Expand Down Expand Up @@ -783,9 +790,9 @@ spec:
Either OpportunisticStartTLS, MandatoryStartTLS
or NoStartTLS. Default is OpportunisticStartTLS.
enum:
- OpportunisticStartTLS
- MandatoryStartTLS
- NoStartTLS
- OpportunisticStartTLS
type: string
username:
description: Username for SMTP authentication
Expand All @@ -805,7 +812,7 @@ spec:
Enable or disable Grafana unified alerting functionality.
By default this is enabled and any legacy alerts will be migrated
on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled
to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/
to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/
for more details.
type: boolean
user_auto_assign_org:
Expand All @@ -816,9 +823,9 @@ spec:
user_auto_assign_org_role:
description: Set role for new signups. Defaults to Viewer
enum:
- Viewer
- Admin
- Editor
- Viewer
type: string
viewers_can_edit:
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ spec:
Defines what client configurations can be overridden
by the connector. Default is None
enum:
- None
- All
- None
type: string
consumer_auto_offset_reset:
description:
Expand All @@ -238,8 +238,8 @@ spec:
is the default, but read_committed can be used if consume-exactly-once
behavior is desired.
enum:
- read_uncommitted
- read_committed
- read_uncommitted
type: string
consumer_max_partition_fetch_bytes:
description:
Expand Down Expand Up @@ -309,10 +309,10 @@ spec:
'none' which is the default and equivalent to no compression.
enum:
- gzip
- snappy
- lz4
- zstd
- none
- snappy
- zstd
type: string
producer_linger_ms:
description:
Expand Down Expand Up @@ -413,10 +413,13 @@ spec:
supported. Secrets can be referenced in connector config with
${<provider_name>:<secret_path>:<key_name>}"
items:
description: SecretProvider
description:
Configure external secret providers in order to
reference external secrets in connector configuration. Currently
Hashicorp Vault and AWS Secrets Manager are supported.
properties:
aws:
description: AWS config for Secret Provider
description: AWS secret provider configuration
properties:
access_key:
description: Access key used to authenticate with aws
Expand Down Expand Up @@ -447,7 +450,7 @@ spec:
secrets in connector config.
type: string
vault:
description: Vault Config for Secret Provider
description: Vault secret provider configuration
properties:
address:
description: Address of the Vault server
Expand Down
Loading