Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/oci-onm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions charts/oci-onm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 }}