Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade splunk-otel-collector image to 0.31.0 #183

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Upgrade splunk-otel-collector image to 0.31.0 (#183)
- Set more frequent checks for memory_limiter (#178)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ image:
# The registry and name of the opentelemetry collector image to pull
repository: quay.io/signalfx/splunk-otel-collector
# The tag of the opentelemetry collector image to pull
tag: 0.29.0
tag: 0.31.0
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/agent-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
containerPort: 9411
hostPort: 9411
protocol: TCP
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: K8S_NODE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- /otelcol
- --config=/conf/relay.yaml
- --metrics-addr=0.0.0.0:8889
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: SPLUNK_MEMORY_TOTAL_MIB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- /otelcol
- --config=/conf/relay.yaml
- --metrics-addr=0.0.0.0:8889
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: SPLUNK_MEMORY_TOTAL_MIB
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/logs-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
containerPort: 4317
hostPort: 4317
protocol: TCP
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: K8S_NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/metrics-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
containerPort: 9943
hostPort: 9943
protocol: TCP
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: K8S_NODE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- /otelcol
- --config=/conf/relay.yaml
- --metrics-addr=0.0.0.0:8889
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: SPLUNK_MEMORY_TOTAL_MIB
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/traces-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
containerPort: 9411
hostPort: 9411
protocol: TCP
image: quay.io/signalfx/splunk-otel-collector:0.29.0
image: quay.io/signalfx/splunk-otel-collector:0.31.0
imagePullPolicy: IfNotPresent
env:
- name: K8S_NODE_NAME
Expand Down