Skip to content

Commit

Permalink
chore: synced file(s) with aiven/aiven-operator (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: rriski <null>
  • Loading branch information
rriski authored Jul 12, 2024
1 parent bdfb670 commit 62059ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.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

0 comments on commit 62059ef

Please sign in to comment.