Skip to content

Commit

Permalink
Update db-operator to 2.8.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Jul 9, 2024
1 parent c083fea commit 6ecaa70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
type: application
name: db-operator
version: 1.27.1
version: 1.27.2
# ---------------------------------------------------------------------------------
# -- All supported k8s versions are in the test:
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
# ---------------------------------------------------------------------------------
kubeVersion: ">= 1.22-prerelease"
appVersion: "2.8.0"
appVersion: "2.8.1"
description: The DB Operator creates databases and make them available in the cluster via Custom Resource.
home: https://github.com/db-operator/db-operator
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion charts/db-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# db-operator

![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)
![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)

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

Expand Down Expand Up @@ -103,6 +103,7 @@ We use helm tests feature for testing the chart in CI. Though we know that this
| crds.keep | bool | `true` | |
| crds.annotations | object | `{}` | |
| webhook.enabled | bool | `true` | |
| webhook.podLabels | object | `{}` | |
| webhook.serviceAccount.create | bool | `true` | |
| webhook.names.mutating | string | `"db-operator-mutating-webhook-configuration"` | |
| webhook.names.validating | string | `"db-operator-validating-webhook-configuration"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ spec:
- Name
- Namespace
type: object
allowedPriveleges:
description: A list of priveleges that are allowed to be set as Dbuser's extra priveleges
allowedPrivileges:
description: A list of privileges that are allowed to be set as Dbuser's extra privileges
items:
type: string
type: array
Expand Down
3 changes: 3 additions & 0 deletions charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ spec:
privilege is added
By default is set to true
Only applies to Postgres, doesn't have any effect on Mysql
TODO: Default should be false, but not to introduce breaking
changes it's now set to true. It should be changed in
in the next API version
type: boolean
secretName:
description: SecretName name that should be used to save user's credentials
Expand Down

0 comments on commit 6ecaa70

Please sign in to comment.