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 1
1
apiVersion : v2
2
2
type : application
3
3
name : db-operator
4
- version : 1.31 .0
4
+ version : 1.32 .0
5
5
# ---------------------------------------------------------------------------------
6
6
# -- All supported k8s versions are in the test:
7
7
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
8
8
# ---------------------------------------------------------------------------------
9
9
kubeVersion : " >= 1.22-prerelease"
10
- appVersion : " 2.10.1 "
10
+ appVersion : " 2.11.0 "
11
11
description : The DB Operator creates databases and make them available in the cluster via Custom Resource.
12
12
home : https://github.com/db-operator/db-operator
13
13
maintainers :
Original file line number Diff line number Diff line change 39
39
jsonPath : .spec.accessType
40
40
name : AccessType
41
41
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
43
47
jsonPath : .metadata.creationTimestamp
44
48
name : Age
45
49
type : date
@@ -138,6 +142,8 @@ spec:
138
142
type : boolean
139
143
database :
140
144
type : string
145
+ operatorVersion :
146
+ type : string
141
147
status :
142
148
type : boolean
143
149
required :
You can’t perform that action at this time.
0 commit comments