Skip to content

Commit 2ee5b3a

Browse files
Change the rook image for csv generation to v1.12.7-31.g997289bec
Also add make gen-latest-csv changes Signed-off-by: Malay Kumar Parida <[email protected]>
1 parent c69a07a commit 2ee5b3a

File tree

5 files changed

+1892
-1706
lines changed

5 files changed

+1892
-1706
lines changed

deploy/csv-templates/crds/rook/ceph.rook.io_cephnfses.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,89 @@ spec:
908908
nullable: true
909909
type: object
910910
x-kubernetes-preserve-unknown-fields: true
911+
livenessProbe:
912+
properties:
913+
disabled:
914+
type: boolean
915+
probe:
916+
properties:
917+
exec:
918+
properties:
919+
command:
920+
items:
921+
type: string
922+
type: array
923+
type: object
924+
failureThreshold:
925+
format: int32
926+
type: integer
927+
grpc:
928+
properties:
929+
port:
930+
format: int32
931+
type: integer
932+
service:
933+
type: string
934+
required:
935+
- port
936+
type: object
937+
httpGet:
938+
properties:
939+
host:
940+
type: string
941+
httpHeaders:
942+
items:
943+
properties:
944+
name:
945+
type: string
946+
value:
947+
type: string
948+
required:
949+
- name
950+
- value
951+
type: object
952+
type: array
953+
path:
954+
type: string
955+
port:
956+
anyOf:
957+
- type: integer
958+
- type: string
959+
x-kubernetes-int-or-string: true
960+
scheme:
961+
type: string
962+
required:
963+
- port
964+
type: object
965+
initialDelaySeconds:
966+
format: int32
967+
type: integer
968+
periodSeconds:
969+
format: int32
970+
type: integer
971+
successThreshold:
972+
format: int32
973+
type: integer
974+
tcpSocket:
975+
properties:
976+
host:
977+
type: string
978+
port:
979+
anyOf:
980+
- type: integer
981+
- type: string
982+
x-kubernetes-int-or-string: true
983+
required:
984+
- port
985+
type: object
986+
terminationGracePeriodSeconds:
987+
format: int64
988+
type: integer
989+
timeoutSeconds:
990+
format: int32
991+
type: integer
992+
type: object
993+
type: object
911994
logLevel:
912995
type: string
913996
placement:

0 commit comments

Comments
 (0)