Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.0
version: 1.32.0
# ---------------------------------------------------------------------------------
# -- 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.10.1"
appVersion: "2.11.0"
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
8 changes: 7 additions & 1 deletion charts/db-operator/templates/crds/kinda.rocks_dbuser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ spec:
jsonPath: .spec.accessType
name: AccessType
type: string
- description: time since creation of resos¡urce
- description: db-operator version of last full reconcile
jsonPath: .status.operatorVersion
name: OperatorVersion
type: string
- description: time since creation of resource
jsonPath: .metadata.creationTimestamp
name: Age
type: date
Expand Down Expand Up @@ -138,6 +142,8 @@ spec:
type: boolean
database:
type: string
operatorVersion:
type: string
status:
type: boolean
required:
Expand Down
Loading