Skip to content

Commit

Permalink
release v0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Aug 26, 2021
1 parent bf28eca commit 16fbc67
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.4.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/DataDog/datadog-operator
name: datadog-operator.v0.7.0-rc.1
name: datadog-operator.v0.7.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -785,7 +785,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: datadog/operator:0.7.0-rc.1
image: datadog/operator:0.7.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -874,4 +874,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.0-rc.1
version: 0.7.0-rc.2
24 changes: 12 additions & 12 deletions bundle-redhat/manifests/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2447,15 +2447,15 @@ spec:
log:
description: Log Agent configuration
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -6503,15 +6503,15 @@ spec:
logCollection:
description: LogCollection configuration.
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -9155,15 +9155,15 @@ spec:
log:
description: Log Agent configuration
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -13211,15 +13211,15 @@ spec:
logCollection:
description: LogCollection configuration.
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.4.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/DataDog/datadog-operator
name: datadog-operator.v0.7.0-rc.1
name: datadog-operator.v0.7.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -785,7 +785,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:0.7.0-rc.1
image: gcr.io/datadoghq/operator:0.7.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -874,4 +874,4 @@ spec:
maturity: alpha
provider:
name: Datadog
version: 0.7.0-rc.1
version: 0.7.0-rc.2
24 changes: 12 additions & 12 deletions bundle/manifests/datadoghq.com_datadogagents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2447,15 +2447,15 @@ spec:
log:
description: Log Agent configuration
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -6503,15 +6503,15 @@ spec:
logCollection:
description: LogCollection configuration.
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -9155,15 +9155,15 @@ spec:
log:
description: Log Agent configuration
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
Expand Down Expand Up @@ -13211,15 +13211,15 @@ spec:
logCollection:
description: LogCollection configuration.
properties:
ContainerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
containerCollectUsingFiles:
description: 'Collect logs from files in `/var/log/pods instead` of using the container runtime API. Collecting logs from files is usually the most efficient way of collecting logs. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup Default is true'
type: boolean
containerLogsPath:
description: 'Allows log collection from the container log path. Set to a different path if you are not using the Docker runtime. See also: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile#create-manifest Defaults to `/var/lib/docker/containers`'
type: string
containerSymlinksPath:
description: Allows the log collection to use symbolic links in this directory to validate container ID -> pod. Defaults to `/var/log/containers`
type: string
enabled:
description: 'Enable this option to activate Datadog Agent log collection. See also: https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/#log-collection-setup'
type: boolean
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.7.0-rc.1
newTag: 0.7.0-rc.2
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 16fbc67

Please sign in to comment.