File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ metadata:
9292 operators.operatorframework.io/builder : operator-sdk-v1.23.0
9393 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
9494 repository : https://github.com/DataDog/datadog-operator
95- containerImage : gcr.io/datadoghq/operator:1.2.0-rc.2
96- olm.skipRange : <1.2.0-rc.2
97- name : datadog-operator.v1.2.0-rc.2
95+ containerImage : gcr.io/datadoghq/operator:1.2.0-rc.3
96+ olm.skipRange : <1.2.0-rc.3
97+ name : datadog-operator.v1.2.0-rc.3
9898 namespace : placeholder
9999spec :
100100 apiservicedefinitions : {}
@@ -830,7 +830,7 @@ spec:
830830 valueFrom :
831831 fieldRef :
832832 fieldPath : metadata.annotations['olm.targetNamespaces']
833- image : gcr.io/datadoghq/operator:1.2.0-rc.2
833+ image : gcr.io/datadoghq/operator:1.2.0-rc.3
834834 imagePullPolicy : IfNotPresent
835835 livenessProbe :
836836 httpGet :
@@ -928,4 +928,4 @@ spec:
928928 minKubeVersion : 1.16.0
929929 provider :
930930 name : Datadog
931- version : 1.2.0-rc.2
931+ version : 1.2.0-rc.3
Original file line number Diff line number Diff line change 2121 - jsonPath : .status.monitorState
2222 name : monitor state
2323 type : string
24- - jsonPath : .status.downtimeStatus.isDowntimed
25- name : is downtimed
26- type : boolean
2724 - jsonPath : .status.monitorStateLastTransitionTime
2825 name : last state transition
2926 type : string
@@ -257,12 +254,10 @@ spec:
257254 downtimeStatus :
258255 description : DowntimeStatus defines whether the monitor is downtimed
259256 properties :
260- downtimeID :
257+ downtimeId :
261258 type : integer
262259 isDowntimed :
263260 type : boolean
264- required :
265- - isDowntimed
266261 type : object
267262 id :
268263 description : ID is the monitor ID generated in Datadog
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ resources:
33images :
44- name : controller
55 newName : gcr.io/datadoghq/operator
6- newTag : 1.2.0-rc.2
6+ newTag : 1.2.0-rc.3
77apiVersion : kustomize.config.k8s.io/v1beta1
88kind : Kustomization
You can’t perform that action at this time.
0 commit comments