Skip to content

Commit

Permalink
test trivy pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 6, 2024
1 parent 986f064 commit d7f0fd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion charts/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

12 changes: 6 additions & 6 deletions charts/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
port: "REPLACE_ME"

0 comments on commit d7f0fd6

Please sign in to comment.