Skip to content

Commit

Permalink
Upgrade fluentd-hec image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Sep 13, 2023
1 parent 3aa606f commit 7b18e6b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Disable signalfx exporter default translations in clusterReceiver deployment [#915](https://github.com/signalfx/splunk-otel-collector-chart/pull/915)
- This change improves performance of clusterReceiver, but can be breaking if the deprecated signalfx exporter `translation_rules` option is being used
- Update OpenTelemetry Operator to v0.37.0 [#919](https://github.com/signalfx/splunk-otel-collector-chart/pull/919)
- Update Splunk Fluend HEC docker image to v1.3.3 [#919](https://github.com/signalfx/splunk-otel-collector-chart/pull/919)

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
4 changes: 2 additions & 2 deletions examples/autodetect-istio/rendered_manifests/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
4 changes: 2 additions & 2 deletions examples/only-logs-fluentd/rendered_manifests/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
key: node-role.kubernetes.io/control-plane
initContainers:
- name: prepare-fluentd-config
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
command: [ "sh", "-c"]
securityContext:
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
mountPath: /fluentd/etc/json
containers:
- name: fluentd
image: splunk/fluentd-hec:1.2.8
image: splunk/fluentd-hec:1.3.3
imagePullPolicy: IfNotPresent
securityContext:

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 @@ -913,7 +913,7 @@ image:
# The registry and name of the fluentd image to pull
repository: splunk/fluentd-hec
# The tag of the fluentd image to pull
tag: 1.2.8
tag: 1.3.3
# The policy that specifies when the user wants the fluentd images to be pulled
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 7b18e6b

Please sign in to comment.