Skip to content

Commit

Permalink
Patch db-operator 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Jun 25, 2024
1 parent ce64ac7 commit 1433a6a
Show file tree
Hide file tree
Showing 4 changed files with 8 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.26.0
version: 1.26.1
# ---------------------------------------------------------------------------------
# -- 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.7.0"
appVersion: "2.7.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
2 changes: 1 addition & 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.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)
![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)

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

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 1433a6a

Please sign in to comment.