From faf0882b71d9a0dff80fde668552a0d1ad7904ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Elnan?= Date: Tue, 11 Oct 2022 14:06:30 +0200 Subject: [PATCH 1/2] Fixing error in fluentbit-FluentBit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håvard Elnan --- .../templates/fluentbit-fluentBit.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/fluent-operator/templates/fluentbit-fluentBit.yaml b/charts/fluent-operator/templates/fluentbit-fluentBit.yaml index 50d6f71ea..f5d254e4e 100644 --- a/charts/fluent-operator/templates/fluentbit-fluentBit.yaml +++ b/charts/fluent-operator/templates/fluentbit-fluentBit.yaml @@ -30,14 +30,14 @@ spec: secrets: {{ toYaml .Values.fluentbit.secrets | indent 4 }} {{- end }} - { { - if .Values.fluentbit.volumes } } + {{- if .Values.fluentbit.volumes }} volumes: - { { toYaml .Values.fluentbit.volumes | indent 4 } } - { { - end } } - { { - if .Values.fluentbit.volumesMounts } } + {{ toYaml .Values.fluentbit.volumes | indent 4 }} + {{- end }} + {{- if .Values.fluentbit.volumesMounts }} volumesMounts: - { { toYaml .Values.fluentbit.volumesMounts | indent 4 } } - { { - end } } + {{ toYaml .Values.fluentbit.volumesMounts | indent 4 }} + {{- end }} {{- if .Values.fluentbit.annotations }} annotations: {{ toYaml .Values.fluentbit.annotations | indent 4 }} From ed367ea30d71ee209f6200772dc2c07ed91bfaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Elnan?= Date: Wed, 12 Oct 2022 09:02:35 +0200 Subject: [PATCH 2/2] Bumped chart-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håvard Elnan --- charts/fluent-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index f156c24fb..5d7a56a66 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes # 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: 1.5.1 +version: 1.5.2 # 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