Skip to content

Commit

Permalink
Upgrade fluentd-hec image (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Sep 14, 2023
1 parent 0a8211c commit d79c309
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed

- Update Splunk Fluend HEC docker image to v1.3.3 [#924](https://github.com/signalfx/splunk-otel-collector-chart/pull/924)

## [0.84.0] - 2023-09-11

### Changed
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 d79c309

Please sign in to comment.