Skip to content

Commit

Permalink
chore: bump sumo ot distro to 0.0.50-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Feb 14, 2022
1 parent 1b1dc5e commit 92e9152
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
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.48-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-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.48-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-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.48-beta.0
image: public.ecr.aws/sumologic/sumologic-otel-collector:0.0.50-beta.0
imagePullPolicy: IfNotPresent
args:
- --config=/etc/otel/config.yaml
Expand Down

0 comments on commit 92e9152

Please sign in to comment.