From 92e91524e040e9d8c55d3b57ddca04fa1fad411c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 14 Feb 2022 13:11:07 +0100 Subject: [PATCH] chore: bump sumo ot distro to 0.0.50-beta.0 --- deploy/helm/sumologic/values.yaml | 4 ++-- tests/helm/logs_otc_daemonset/static/basic.output.yaml | 2 +- .../metadata_logs_otc_statefulset/static/basic.output.yaml | 2 +- .../metadata_metrics_otc_statefulset/static/basic.output.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 52cb972d9e..6c1966b925 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -3426,7 +3426,7 @@ metadata: ## Configure image for Opentelemetry Collector (for logs and metrics) image: repository: public.ecr.aws/sumologic/sumologic-otel-collector - tag: 0.0.48-beta.0 + tag: 0.0.50-beta.0 pullPolicy: IfNotPresent securityContext: @@ -4239,7 +4239,7 @@ otellogs: ## Configure image for Opentelemetry Collector image: repository: public.ecr.aws/sumologic/sumologic-otel-collector - tag: 0.0.48-beta.0 + tag: 0.0.50-beta.0 pullPolicy: IfNotPresent logLevel: info diff --git a/tests/helm/logs_otc_daemonset/static/basic.output.yaml b/tests/helm/logs_otc_daemonset/static/basic.output.yaml index aa2aa1f279..8b5ffc369d 100644 --- a/tests/helm/logs_otc_daemonset/static/basic.output.yaml +++ b/tests/helm/logs_otc_daemonset/static/basic.output.yaml @@ -30,7 +30,7 @@ spec: containers: - args: - --config=/etc/otelcol/config.yaml - image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.48-beta.0 + image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-beta.0 imagePullPolicy: IfNotPresent name: otelcol livenessProbe: diff --git a/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml b/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml index 310ffa5e18..196d408f00 100644 --- a/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml +++ b/tests/helm/metadata_logs_otc_statefulset/static/basic.output.yaml @@ -65,7 +65,7 @@ spec: priorityClassName: "prio" containers: - name: otelcol - image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.48-beta.0 + image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-beta.0 imagePullPolicy: IfNotPresent args: - --config=/etc/otel/config.yaml diff --git a/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml b/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml index 6ea5e9441f..16e8d81036 100644 --- a/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml +++ b/tests/helm/metadata_metrics_otc_statefulset/static/basic.output.yaml @@ -65,7 +65,7 @@ spec: priorityClassName: "prio" containers: - name: otelcol - image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.48-beta.0 + image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-beta.0 imagePullPolicy: IfNotPresent args: - --config=/etc/otel/config.yaml