diff --git a/bundle/manifests/datadog-operator.clusterserviceversion.yaml b/bundle/manifests/datadog-operator.clusterserviceversion.yaml index 6354ca046..1f123f4cc 100644 --- a/bundle/manifests/datadog-operator.clusterserviceversion.yaml +++ b/bundle/manifests/datadog-operator.clusterserviceversion.yaml @@ -92,9 +92,9 @@ metadata: operators.operatorframework.io/builder: operator-sdk-v1.23.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/DataDog/datadog-operator - containerImage: gcr.io/datadoghq/operator:1.2.0-rc.2 - olm.skipRange: <1.2.0-rc.2 - name: datadog-operator.v1.2.0-rc.2 + containerImage: gcr.io/datadoghq/operator:1.2.0-rc.3 + olm.skipRange: <1.2.0-rc.3 + name: datadog-operator.v1.2.0-rc.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -830,7 +830,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - image: gcr.io/datadoghq/operator:1.2.0-rc.2 + image: gcr.io/datadoghq/operator:1.2.0-rc.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -928,4 +928,4 @@ spec: minKubeVersion: 1.16.0 provider: name: Datadog - version: 1.2.0-rc.2 + version: 1.2.0-rc.3 diff --git a/bundle/manifests/datadoghq.com_datadogmonitors.yaml b/bundle/manifests/datadoghq.com_datadogmonitors.yaml index 3f9ce7822..dbb64f6b3 100644 --- a/bundle/manifests/datadoghq.com_datadogmonitors.yaml +++ b/bundle/manifests/datadoghq.com_datadogmonitors.yaml @@ -21,9 +21,6 @@ spec: - jsonPath: .status.monitorState name: monitor state type: string - - jsonPath: .status.downtimeStatus.isDowntimed - name: is downtimed - type: boolean - jsonPath: .status.monitorStateLastTransitionTime name: last state transition type: string @@ -257,12 +254,10 @@ spec: downtimeStatus: description: DowntimeStatus defines whether the monitor is downtimed properties: - downtimeID: + downtimeId: type: integer isDowntimed: type: boolean - required: - - isDowntimed type: object id: description: ID is the monitor ID generated in Datadog diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 63f96254e..bb6ad0b52 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -3,6 +3,6 @@ resources: images: - name: controller newName: gcr.io/datadoghq/operator - newTag: 1.2.0-rc.2 + newTag: 1.2.0-rc.3 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization