Skip to content

Commit 80286e7

Browse files
Quick fix for NOTES.txt when logan chart is disabled (#127)
1 parent d958d16 commit 80286e7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

charts/oci-onm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/oci-onm/templates/NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1315
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
5759
Use '.Values.oci-onm-logan.fluentd.customLogs.{{ $logName }}.tailPlugin.encoding' instead.
5860
{{- end }}
5961
{{- end }}
62+
{{- end }}
63+
6064
{{- end }}

0 commit comments

Comments
 (0)