diff --git a/bundle-community-operators/manifests/datadog-operator.clusterserviceversion.yaml b/bundle-community-operators/manifests/datadog-operator.clusterserviceversion.yaml
index 07e55b645..c9a09716c 100644
--- a/bundle-community-operators/manifests/datadog-operator.clusterserviceversion.yaml
+++ b/bundle-community-operators/manifests/datadog-operator.clusterserviceversion.yaml
@@ -183,12 +183,12 @@ metadata:
       ]
     capabilities: Full Lifecycle
     categories: Monitoring, Logging & Tracing
-    createdAt: "2024-12-19 16:27:05"
+    createdAt: "2024-12-20 08:37:18"
     description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
     operators.operatorframework.io/builder: operator-sdk-v1.34.1
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
     repository: https://github.com/DataDog/datadog-operator
-    containerImage: gcr.io/datadoghq/operator:1.11.1-rc.1
+    containerImage: gcr.io/datadoghq/operator:1.11.1
     support: Datadog, Inc.
     features.operators.openshift.io/disconnected: "true"
     features.operators.openshift.io/fips-compliant: "false"
@@ -197,12 +197,12 @@ metadata:
     features.operators.openshift.io/token-auth-aws: "false"
     features.operators.openshift.io/token-auth-azure: "false"
     features.operators.openshift.io/token-auth-gcp: "false"
-    olm.skipRange: '>=1.7.0 <1.11.1-rc.1'
+    olm.skipRange: '>=1.7.0 <1.11.1'
   labels:
     operatorframework.io/arch.amd64: supported
     operatorframework.io/arch.arm64: supported
     operatorframework.io/os.linux: supported
-  name: datadog-operator.v1.11.1-rc.1
+  name: datadog-operator.v1.11.1
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -660,7 +660,7 @@ spec:
                             fieldPath: metadata.annotations['olm.targetNamespaces']
                       - name: DD_TOOL_VERSION
                         value: operatorhub
-                    image: gcr.io/datadoghq/operator:1.11.1-rc.1
+                    image: gcr.io/datadoghq/operator:1.11.1
                     imagePullPolicy: IfNotPresent
                     livenessProbe:
                       httpGet:
@@ -758,4 +758,4 @@ spec:
   minKubeVersion: 1.16.0
   provider:
     name: Datadog
-  version: 1.11.1-rc.1
+  version: 1.11.1
diff --git a/bundle/manifests/datadog-operator.clusterserviceversion.yaml b/bundle/manifests/datadog-operator.clusterserviceversion.yaml
index 91dec1c3e..84826b9de 100644
--- a/bundle/manifests/datadog-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/datadog-operator.clusterserviceversion.yaml
@@ -183,12 +183,12 @@ metadata:
       ]
     capabilities: Full Lifecycle
     categories: Monitoring, Logging & Tracing
-    createdAt: "2024-12-19 16:27:05"
+    createdAt: "2024-12-20 08:37:18"
     description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
     operators.operatorframework.io/builder: operator-sdk-v1.34.1
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
     repository: https://github.com/DataDog/datadog-operator
-    containerImage: gcr.io/datadoghq/operator:1.11.1-rc.1
+    containerImage: gcr.io/datadoghq/operator:1.11.1
     support: Datadog, Inc.
     features.operators.openshift.io/disconnected: "true"
     features.operators.openshift.io/fips-compliant: "false"
@@ -197,12 +197,12 @@ metadata:
     features.operators.openshift.io/token-auth-aws: "false"
     features.operators.openshift.io/token-auth-azure: "false"
     features.operators.openshift.io/token-auth-gcp: "false"
-    olm.skipRange: '>=1.7.0 <1.11.1-rc.1'
+    olm.skipRange: '>=1.7.0 <1.11.1'
   labels:
     operatorframework.io/arch.amd64: supported
     operatorframework.io/arch.arm64: supported
     operatorframework.io/os.linux: supported
-  name: datadog-operator.v1.11.1-rc.1
+  name: datadog-operator.v1.11.1
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -660,7 +660,7 @@ spec:
                             fieldPath: metadata.annotations['olm.targetNamespaces']
                       - name: DD_TOOL_VERSION
                         value: redhat
-                    image: gcr.io/datadoghq/operator:1.11.1-rc.1
+                    image: gcr.io/datadoghq/operator:1.11.1
                     imagePullPolicy: IfNotPresent
                     livenessProbe:
                       httpGet:
@@ -758,5 +758,5 @@ spec:
   minKubeVersion: 1.16.0
   provider:
     name: Datadog
-  version: 1.11.1-rc.1
+  version: 1.11.1
   replaces: datadog-operator.v1.11.0
diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml
index bbb998520..58b7c4148 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.11.1-rc.1
+  newTag: 1.11.1
 apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization