diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b17634..d9eb459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +# 2025-11-06 +### Changed +- Quick fix for NOTES.txt when logan chart is disabled + # 2025-11-05 ### Changed - Fluentd collector container image has been updated to version 1.7.3 diff --git a/charts/oci-onm/Chart.yaml b/charts/oci-onm/Chart.yaml index 222418b..86f2119 100644 --- a/charts/oci-onm/Chart.yaml +++ b/charts/oci-onm/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.1.0 +version: 4.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/oci-onm/templates/NOTES.txt b/charts/oci-onm/templates/NOTES.txt index d7e84b3..75f45f4 100644 --- a/charts/oci-onm/templates/NOTES.txt +++ b/charts/oci-onm/templates/NOTES.txt @@ -8,6 +8,8 @@ Thank you for installing {{ .Chart.Name }} [{{ .Chart.Version }}] {{- $logan := index .Values "oci-onm-logan" -}} +{{- if $logan.enabled }} + {{- if $logan.fluentd.kubernetesSystem.encoding }} WARNING: '.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 Use '.Values.oci-onm-logan.fluentd.customLogs.{{ $logName }}.tailPlugin.encoding' instead. {{- end }} {{- end }} +{{- end }} + {{- end }} \ No newline at end of file