Skip to content

Commit 1433a6a

Browse files
committed
Patch db-operator 1.26.1
1 parent ce64ac7 commit 1433a6a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

charts/db-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: v2
22
type: application
33
name: db-operator
4-
version: 1.26.0
4+
version: 1.26.1
55
# ---------------------------------------------------------------------------------
66
# -- All supported k8s versions are in the test:
77
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
88
# ---------------------------------------------------------------------------------
99
kubeVersion: ">= 1.22-prerelease"
10-
appVersion: "2.7.0"
10+
appVersion: "2.7.1"
1111
description: The DB Operator creates databases and make them available in the cluster via Custom Resource.
1212
home: https://github.com/db-operator/db-operator
1313
maintainers:

charts/db-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# db-operator
22

3-
![Version: 1.26.0](https://img.shields.io/badge/Version-1.26.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
3+
![Version: 1.26.1](https://img.shields.io/badge/Version-1.26.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
44

55
The DB Operator creates databases and make them available in the cluster via Custom Resource.
66

charts/db-operator/templates/crds/kinda.rocks_dbinstances.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ spec:
256256
- Name
257257
- Namespace
258258
type: object
259-
allowedPriveleges:
260-
description: A list of priveleges that are allowed to be set as Dbuser's extra priveleges
259+
allowedPrivileges:
260+
description: A list of privileges that are allowed to be set as Dbuser's extra privileges
261261
items:
262262
type: string
263263
type: array

charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ spec:
118118
privilege is added
119119
By default is set to true
120120
Only applies to Postgres, doesn't have any effect on Mysql
121+
TODO: Default should be false, but not to introduce breaking
122+
changes it's now set to true. It should be changed in
123+
in the next API version
121124
type: boolean
122125
secretName:
123126
description: SecretName name that should be used to save user's credentials

0 commit comments

Comments
 (0)