File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : 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# ---------------------------------------------------------------------------------
99kubeVersion : " >= 1.22-prerelease"
10- appVersion : " 2.8.0 "
10+ appVersion : " 2.8.1 "
1111description : The DB Operator creates databases and make them available in the cluster via Custom Resource.
1212home : https://github.com/db-operator/db-operator
1313maintainers :
Original file line number Diff line number Diff line change 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
55The 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" ` | |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments