From b91c67831a356a6900269b2cc570a75d6673d0da Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Tue, 20 Jun 2023 13:50:25 +0300 Subject: [PATCH] chore: synced file(s) with aiven/aiven-operator (#26) * chore: synced local 'charts/aiven-operator/' with remote 'charts/aiven-operator/' * chore: synced local 'charts/aiven-operator-crds/' with remote 'charts/aiven-operator-crds/' --- charts/aiven-operator-crds/Chart.yaml | 4 ++-- .../templates/aiven.io_cassandras.yaml | 8 +++----- .../templates/aiven.io_clickhouses.yaml | 7 ++----- .../templates/aiven.io_clickhouseusers.yaml | 4 ++-- .../templates/aiven.io_connectionpools.yaml | 4 ++-- .../templates/aiven.io_grafanas.yaml | 7 ++----- .../templates/aiven.io_kafkaconnects.yaml | 3 --- .../templates/aiven.io_kafkas.yaml | 15 ++++++++++----- .../templates/aiven.io_kafkatopics.yaml | 3 --- .../templates/aiven.io_mysqls.yaml | 7 ++----- .../templates/aiven.io_opensearches.yaml | 7 ++----- .../templates/aiven.io_postgresqls.yaml | 7 ++----- .../templates/aiven.io_projects.yaml | 4 ++-- .../templates/aiven.io_redis.yaml | 7 ++----- .../aiven.io_serviceintegrations.yaml | 19 +++++++++++++++++++ .../templates/aiven.io_serviceusers.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- 17 files changed, 56 insertions(+), 58 deletions(-) diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index 412f8c6..0bb677c 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -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.12.0 -appVersion: v0.12.0 +version: v0.12.1 +appVersion: v0.12.1 maintainers: - name: mhoffm-aiven url: https://www.aiven.io diff --git a/charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml b/charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml index 61905b2..d2ece92 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml @@ -66,9 +66,9 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `CASSANDRA_HOST`, `CASSANDRA_PORT`, `CASSANDRA_USER`, `CASSANDRA_PASSWORD`, - `CASSANDRA_URI`, `CASSANDRA_HOSTS`" + `CASSANDRA_URI`, `CASSANDRA_HOSTS`' properties: annotations: additionalProperties: @@ -222,6 +222,7 @@ spec: description: Cassandra major version enum: - "4" + - "3" type: string ip_filter: description: Allow incoming connections from CIDR address block, @@ -374,9 +375,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml b/charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml index ab6c466..843a099 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_clickhouses.yaml @@ -53,8 +53,8 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: - `CLICKHOUSE_HOST`, `CLICKHOUSE_PORT`, `CLICKHOUSE_USER`, `CLICKHOUSE_PASSWORD`" + description: 'Information regarding secret creation. Exposed keys: + `CLICKHOUSE_HOST`, `CLICKHOUSE_PORT`, `CLICKHOUSE_USER`, `CLICKHOUSE_PASSWORD`' properties: annotations: additionalProperties: @@ -298,9 +298,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_clickhouseusers.yaml b/charts/aiven-operator-crds/templates/aiven.io_clickhouseusers.yaml index 7d58599..d28df3a 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_clickhouseusers.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_clickhouseusers.yaml @@ -59,9 +59,9 @@ spec: - name type: object connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `CLICKHOUSEUSER_HOST`, `CLICKHOUSEUSER_PORT`, `CLICKHOUSEUSER_USER`, - `CLICKHOUSEUSER_PASSWORD`" + `CLICKHOUSEUSER_PASSWORD`' properties: annotations: additionalProperties: diff --git a/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml b/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml index e34da0f..7b303bd 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_connectionpools.yaml @@ -68,10 +68,10 @@ spec: - name type: object connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `CONNECTIONPOOL_HOST`, `CONNECTIONPOOL_PORT`, `CONNECTIONPOOL_DATABASE`, `CONNECTIONPOOL_USER`, `CONNECTIONPOOL_PASSWORD`, `CONNECTIONPOOL_SSLMODE`, - `CONNECTIONPOOL_DATABASE_URI`" + `CONNECTIONPOOL_DATABASE_URI`' properties: annotations: additionalProperties: diff --git a/charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml b/charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml index 368bbf6..a40328c 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml @@ -66,9 +66,9 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `GRAFANA_HOST`, `GRAFANA_PORT`, `GRAFANA_USER`, `GRAFANA_PASSWORD`, - `GRAFANA_URI`, `GRAFANA_HOSTS`" + `GRAFANA_URI`, `GRAFANA_HOSTS`' properties: annotations: additionalProperties: @@ -791,9 +791,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml b/charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml index fa08cd2..3d8b75e 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_kafkaconnects.yaml @@ -425,9 +425,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml b/charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml index 8990073..c91265c 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml @@ -66,9 +66,9 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `KAFKA_HOST`, `KAFKA_PORT`, `KAFKA_USERNAME`, `KAFKA_PASSWORD`, - `KAFKA_ACCESS_CERT`, `KAFKA_ACCESS_KEY`" + `KAFKA_ACCESS_CERT`, `KAFKA_ACCESS_KEY`' properties: annotations: additionalProperties: @@ -679,6 +679,12 @@ spec: maximum: 5000 minimum: 0 type: integer + producer_max_request_size: + description: The maximum size of a request in bytes. Note + that Kafka broker can also cap the record batch size. + maximum: 2147483647 + minimum: 0 + type: integer simpleconsumer_pool_size_max: description: Maximum number of SimpleConsumers that can be instantiated per broker @@ -690,6 +696,8 @@ spec: description: Kafka major version enum: - "3.3" + - "3.1" + - "3.4" type: string private_access: description: Allow access to selected service ports from private @@ -885,9 +893,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_kafkatopics.yaml b/charts/aiven-operator-crds/templates/aiven.io_kafkatopics.yaml index ce3933a..b48be5e 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_kafkatopics.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_kafkatopics.yaml @@ -149,9 +149,6 @@ spec: description: segment.ms value format: int64 type: integer - unclean_leader_election_enable: - description: unclean.leader.election.enable value - type: boolean type: object partitions: description: Number of partitions to create in the topic diff --git a/charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml b/charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml index 7682d22..c500880 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml @@ -66,9 +66,9 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `MYSQL_HOST`, `MYSQL_PORT`, `MYSQL_DATABASE`, `MYSQL_USER`, `MYSQL_PASSWORD`, - `MYSQL_SSL_MODE`, `MYSQL_URI`, `MYSQL_REPLICA_URI`" + `MYSQL_SSL_MODE`, `MYSQL_URI`, `MYSQL_REPLICA_URI`' properties: annotations: additionalProperties: @@ -666,9 +666,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml b/charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml index 8a0ab79..8b2a3e7 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_opensearches.yaml @@ -53,8 +53,8 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: - `OPENSEARCH_HOST`, `OPENSEARCH_PORT`, `OPENSEARCH_USER`, `OPENSEARCH_PASSWORD`" + description: 'Information regarding secret creation. Exposed keys: + `OPENSEARCH_HOST`, `OPENSEARCH_PORT`, `OPENSEARCH_USER`, `OPENSEARCH_PASSWORD`' properties: annotations: additionalProperties: @@ -735,9 +735,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml b/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml index e2278ca..1ce0d99 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_postgresqls.yaml @@ -66,9 +66,9 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `POSTGRESQL_HOST`, `POSTGRESQL_PORT`, `POSTGRESQL_DATABASE`, `POSTGRESQL_USER`, - `POSTGRESQL_PASSWORD`, `POSTGRESQL_SSLMODE`, `POSTGRESQL_DATABASE_URI`" + `POSTGRESQL_PASSWORD`, `POSTGRESQL_SSLMODE`, `POSTGRESQL_DATABASE_URI`' properties: annotations: additionalProperties: @@ -934,9 +934,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_projects.yaml b/charts/aiven-operator-crds/templates/aiven.io_projects.yaml index 5768743..0bf1f9f 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_projects.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_projects.yaml @@ -95,8 +95,8 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: - `PROJECT_CA_CERT`" + description: 'Information regarding secret creation. Exposed keys: + `PROJECT_CA_CERT`' properties: annotations: additionalProperties: diff --git a/charts/aiven-operator-crds/templates/aiven.io_redis.yaml b/charts/aiven-operator-crds/templates/aiven.io_redis.yaml index f3fdd12..4e0fc85 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_redis.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_redis.yaml @@ -53,8 +53,8 @@ spec: maxLength: 256 type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: - `REDIS_HOST`, `REDIS_PORT`, `REDIS_USER`, `REDIS_PASSWORD`" + description: 'Information regarding secret creation. Exposed keys: + `REDIS_HOST`, `REDIS_PORT`, `REDIS_USER`, `REDIS_PASSWORD`' properties: annotations: additionalProperties: @@ -471,9 +471,6 @@ spec: state: description: Service state type: string - required: - - conditions - - state type: object type: object served: true diff --git a/charts/aiven-operator-crds/templates/aiven.io_serviceintegrations.yaml b/charts/aiven-operator-crds/templates/aiven.io_serviceintegrations.yaml index 0cd57e4..8e4cf2f 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_serviceintegrations.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_serviceintegrations.yaml @@ -244,6 +244,13 @@ spec: description: Enable Datadog Opensearch Primary Shard Monitoring type: boolean type: object + redis: + description: Datadog Redis Options + properties: + command_stats_enabled: + description: Enable command_stats option in the agent's configuration + type: boolean + type: object type: object destinationEndpointId: description: Destination endpoint for the integration (if any) @@ -427,6 +434,18 @@ spec: maximum: 134217728 minimum: 5242880 type: integer + producer_compression_type: + description: Specify the default compression type for producers. + This configuration accepts the standard compression codecs + ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts + 'none' which is the default and equivalent to no compression. + enum: + - gzip + - snappy + - lz4 + - zstd + - none + type: string producer_linger_ms: description: The linger time (ms) for waiting new data to arrive for publishing. diff --git a/charts/aiven-operator-crds/templates/aiven.io_serviceusers.yaml b/charts/aiven-operator-crds/templates/aiven.io_serviceusers.yaml index f6e40a4..e188b02 100644 --- a/charts/aiven-operator-crds/templates/aiven.io_serviceusers.yaml +++ b/charts/aiven-operator-crds/templates/aiven.io_serviceusers.yaml @@ -65,10 +65,10 @@ spec: - mysql_native_password type: string connInfoSecretTarget: - description: "Information regarding secret creation. \n Exposed keys: + description: 'Information regarding secret creation. Exposed keys: `SERVICEUSER_HOST`, `SERVICEUSER_PORT`, `SERVICEUSER_USERNAME`, `SERVICEUSER_PASSWORD`, `SERVICEUSER_CA_CERT`, `SERVICEUSER_ACCESS_CERT`, - `SERVICEUSER_ACCESS_KEY`" + `SERVICEUSER_ACCESS_KEY`' properties: annotations: additionalProperties: diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index e1c2af0..f523290 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator description: A Helm chart to deploy the aiven operator type: application -version: v0.12.0 -appVersion: v0.12.0 +version: v0.12.1 +appVersion: v0.12.1 maintainers: - name: mhoffm-aiven url: https://www.aiven.io