Skip to content

Commit

Permalink
Upgrade splunk-otel-collector image to 0.31.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Aug 10, 2021
1 parent 95db3db commit 402f033
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
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
2 changes: 1 addition & 1 deletion rendered/manifests/gateway-only/deployment-collector.yaml
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

0 comments on commit 402f033

Please sign in to comment.