File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 2025-11-06
4+ ### Changed
5+ - Quick fix for NOTES.txt when logan chart is disabled
6+
37# 2025-11-05
48### Changed
59- Fluentd collector container image has been updated to version 1.7.3
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 4.1.0
21+ version : 4.1.1
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Thank you for installing {{ .Chart.Name }} [{{ .Chart.Version }}]
88
99{{- $logan := index .Values "oci-onm-logan" -}}
1010
11+ {{- if $logan.enabled }}
12+
1113{{- if $logan.fluentd.kubernetesSystem.encoding }}
1214
1315WARNING: '.Values.oci-onm-logan.fluentd.kubernetesSystem.encoding' is DEPRECATED and will be removed in a future release.
@@ -57,4 +59,6 @@ WARNING: '.Values.oci-onm-logan.fluentd.customLogs.{{ $logName }}.encoding' is D
5759Use '.Values.oci-onm-logan.fluentd.customLogs.{{ $logName }}.tailPlugin.encoding' instead.
5860 {{- end }}
5961{{- end }}
62+ {{- end }}
63+
6064{{- end }}
You can’t perform that action at this time.
0 commit comments