diff --git a/charts/kafka/Chart.yaml b/charts/kafka/Chart.yaml index 0f59427..d0d725d 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 77f5bfe..dc75c77 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 a2190ed..ddc3d3e 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