From d7f0fd68e1954b44958654b4764bb352e46e5592 Mon Sep 17 00:00:00 2001 From: Victor Getz Date: Tue, 6 Feb 2024 12:24:59 +0100 Subject: [PATCH] test trivy pipeline again --- charts/kafka/Chart.yaml | 2 +- charts/kafka/values.yaml | 5 ++++- charts/keycloak/values.yaml | 12 ++++++------ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/charts/kafka/Chart.yaml b/charts/kafka/Chart.yaml index 0f594276..d0d725d6 100644 --- a/charts/kafka/Chart.yaml +++ b/charts/kafka/Chart.yaml @@ -7,4 +7,4 @@ description: | Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. This chart wraps the `kafka` chart from bitnami and defines a few sensible defaults. name: kafka -version: 22.1.5 +version: 22.1.6 diff --git a/charts/kafka/values.yaml b/charts/kafka/values.yaml index 77f5bfed..dc75c773 100644 --- a/charts/kafka/values.yaml +++ b/charts/kafka/values.yaml @@ -4,10 +4,13 @@ kafka: autoCreateTopicsEnable: true deleteTopicEnable: false #this has to be disabled to get rid of autoCreateTopicsEnable, which should not be enabled on production. At the moment we cannot delete it, since auto creation happened for some topics metrics: + serviceMonitor: + enabled: true + prometheusRule: + enabled: true kafka: enabled: true jmx: enabled: true persistence: size: 30G - diff --git a/charts/keycloak/values.yaml b/charts/keycloak/values.yaml index a2190ed8..ddc3d3e8 100644 --- a/charts/keycloak/values.yaml +++ b/charts/keycloak/values.yaml @@ -20,15 +20,15 @@ keycloak: enabled: false auth: # -- Required - adminUser: + adminUser: "REPLACE_ME" # -- Required - adminPassword: + adminPassword: "REPLACE_ME" externalDatabase: # -- Required - user: + user: "REPLACE_ME" # -- Required, replace it with your host address - host: + host: "REPLACE_ME" # -- Required - database: + database: "REPLACE_ME" # -- Required - port: \ No newline at end of file + port: "REPLACE_ME" \ No newline at end of file