Skip to content

Commit d9f6305

Browse files
committed
Update db-operator version to 2.11.0
1 parent 87cb4a2 commit d9f6305

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.31.0
4+
version: 1.32.0
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.10.1"
10+
appVersion: "2.11.0"
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/templates/crds/kinda.rocks_dbuser.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ spec:
3939
jsonPath: .spec.accessType
4040
name: AccessType
4141
type: string
42-
- description: time since creation of resos¡urce
42+
- description: db-operator version of last full reconcile
43+
jsonPath: .status.operatorVersion
44+
name: OperatorVersion
45+
type: string
46+
- description: time since creation of resource
4347
jsonPath: .metadata.creationTimestamp
4448
name: Age
4549
type: date
@@ -138,6 +142,8 @@ spec:
138142
type: boolean
139143
database:
140144
type: string
145+
operatorVersion:
146+
type: string
141147
status:
142148
type: boolean
143149
required:

0 commit comments

Comments
 (0)