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

Merged
merged 2 commits into from
Jul 12, 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.22.0
appVersion: v0.22.0
version: v0.23.0
appVersion: v0.23.0
maintainers:
- name: byashimov
url: https://www.aiven.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: ClickhouseGrant is the Schema for the ClickhouseGrants API
description: |-
ClickhouseGrant is the Schema for the ClickhouseGrants API
Warning "Ambiguity in the `GRANT` syntax": Due to [an ambiguity](https://github.com/aiven/ospo-tracker/issues/350) in the `GRANT` syntax in Clickhouse, you should not have users and roles with the same name. It is not clear if a grant refers to the user or the role.
properties:
apiVersion:
description: |-
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.22.0
appVersion: v0.22.0
version: v0.23.0
appVersion: v0.23.0
maintainers:
- name: byashimov
url: https://www.aiven.io
Expand Down