Skip to content

Commit 67d4b84

Browse files
authored
Merge 1.27.1 bundle in main (#3126)
1 parent fe786ce commit 67d4b84

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ metadata:
244244
]
245245
capabilities: Full Lifecycle
246246
categories: Monitoring, Logging & Tracing
247-
createdAt: "2026-06-03 18:55:28"
247+
createdAt: "2026-06-10 07:18:17"
248248
description: |-
249249
Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
250250
251251
**WARNING**: Starting from version `1.21.0`, the Datadog Operator DatadogAgent controller only watches by default the namespace where it is installed. This means your `DatadogAgent` custom resource must be created in the same namespace as the Operator. This can be changed by removing the `DD_AGENT_WATCH_NAMESPACE` environment variable from the Datadog Operator deployment inside the ClusterServiceVersion YAML.
252252
operators.operatorframework.io/builder: operator-sdk-v1.34.1
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
254254
repository: https://github.com/DataDog/datadog-operator
255-
containerImage: gcr.io/datadoghq/operator:1.27.0
255+
containerImage: gcr.io/datadoghq/operator:1.27.1
256256
support: Datadog, Inc.
257257
features.operators.openshift.io/disconnected: "true"
258258
features.operators.openshift.io/fips-compliant: "false"
@@ -261,12 +261,12 @@ metadata:
261261
features.operators.openshift.io/token-auth-aws: "false"
262262
features.operators.openshift.io/token-auth-azure: "false"
263263
features.operators.openshift.io/token-auth-gcp: "false"
264-
olm.skipRange: '>=1.7.0 <1.27.0'
264+
olm.skipRange: '>=1.7.0 <1.27.1'
265265
labels:
266266
operatorframework.io/arch.amd64: supported
267267
operatorframework.io/arch.arm64: supported
268268
operatorframework.io/os.linux: supported
269-
name: datadog-operator.v1.27.0
269+
name: datadog-operator.v1.27.1
270270
namespace: placeholder
271271
spec:
272272
apiservicedefinitions: {}
@@ -934,7 +934,7 @@ spec:
934934
fieldPath: metadata.namespace
935935
- name: DD_TOOL_VERSION
936936
value: redhat-community-operators
937-
image: gcr.io/datadoghq/operator:1.27.0
937+
image: gcr.io/datadoghq/operator:1.27.1
938938
imagePullPolicy: IfNotPresent
939939
livenessProbe:
940940
httpGet:
@@ -1032,5 +1032,5 @@ spec:
10321032
minKubeVersion: 1.16.0
10331033
provider:
10341034
name: Datadog
1035-
version: 1.27.0
1036-
replaces: datadog-operator.v1.26.0
1035+
version: 1.27.1
1036+
replaces: datadog-operator.v1.27.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
images:
44
- name: controller
55
newName: gcr.io/datadoghq/operator
6-
newTag: 1.27.0
6+
newTag: 1.27.1
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)