Skip to content

Commit

Permalink
release v0.8.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed May 3, 2022
1 parent 0670d6b commit ef5eca2
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: registry.connect.redhat.com/datadog/operator:0.8.0-rc.2
name: datadog-operator.v0.8.0-rc.2
containerImage: registry.connect.redhat.com/datadog/operator:0.8.0-rc.3
name: datadog-operator.v0.8.0-rc.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -817,7 +817,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: registry.connect.redhat.com/datadog/operator:0.8.0-rc.2
image: registry.connect.redhat.com/datadog/operator:0.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -907,4 +907,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 0.8.0-rc.2
version: 0.8.0-rc.3
18 changes: 15 additions & 3 deletions bundle-redhat/manifests/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1851,17 +1851,29 @@ spec:
description: 'Set logging verbosity, valid log levels are:
trace, debug, info, warn, error, critical, and off'
type: string
namespaceLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Namespace Labels
to Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
nodeLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Node Labels
to Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
podAnnotationsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Annotations
description: 'Provide a mapping of Kubernetes Pod Annotations
to Datadog Tags. <KUBERNETES_ANNOTATIONS>: <DATADOG_TAG_KEY>'
type: object
podLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Labels to Datadog
Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
description: 'Provide a mapping of Kubernetes Pod Labels to
Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
readinessProbe:
description: Configure the Readiness Probe of the Agent container
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: gcr.io/datadoghq/operator:0.8.0-rc.2
name: datadog-operator.v0.8.0-rc.2
containerImage: gcr.io/datadoghq/operator:0.8.0-rc.3
name: datadog-operator.v0.8.0-rc.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -817,7 +817,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:0.8.0-rc.2
image: gcr.io/datadoghq/operator:0.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -907,4 +907,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 0.8.0-rc.2
version: 0.8.0-rc.3
18 changes: 15 additions & 3 deletions bundle/manifests/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1851,17 +1851,29 @@ spec:
description: 'Set logging verbosity, valid log levels are:
trace, debug, info, warn, error, critical, and off'
type: string
namespaceLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Namespace Labels
to Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
nodeLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Node Labels
to Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
podAnnotationsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Annotations
description: 'Provide a mapping of Kubernetes Pod Annotations
to Datadog Tags. <KUBERNETES_ANNOTATIONS>: <DATADOG_TAG_KEY>'
type: object
podLabelsAsTags:
additionalProperties:
type: string
description: 'Provide a mapping of Kubernetes Labels to Datadog
Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
description: 'Provide a mapping of Kubernetes Pod Labels to
Datadog Tags. <KUBERNETES_LABEL>: <DATADOG_TAG_KEY>'
type: object
readinessProbe:
description: Configure the Readiness Probe of the Agent container
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 0.8.0-rc.2
newTag: 0.8.0-rc.3
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit ef5eca2

Please sign in to comment.