From 8685b99520aac95980e70c43c50636cfa9e5f61d Mon Sep 17 00:00:00 2001 From: Gourav Garg Date: Thu, 21 Aug 2025 02:15:10 +0530 Subject: [PATCH 1/5] Fix master CI --- deploy/helm/sumologic/values.yaml | 12 ++++-------- .../kube_prometheus_stack/values-prometheus.yaml | 9 +++------ 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index cfb0c232cc..3245f9d2d3 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -1057,8 +1057,7 @@ kube-prometheus-stack: ## Annotations to add to the operator pod podAnnotations: {} ## Resource limits for prometheus operator - resources: - {} + resources: {} # limits: # cpu: 200m # memory: 200Mi @@ -1091,8 +1090,7 @@ kube-prometheus-stack: customLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: - {} + resources: {} # limits: # cpu: 100m # memory: 64Mi @@ -1181,8 +1179,7 @@ kube-prometheus-stack: podLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: - {} + resources: {} # limits: # cpu: 200m # memory: 50Mi @@ -2548,8 +2545,7 @@ opentelemetry-operator: nodejs: repository: public.ecr.aws/sumologic/autoinstrumentation-nodejs tag: 0.54.0 - env: - {} + env: {} # ENABLE_WEBHOOKS: "true" resources: limits: diff --git a/examples/kube_prometheus_stack/values-prometheus.yaml b/examples/kube_prometheus_stack/values-prometheus.yaml index ccab3a9766..42652ba31d 100644 --- a/examples/kube_prometheus_stack/values-prometheus.yaml +++ b/examples/kube_prometheus_stack/values-prometheus.yaml @@ -278,8 +278,7 @@ prometheusOperator: ## Annotations to add to the operator pod podAnnotations: {} ## Resource limits for prometheus operator - resources: - {} + resources: {} # limits: # cpu: 200m # memory: 200Mi @@ -296,8 +295,7 @@ kube-state-metrics: customLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: - {} + resources: {} # limits: # cpu: 100m # memory: 64Mi @@ -310,8 +308,7 @@ prometheus-node-exporter: podLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: - {} + resources: {} # limits: # cpu: 200m # memory: 50Mi From 498b5e2de6a712152e35d48a8e1caf68d438b7cd Mon Sep 17 00:00:00 2001 From: Gourav Garg Date: Thu, 21 Aug 2025 02:31:12 +0530 Subject: [PATCH 2/5] chore: Update the opentelemetry operator chart to 0.93.0 --- deploy/helm/sumologic/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 4b7ac1740b..0e0e77a25b 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -33,7 +33,7 @@ dependencies: repository: https://sumologic.github.io/tailing-sidecar condition: tailing-sidecar-operator.enabled - name: opentelemetry-operator - version: 0.86.4 + version: 0.93.0 repository: https://open-telemetry.github.io/opentelemetry-helm-charts condition: opentelemetry-operator.enabled,sumologic.metrics.collector.otelcol.enabled - name: prometheus-windows-exporter From 0d4e3097d24344b514689642a894e794ea0cf657 Mon Sep 17 00:00:00 2001 From: Gourav Garg Date: Thu, 21 Aug 2025 02:32:11 +0530 Subject: [PATCH 3/5] Revert "Fix master CI" This reverts commit 8685b99520aac95980e70c43c50636cfa9e5f61d. --- deploy/helm/sumologic/values.yaml | 12 ++++++++---- .../kube_prometheus_stack/values-prometheus.yaml | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 3245f9d2d3..cfb0c232cc 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -1057,7 +1057,8 @@ kube-prometheus-stack: ## Annotations to add to the operator pod podAnnotations: {} ## Resource limits for prometheus operator - resources: {} + resources: + {} # limits: # cpu: 200m # memory: 200Mi @@ -1090,7 +1091,8 @@ kube-prometheus-stack: customLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: {} + resources: + {} # limits: # cpu: 100m # memory: 64Mi @@ -1179,7 +1181,8 @@ kube-prometheus-stack: podLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: {} + resources: + {} # limits: # cpu: 200m # memory: 50Mi @@ -2545,7 +2548,8 @@ opentelemetry-operator: nodejs: repository: public.ecr.aws/sumologic/autoinstrumentation-nodejs tag: 0.54.0 - env: {} + env: + {} # ENABLE_WEBHOOKS: "true" resources: limits: diff --git a/examples/kube_prometheus_stack/values-prometheus.yaml b/examples/kube_prometheus_stack/values-prometheus.yaml index 42652ba31d..ccab3a9766 100644 --- a/examples/kube_prometheus_stack/values-prometheus.yaml +++ b/examples/kube_prometheus_stack/values-prometheus.yaml @@ -278,7 +278,8 @@ prometheusOperator: ## Annotations to add to the operator pod podAnnotations: {} ## Resource limits for prometheus operator - resources: {} + resources: + {} # limits: # cpu: 200m # memory: 200Mi @@ -295,7 +296,8 @@ kube-state-metrics: customLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: {} + resources: + {} # limits: # cpu: 100m # memory: 64Mi @@ -308,7 +310,8 @@ prometheus-node-exporter: podLabels: {} ## Additional annotations for pods in the DaemonSet podAnnotations: {} - resources: {} + resources: + {} # limits: # cpu: 200m # memory: 50Mi From 07316929ca342bab3130e34e52809b9703608881 Mon Sep 17 00:00:00 2001 From: Gourav Garg Date: Thu, 21 Aug 2025 02:33:41 +0530 Subject: [PATCH 4/5] Add changelog --- .changelog/3974.added.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .changelog/3974.added.txt diff --git a/.changelog/3974.added.txt b/.changelog/3974.added.txt new file mode 100644 index 0000000000..7113384967 --- /dev/null +++ b/.changelog/3974.added.txt @@ -0,0 +1 @@ +chore: Update the opentelemetry operator chart to 0.93.0 \ No newline at end of file From 2144d562179da92c98ce44685756fc94ad094973 Mon Sep 17 00:00:00 2001 From: Gourav Garg Date: Thu, 21 Aug 2025 02:36:05 +0530 Subject: [PATCH 5/5] Update Readme --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 31e00b8471..6ac01a13a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -108,7 +108,7 @@ The following table displays the currently used software versions for our Helm c | Name | Version | | ----------------------------------------- | ------- | | OpenTelemetry Collector | 0.130.1 | -| OpenTelemetry Operator | 0.86.4 | +| OpenTelemetry Operator | 0.93.0 | | kube-prometheus-stack/Prometheus Operator | 40.5.0 | | Falco | 3.8.7 | | Metrics Server | 6.11.2 |