From 1f1bcf9bd31ce0114d5a3940cbddd87a5f1769b3 Mon Sep 17 00:00:00 2001 From: rockb1017 Date: Sat, 13 Nov 2021 22:20:23 -0800 Subject: [PATCH] update fluentd-hec to 1.2.8 --- helm-charts/splunk-otel-collector/values.yaml | 2 +- rendered/manifests/agent-only/daemonset.yaml | 4 ++-- rendered/manifests/logs-only/daemonset.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 49c289f40f..c238aec174 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -662,7 +662,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.7 + tag: 1.2.8 # The policy that specifies when the user wants the fluentd images to be pulled pullPolicy: IfNotPresent diff --git a/rendered/manifests/agent-only/daemonset.yaml b/rendered/manifests/agent-only/daemonset.yaml index a24f97d4bb..230f16e35f 100644 --- a/rendered/manifests/agent-only/daemonset.yaml +++ b/rendered/manifests/agent-only/daemonset.yaml @@ -42,7 +42,7 @@ spec: key: node-role.kubernetes.io/master initContainers: - name: prepare-fluentd-config - image: splunk/fluentd-hec:1.2.7 + image: splunk/fluentd-hec:1.2.8 imagePullPolicy: IfNotPresent command: [ "sh", "-c"] securityContext: @@ -73,7 +73,7 @@ spec: mountPath: /fluentd/etc/cri containers: - name: fluentd - image: splunk/fluentd-hec:1.2.7 + image: splunk/fluentd-hec:1.2.8 imagePullPolicy: IfNotPresent securityContext: diff --git a/rendered/manifests/logs-only/daemonset.yaml b/rendered/manifests/logs-only/daemonset.yaml index a509af5cd8..75dc5c57db 100644 --- a/rendered/manifests/logs-only/daemonset.yaml +++ b/rendered/manifests/logs-only/daemonset.yaml @@ -42,7 +42,7 @@ spec: key: node-role.kubernetes.io/master initContainers: - name: prepare-fluentd-config - image: splunk/fluentd-hec:1.2.7 + image: splunk/fluentd-hec:1.2.8 imagePullPolicy: IfNotPresent command: [ "sh", "-c"] securityContext: @@ -73,7 +73,7 @@ spec: mountPath: /fluentd/etc/cri containers: - name: fluentd - image: splunk/fluentd-hec:1.2.7 + image: splunk/fluentd-hec:1.2.8 imagePullPolicy: IfNotPresent securityContext: