Skip to content

Commit

Permalink
chore(deps): bump Sumo OT distro to 0.0.46-beta.0 (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jan 17, 2022
1 parent 1b3908c commit 2ec5be8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: update kubernetes-tools to 2.9.0 [#2013][#2013]
- chore: bump Thanos image to our build of v0.23.1 [#1973][#1973]
- Introduced option to add cache refresh delay for metadata enrichment calls [#1974][#1974]
- chore(deps): bump Sumo OT distro to 0.0.43-beta.0 [#1993][#1993]
- chore(deps): bump Sumo OT distro to 0.0.46-beta.0 [#2025][#2025]

### Fixed

Expand All @@ -33,10 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1973]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1973
[#1983]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1983
[#1992]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1992
[#1993]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1993
[#2013]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2013
[#2018]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2018
[#2020]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2020
[#2025]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2025

## [v2.3.2][v2_3_2]

Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@ metadata:
## Configure image for Opentelemetry Collector (for logs and metrics)
image:
repository: public.ecr.aws/sumologic/sumologic-otel-collector
tag: 0.0.45-beta.0
tag: 0.0.46-beta.0
pullPolicy: IfNotPresent

securityContext:
Expand Down Expand Up @@ -4153,7 +4153,7 @@ otellogs:
## Configure image for Opentelemetry Collector
image:
repository: public.ecr.aws/sumologic/sumologic-otel-collector
tag: 0.0.45-beta.0
tag: 0.0.46-beta.0
pullPolicy: IfNotPresent

logLevel: info
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/logs_otc_daemonset/static/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- args:
- --config=/etc/otelcol/config.yaml
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.45-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.46-beta.0
imagePullPolicy: IfNotPresent
name: otelcol
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
priorityClassName: "prio"
containers:
- name: otelcol
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.45-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.46-beta.0
imagePullPolicy: IfNotPresent
args:
- --config=/etc/otel/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
priorityClassName: "prio"
containers:
- name: otelcol
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.45-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.46-beta.0
imagePullPolicy: IfNotPresent
args:
- --config=/etc/otel/config.yaml
Expand Down

0 comments on commit 2ec5be8

Please sign in to comment.