File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : 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# ---------------------------------------------------------------------------------
99kubeVersion : " >= 1.22-prerelease"
10- appVersion : " 2.10.1 "
10+ appVersion : " 2.11.0 "
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 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 :
You can’t perform that action at this time.
0 commit comments