Skip to content

Commit

Permalink
chore: synced file(s) with aiven/aiven-operator (#26)
Browse files Browse the repository at this point in the history
* chore: synced local 'charts/aiven-operator/' with remote 'charts/aiven-operator/'

* chore: synced local 'charts/aiven-operator-crds/' with remote 'charts/aiven-operator-crds/'
  • Loading branch information
Serpentiel authored Jun 20, 2023
1 parent a0116b1 commit b91c678
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 58 deletions.
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.12.0
appVersion: v0.12.0
version: v0.12.1
appVersion: v0.12.1
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
8 changes: 3 additions & 5 deletions charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -222,6 +222,7 @@ spec:
description: Cassandra major version
enum:
- "4"
- "3"
type: string
ip_filter:
description: Allow incoming connections from CIDR address block,
Expand Down Expand Up @@ -374,9 +375,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -298,9 +298,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 2 additions & 5 deletions charts/aiven-operator-crds/templates/aiven.io_grafanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -791,9 +791,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
15 changes: 10 additions & 5 deletions charts/aiven-operator-crds/templates/aiven.io_kafkas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -885,9 +893,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions charts/aiven-operator-crds/templates/aiven.io_mysqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -666,9 +666,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -735,9 +735,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -934,9 +934,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/templates/aiven.io_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 2 additions & 5 deletions charts/aiven-operator-crds/templates/aiven.io_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -471,9 +471,6 @@ spec:
state:
description: Service state
type: string
required:
- conditions
- state
type: object
type: object
served: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b91c678

Please sign in to comment.