From edb7aab667f9e649153766920d042d344fc3b504 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Tue, 3 Sep 2024 07:56:11 +0200 Subject: [PATCH 1/3] feat(fluentbit): create configmap is Fluentbit is enabled Signed-off-by: Nicolas Lamirault --- charts/ztka/Chart.yaml | 2 +- charts/ztka/templates/configmap-fluentbit.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/ztka/Chart.yaml b/charts/ztka/Chart.yaml index f2e694d..91f2ae0 100644 --- a/charts/ztka/Chart.yaml +++ b/charts/ztka/Chart.yaml @@ -29,5 +29,5 @@ dependencies: condition: deploy.contour.enable maintainers: - name: Paralus Team -version: "0.2.9" +version: "0.2.10" appVersion: "v0.2.8" diff --git a/charts/ztka/templates/configmap-fluentbit.yaml b/charts/ztka/templates/configmap-fluentbit.yaml index 4643110..7e02af7 100644 --- a/charts/ztka/templates/configmap-fluentbit.yaml +++ b/charts/ztka/templates/configmap-fluentbit.yaml @@ -1,3 +1,4 @@ +{{- if .Values.deploy.filebeat.enable }} apiVersion: v1 kind: ConfigMap metadata: @@ -92,3 +93,4 @@ data: Password {{ include "ztka.dbPassword" . | }} Database {{ include "ztka.dbName" . | }} Table audit_logs +{{- end }} From 6fd055cc7e7f495e212832fb703de34e6c0ecc9e Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Tue, 3 Sep 2024 12:50:40 +0200 Subject: [PATCH 2/3] fix(helm): documentation Signed-off-by: Nicolas Lamirault --- charts/ztka/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ztka/README.md b/charts/ztka/README.md index db636c0..225dfc0 100644 --- a/charts/ztka/README.md +++ b/charts/ztka/README.md @@ -2,7 +2,7 @@ A Helm chart for Paralus ZTKA. -![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.8](https://img.shields.io/badge/AppVersion-v0.2.8-informational?style=flat-square) +![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.8](https://img.shields.io/badge/AppVersion-v0.2.8-informational?style=flat-square) This chart bootstraps the Paralus deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. From 75e346b7f5d91c837118a76266b9f71eefaf9bf0 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Mon, 14 Oct 2024 15:32:26 +0200 Subject: [PATCH 3/3] feat(fluentbit): typo Signed-off-by: Nicolas Lamirault --- charts/ztka/templates/configmap-fluentbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ztka/templates/configmap-fluentbit.yaml b/charts/ztka/templates/configmap-fluentbit.yaml index 7e02af7..cd0f035 100644 --- a/charts/ztka/templates/configmap-fluentbit.yaml +++ b/charts/ztka/templates/configmap-fluentbit.yaml @@ -1,4 +1,4 @@ -{{- if .Values.deploy.filebeat.enable }} +{{- if .Values.deploy.fluentbit.enable }} apiVersion: v1 kind: ConfigMap metadata: