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 #32

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
- name: ivan-savciuc
url: https://www.aiven.io
- name: murad-biashimov
url: https://www.aiven.io
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -190,7 +184,7 @@ spec:
description: Cassandra specific user configuration options
properties:
additional_backup_regions:
description: Additional Cloud Regions for Backup Replication
description: Deprecated. Additional Cloud Regions for Backup Replication
items:
type: string
maxItems: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
10 changes: 4 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -297,6 +291,10 @@ spec:
description: Authorization URL
maxLength: 2048
type: string
auto_login:
description: Allow users to bypass the login screen and automatically
log in
type: boolean
client_id:
description: Client ID from provider
maxLength: 1024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
26 changes: 16 additions & 10 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -340,6 +334,22 @@ spec:
maximum: 104857600
minimum: 1048576
type: integer
log_local_retention_bytes:
description: The maximum size of local log segments that can
grow for a partition before it gets eligible for deletion.
If set to -2, the value of log.retention.bytes is used.
The effective value should always be less than or equal
to log.retention.bytes value.
minimum: -2
type: integer
log_local_retention_ms:
description: The number of milliseconds to keep the local
log segments before it gets eligible for deletion. If set
to -2, the value of log.retention.ms is used. The effective
value should always be less than or equal to log.retention.ms
value.
minimum: -2
type: integer
log_message_downconversion_enable:
description: This configuration controls whether down-conversion
of message formats is enabled to satisfy consume requests.
Expand Down Expand Up @@ -441,10 +451,6 @@ spec:
maximum: 10000
minimum: 10
type: integer
remote_log_storage_system_enable:
description: Deprecated. Whether to enable the tiered storage
functionality
type: boolean
replica_fetch_max_bytes:
description: The number of bytes of messages to attempt to
fetch for each partition (defaults to 1048576). This is
Expand Down
6 changes: 0 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
117 changes: 111 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down Expand Up @@ -372,6 +366,87 @@ spec:
action_destructive_requires_name:
description: Require explicit index names when deleting
type: boolean
auth_failure_listeners:
description: Opensearch Security Plugin Settings
properties:
internal_authentication_backend_limiting:
properties:
allowed_tries:
description: The number of login attempts allowed
before login is blocked
maximum: 2147483647
minimum: 0
type: integer
authentication_backend:
description: internal_authentication_backend_limiting.authentication_backend
maxLength: 1024
type: string
block_expiry_seconds:
description: The duration of time that login remains
blocked after a failed login
maximum: 2147483647
minimum: 0
type: integer
max_blocked_clients:
description: internal_authentication_backend_limiting.max_blocked_clients
maximum: 2147483647
minimum: 0
type: integer
max_tracked_clients:
description: The maximum number of tracked IP addresses
that have failed login
maximum: 2147483647
minimum: 0
type: integer
time_window_seconds:
description: The window of time in which the value
for `allowed_tries` is enforced
maximum: 2147483647
minimum: 0
type: integer
type:
description: internal_authentication_backend_limiting.type
maxLength: 1024
type: string
type: object
ip_rate_limiting:
description: IP address rate limiting settings
properties:
allowed_tries:
description: The number of login attempts allowed
before login is blocked
maximum: 2147483647
minimum: 1
type: integer
block_expiry_seconds:
description: The duration of time that login remains
blocked after a failed login
maximum: 36000
minimum: 1
type: integer
max_blocked_clients:
description: The maximum number of blocked IP addresses
maximum: 2147483647
minimum: 0
type: integer
max_tracked_clients:
description: The maximum number of tracked IP addresses
that have failed login
maximum: 2147483647
minimum: 0
type: integer
time_window_seconds:
description: The window of time in which the value
for `allowed_tries` is enforced
maximum: 36000
minimum: 1
type: integer
type:
description: The type of rate limiting
maxLength: 1024
type: string
type: object
type: object
cluster_max_shards_per_node:
description: Controls the number of shards allowed in the
cluster per data node
Expand Down Expand Up @@ -467,6 +542,36 @@ spec:
maximum: 5
minimum: 2
type: integer
ism_enabled:
description: Specifies whether ISM is enabled or not
type: boolean
ism_history_enabled:
description: Specifies whether audit history is enabled or
not. The logs from ISM are automatically indexed to a logs
document.
type: boolean
ism_history_max_age:
description: The maximum age before rolling over the audit
history index in hours
maximum: 2147483647
minimum: 1
type: integer
ism_history_max_docs:
description: The maximum number of documents before rolling
over the audit history index.
minimum: 1
type: integer
ism_history_rollover_check_period:
description: The time between rollover checks for the audit
history index in hours.
maximum: 2147483647
minimum: 1
type: integer
ism_history_rollover_retention_period:
description: How long audit history indices are kept in days.
maximum: 2147483647
minimum: 1
type: integer
override_main_response_version:
description: Compatibility mode sets OpenSearch to report
its version as 7.10 so clients continue to work. Default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
6 changes: 0 additions & 6 deletions charts/aiven-operator-crds/templates/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,10 @@ spec:
required:
- name
type: object
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
projectVpcId:
description: Identifier of the VPC the service should be in, if any.
maxLength: 36
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
serviceIntegrations:
description: Service integrations to specify when creating a service.
Not applied after initial service creation
Expand Down
8 changes: 4 additions & 4 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: aiven-operator
description: A Helm chart to deploy the aiven operator
type: application
version: v0.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
- name: ivan-savciuc
url: https://www.aiven.io
- name: murad-biashimov
url: https://www.aiven.io
Loading