Skip to content

Commit 6a6fe03

Browse files
authored
[Search] Add missing manifest update (#582)
# Summary Add missing manifest updates. This PR adds the missing manifest update from #554
1 parent b2ff5a7 commit 6a6fe03

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

api/v1/search/zz_generated.deepcopy.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)