From 70d7b921d36ac996855ad2ace9dca7ac0caa7f93 Mon Sep 17 00:00:00 2001 From: Alex Tarasov Date: Tue, 16 Jul 2024 17:40:22 +0300 Subject: [PATCH] BGD-5448 - enable the `k8sEventLogCollectorEnabled` by default --- charts/bigdata-spark-watcher/Chart.yaml | 2 +- charts/bigdata-spark-watcher/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/bigdata-spark-watcher/Chart.yaml b/charts/bigdata-spark-watcher/Chart.yaml index f7181f7..46da548 100644 --- a/charts/bigdata-spark-watcher/Chart.yaml +++ b/charts/bigdata-spark-watcher/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bigdata-spark-watcher description: A Helm chart for the Spot Big Data Spark Watcher type: application -version: 0.5.18 +version: 0.5.19 appVersion: 0.5.2 home: https://github.com/spotinst/charts icon: https://docs.spot.io/_media/images/spot_mark.png diff --git a/charts/bigdata-spark-watcher/values.yaml b/charts/bigdata-spark-watcher/values.yaml index a7451b6..6181207 100644 --- a/charts/bigdata-spark-watcher/values.yaml +++ b/charts/bigdata-spark-watcher/values.yaml @@ -53,7 +53,7 @@ logLevel: debug killSyncerEnabled: true ghostSyncerEnabled: true -k8sEventLogCollectorEnabled: false +k8sEventLogCollectorEnabled: true serviceAccount: create: true