Skip to content

Commit 2d3a165

Browse files
chore(deps): Updates otel collector version to latest v0.136.0-sumo-1
OSC-1185 Signed-off-by: Dhruv Shah <dhruv.shah@sumologic.com>
1 parent bf22c2d commit 2d3a165

File tree

24 files changed

+29
-25
lines changed

24 files changed

+29
-25
lines changed

deploy/helm/sumologic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
170170
| `sumologic.noProxy` | List of comma separated hostnames which should be excluded from the proxy | `kubernetes.default.svc` |
171171
| `sumologic.pullSecrets` | Optional list of secrets that will be used for pulling images for Sumo Logic's deployments and statefulsets. | `Nil` |
172172
| `sumologic.otelcolImage.repository` | Default image repository for OpenTelemetry Collector. This can be overridden for specific components. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
173-
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.130.1-sumo-0` |
173+
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.139.0-sumo-0` |
174174
| `sumologic.otelcolImage.addFipsSuffix` | Add a `-fips` suffix to all image tags. See [help.sumologic.com/docs/send-data/kubernetes/security-best-practices](https://help.sumologic.com/docs/send-data/kubernetes/security-best-practices/) for more information. | `false` |
175175
| `sumologic.podLabels` | Additional labels for the pods. | `{}` |
176176
| `sumologic.podAnnotations` | Additional annotations for the pods. | `{}` |
@@ -327,7 +327,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
327327
| `opentelemetry-operator.manager.autoInstrumentationImage.nodejs.tag` | OpenTelemetry Operator NodeJS Instrumentation image tag. | `0.54.0` |
328328
| `opentelemetry-operator.manager.image.repository` | The default operator image repository for OpenTelemetry. | `public.ecr.aws/sumologic/opentelemetry-operator` |
329329
| `opentelemetry-operator.manager.collectorImage.repository` | The default collector image repository for OpenTelemetryCollector CRDs. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
330-
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.130.1-sumo-0` |
330+
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.139.0-sumo-0` |
331331
| `opentelemetry-operator.manager.resources.limits.cpu` | Used to set limit CPU for OpenTelemetry-Operator Manager. | `250m` |
332332
| `opentelemetry-operator.manager.resources.limits.memory` | Used to set limit Memory for OpenTelemetry-Operator Manager. | `512Mi` |
333333
| `opentelemetry-operator.manager.resources.requests.cpu` | Used to set requested CPU for OpenTelemetry-Operator Manager. | `150m` |

deploy/helm/sumologic/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ sumologic:
273273
### Global configuration for OpenTelemetry Collector
274274
otelcolImage:
275275
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
276-
tag: "0.130.1-sumo-0"
276+
tag: "0.139.0-sumo-0"
277277

278278
## Add a -fips suffix to all image tags. With default tags, this results in FIPS-compliant otel images.
279279
## See https://github.com/SumoLogic/sumologic-otel-collector/blob/main/docs/fips.md for more information.
@@ -2538,7 +2538,7 @@ opentelemetry-operator:
25382538
repository: public.ecr.aws/sumologic/opentelemetry-operator
25392539
collectorImage:
25402540
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
2541-
tag: "0.130.1-sumo-0"
2541+
tag: "0.139.0-sumo-0"
25422542
autoInstrumentationImage:
25432543
java:
25442544
repository: public.ecr.aws/sumologic/autoinstrumentation-java

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table displays the currently used software versions for our Helm c
107107

108108
| Name | Version |
109109
| ----------------------------------------- | ------- |
110-
| OpenTelemetry Collector | 0.130.1 |
110+
| OpenTelemetry Collector | 0.139.0 |
111111
| OpenTelemetry Operator | 0.93.0 |
112112
| kube-prometheus-stack/Prometheus Operator | 40.5.0 |
113113
| Falco | 3.8.7 |

tests/helm/testdata/goldenfile/events_otc_statefulset/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
priorityClassName: "prio"
7373
containers:
7474
- name: otelcol
75-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
75+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
7676
imagePullPolicy: IfNotPresent
7777
args:
7878
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/common.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
fsGroup: 999
7474
containers:
7575
- name: otelcol
76-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
76+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
7777
imagePullPolicy: IfNotPresent
7878
args:
7979
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/proxy.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
fsGroup: 999
6161
containers:
6262
- name: otelcol
63-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
63+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
6464
imagePullPolicy: IfNotPresent
6565
args:
6666
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/logs_otc_cloudwatch/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 999
4242
containers:
4343
- name: otelcol
44-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
44+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
4545
imagePullPolicy: IfNotPresent
4646
args:
4747
- --config=/etc/otelcol/config.yaml

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional-complex.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
containers:
5555
- args:
5656
- --config=/etc/otelcol/config.yaml
57-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
57+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
5858
imagePullPolicy: IfNotPresent
5959
name: otelcol
6060
livenessProbe:

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
containers:
4848
- args:
4949
- --config=/etc/otelcol/config.yaml
50-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
50+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
5151
imagePullPolicy: IfNotPresent
5252
name: otelcol
5353
livenessProbe:

tests/helm/testdata/goldenfile/logs_otc_daemonset/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
containers:
3939
- args:
4040
- --config=/etc/otelcol/config.yaml
41-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.130.1-sumo-0"
41+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.139.0-sumo-0"
4242
imagePullPolicy: IfNotPresent
4343
name: otelcol
4444
livenessProbe:

0 commit comments

Comments
 (0)