Skip to content

Commit 6ecaa70

Browse files
authored
Update db-operator to 2.8.1 (#57)
1 parent c083fea commit 6ecaa70

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-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.27.1
4+
version: 1.27.2
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.8.0"
10+
appVersion: "2.8.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# db-operator
22

3-
![Version: 1.27.0](https://img.shields.io/badge/Version-1.27.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
3+
![Version: 1.27.2](https://img.shields.io/badge/Version-1.27.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

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

@@ -103,6 +103,7 @@ We use helm tests feature for testing the chart in CI. Though we know that this
103103
| crds.keep | bool | `true` | |
104104
| crds.annotations | object | `{}` | |
105105
| webhook.enabled | bool | `true` | |
106+
| webhook.podLabels | object | `{}` | |
106107
| webhook.serviceAccount.create | bool | `true` | |
107108
| webhook.names.mutating | string | `"db-operator-mutating-webhook-configuration"` | |
108109
| webhook.names.validating | string | `"db-operator-validating-webhook-configuration"` | |

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)