Skip to content

Commit aecdfef

Browse files
committed
update manifests
1 parent db71fcf commit aecdfef

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

config/crd/bases/mongodb.com_mongodbsearch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ spec:
2121
jsonPath: .status.phase
2222
name: Phase
2323
type: string
24+
- description: MongoDB Search version reconciled by the operator.
25+
jsonPath: .status.version
26+
name: Version
27+
type: string
2428
- description: The time since the MongoDB resource was created.
2529
jsonPath: .metadata.creationTimestamp
2630
name: Age

helm_chart/crds/mongodb.com_mongodbsearch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ spec:
2121
jsonPath: .status.phase
2222
name: Phase
2323
type: string
24+
- description: MongoDB Search version reconciled by the operator.
25+
jsonPath: .status.version
26+
name: Version
27+
type: string
2428
- description: The time since the MongoDB resource was created.
2529
jsonPath: .metadata.creationTimestamp
2630
name: Age

public/crds.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,6 +4043,10 @@ spec:
40434043
jsonPath: .status.phase
40444044
name: Phase
40454045
type: string
4046+
- description: MongoDB Search version reconciled by the operator.
4047+
jsonPath: .status.version
4048+
name: Version
4049+
type: string
40464050
- description: The time since the MongoDB resource was created.
40474051
jsonPath: .metadata.creationTimestamp
40484052
name: Age

0 commit comments

Comments
 (0)