Skip to content

Commit 50d7f7f

Browse files
authored
Remove deprecated image.fluentd.initContainer values.yaml option (#1995)
1 parent dedda60 commit 50d7f7f

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: breaking
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: chart
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Remove deprecated `image.fluentd.initContainer` configuration option.
7+
# One or more tracking issues related to the change
8+
issues: [1995]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext: |
13+
This option was deprecated in version 0.38.0. The same splunk/fluentd-hec image is now used in init containers.

helm-charts/splunk-otel-collector/templates/NOTES.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ Splunk OpenTelemetry Collector is installed and configured to send data to Splun
1919
[WARNING] The ".Values.service" config is deprecated. Please use ".Values.agent.service" and ".Values.gateway.service" for configuring services for the agent and gateway, respectively.
2020
This field will be removed in a future release.
2121
{{ end }}
22-
{{- if not (eq (toString .Values.image.fluentd.initContainer) "<nil>") }}
23-
[WARNING] "image.fluentd.initContainer" parameter is deprecated now. Now we use the same splunk/fluentd-hec image in init container.
24-
Upgrade guidelines: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md#0371-to-0380
25-
{{ end }}
2622
{{- if not (eq (toString .Values.clusterReceiver.k8sEventsEnabled) "<nil>") }}
2723
[WARNING] "clusterReceiver.k8sEventsEnabled" parameter is deprecated. Please use clusterReceiver.eventsEnabled and splunkObservability.infrastructureMonitoringEventsEnabled.
2824
Upgrade guidelines: https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UPGRADING.md#0532-to-0540

helm-charts/splunk-otel-collector/values.schema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,6 @@
10881088
"Always",
10891089
"Never"
10901090
]
1091-
},
1092-
"initContainer": {
1093-
"type": "object",
1094-
"deprecated": true
10951091
}
10961092
}
10971093
},

0 commit comments

Comments
 (0)