johnpptz
ae1068771d
[bitnami/kafka]Use template for log4j configuration ( #4181 )
...
* Use template for log4j configuration
This will allow you to use variables in the log4j configuration
log4j: |-
log4j.rootLogger={{ default "INFO" .Values.logLevel }}, stdout, kafkaAppender
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c)%n
* Version bumped
* Update bitnami/kafka/templates/log4j-configmap.yaml
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com >
* Switch to the bitnami's standard for tpl values
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com >
2020-11-06 11:01:23 +01:00
Juan Ariza Toledano
c08a20e3db
[bitnami/*] Include link to Troubleshootin guide on README.md ( #4136 )
2020-10-28 11:07:11 +01:00
Bitnami Containers
42a9bd5120
[bitnami/kafka] Release 11.8.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-21 11:49:47 +00:00
JoshKCarroll
d6b3ff9a21
[bitnami/kafka] Add docs clarity on interaction of config, existingConfigmap and environment variables ( #3971 )
...
* [bitnami/kafka] Add docs clarity on interaction of config, existingConfigmap and environment variables
* Bump chart version
2020-10-14 16:30:27 +02:00
Juan Ariza Toledano
ed8cbbaaa5
[bitnami/kafka] Sync README.md with values ( #3802 )
...
Signed-off-by: juan131 <juanariza@vmware.com >
2020-09-29 08:51:56 +02:00
Bitnami Containers
34ed2fba21
[bitnami/kafka] Release 11.8.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-21 11:47:28 +00:00
Bitnami Containers
591c45810b
[bitnami/kafka] Release 11.8.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-06 00:12:38 +00:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af
[bitnami/metrics-server] Add source repo ( #3577 )
...
* [bitnami/all] Add home to this repository
* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Rafael Ríos Saavedra
553783f6a3
[bitnami/kafka] Improves NOTES.txt for users ( #3534 )
...
* Kafka notes
* Update NOTES.txt
Changes indications for the user to generate the configuration files.
Co-authored-by: rafael <rafael@bitnami.com >
2020-09-02 16:38:17 +02:00
Vignesh Subramanian
6b861b17f4
fix kafka_jaas.conf filepath in KAFKA_OPTS ( #3492 )
...
Signed-off-by: Vignesh Subramanian <vignesh.subramanian93@gmail.com >
2020-08-24 10:54:11 +02:00
Daniel Arteaga
bb9c09eb78
[bitnami/kafka] fix: use the proper loadBalancerSourceRanges ( #3453 )
...
Signed-off-by: darteaga <darteaga@vmware.com >
2020-08-18 13:01:49 +02:00
Jose Antonio Carmona
5e38c481eb
[bitnami/kafka] Add external connection to cluster LB ( #3343 )
...
* Add external connection to cluster LB
Signed-off-by: joancafom <jcarmona@bitnami.com >
* Chart version bump
* Document the change in Upgrading section
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2020-08-07 12:23:07 +02:00
Bitnami Containers
ab0d4c0016
[bitnami/kafka] Release 11.7.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-07 00:05:43 +00:00
Carlos Rodríguez Hernández
19759aa04e
[bitnami/kafka] Fix typo in helpers ( #3344 )
...
* [bitnami/kafka] Fix typo in helpers
* Increase verbosity
2020-08-06 16:22:34 +02:00
rb3ckers
84fe78e17b
[bitnami/kafka] Fix typo in kafka.tplValue ( #3327 )
2020-08-05 14:55:26 +02:00
Miguel Ángel Cabrera Miñagorri
c033cbd8e9
[bitnami/kafka] Add paramters to configure SASL_SCRAM ( #3270 )
...
* [bitnami/kafka] Add paramters to configure SASL_SCRAM
* Add feature to create multiple users
* Use an array instead of string for users and passwords
* Remove old users configuration
* Fix password in metrics deployment
* Add suggestions
* Fix version
2020-08-03 10:55:23 +02:00
Marcos Bjoerkelund
de7c077280
[bitnami/kafka] Allow externalZookeepers.servers to specified both as array and string ( #3286 )
...
* [bitnami/kafka] externalZookeepers.servers should be a string
* Allow to be an array as well as a string
2020-07-31 15:47:34 +02:00
Andrés Bono
3d7ab406fe
[bitnami/*] Fix TL;DR typo in READMEs ( #3280 )
...
* Fix TL;DR typo in READMEs
Signed-off-by: Andrés Bono <andresbono@vmware.com >
2020-07-30 18:31:32 +02:00
Bitnami Containers
5de4d92b98
[bitnami/kafka] Release 11.6.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-30 00:22:54 +00:00
Juan Ariza Toledano
c004e42f36
[bitnami/kafka] Fix metrics annotations ( #3252 )
2020-07-28 17:07:36 +02:00
Miguel Ángel Cabrera Miñagorri
8cc2cea18e
[bitnami/kafka] Fix typo in NOTES.txt ( #3249 )
2020-07-28 16:18:55 +02:00
Juan Ariza Toledano
6b94839ba4
[bitnami/kafka] Fix instructions to use a producer ( #3236 )
...
Signed-off-by: juan131 <juanariza@vmware.com >
2020-07-27 17:42:42 +02:00
Vignesh Subramanian
37b355bb9f
[bitnami/kafka] External Access: use the same target port regardless the svc type ( #3209 )
...
Signed-off-by: Vignesh Subramanian <vignesh.subramanian93@gmail.com >
Signed-off-by: juan131 <juanariza@vmware.com >
2020-07-27 08:38:12 +02:00
Juan Ariza Toledano
8ea744abed
[bitnami/kafka] Add custom labels/annotations parameters ( #3193 )
2020-07-23 10:42:48 +02:00
Bitnami Containers
940a61741b
[bitnami/kafka] Release 11.5.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-17 06:20:20 +00:00
Vincent Partington
f357326ed9
[bitnami/kafka] Add parameters to configure command and args for Kafka pod ( #3128 )
...
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com >
2020-07-16 09:50:49 +02:00
Bitnami Containers
0bbfff92d8
[bitnami/kafka] Release 11.4.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-16 03:29:05 +00:00
Juan Ariza Toledano
07a0dad896
[bitnami/kafka] Add support for deploying extra resources ( #3101 )
...
Signed-off-by: juan131 <juanariza@vmware.com >
2020-07-13 13:17:12 +02:00
Miguel Ángel Cabrera Miñagorri
63bde066b8
[bitnami/all] Add categories ( #3075 )
...
* [bitnami/airflow] Add category to Chart.yaml
* [bitnami/apache] Add category to Chart.yaml
* [bitnami/cassandra] Add category to Chart.yaml
* [bitnami/common] Add category to Chart.yaml
* [bitnami/consul] Add category to Chart.yaml
* [bitnami/contour] Add category to Chart.yaml
* [bitnami/discourse] Add category to Chart.yaml
* [bitnami/dokuwiki] Add category to Chart.yaml
* [bitnami/drupal] Add category to Chart.yaml
* [bitnami/ejbca] Add category to Chart.yaml
* [bitnami/elasticsearch] Add category to Chart.yaml
* [bitnami/etcd] Add category to Chart.yaml
* [bitnami/external-dns] Add category to Chart.yaml
* [bitnami/fluentd] Add category to Chart.yaml
* [bitnami/ghost] Add category to Chart.yaml
* [bitnami/grafana] Add category to Chart.yaml
* [bitnami/harbor] Add category to Chart.yaml
* [bitnami/influxdb] Add category to Chart.yaml
* [bitnami/jasperreports] Add category to Chart.yaml
* [bitnami/jenkins] Add category to Chart.yaml
* [bitnami/joomla] Add category to Chart.yaml
* [bitnami/kafka] Add category to Chart.yaml
* [bitnami/kibana] Add category to Chart.yaml
* [bitnami/kong] Add category to Chart.yaml
* [bitnami/kube-state-metrics] Add category to Chart.yaml
* [bitnami/kubewatch] Add category to Chart.yaml
* [bitnami/logstash] Add category to Chart.yaml
* [bitnami/magento] Add category to Chart.yaml
* [bitnami/mariadb] Add category to Chart.yaml
* [bitnami/mariadb-galera] Add category to Chart.yaml
* [bitnami/mediawiki] Add category to Chart.yaml
* [bitnami/memcached] Add category to Chart.yaml
* [bitnami/metallb] Add category to Chart.yaml
* [bitnami/metrics-server] Add category to Chart.yaml
* [bitnami/minio] Add category to Chart.yaml
* [bitnami/mongodb] Add category to Chart.yaml
* [bitnami/mongodb-sharded] Add category to Chart.yaml
* [bitnami/moodle] Add category to Chart.yaml
* [bitnami/mxnet] Add category to Chart.yaml
* [bitnami/nats] Add category to Chart.yaml
* [bitnami/nginx] Add category to Chart.yaml
* [bitnami/nginx-ingress-controller] Add category to Chart.yaml
* [bitnami/node] Add category to Chart.yaml
* [bitnami/node-exporter] Add category to Chart.yaml
* [bitnami/odoo] Add category to Chart.yaml
* [bitnami/opencart] Add category to Chart.yaml
* [bitnami/orangehrm] Add category to Chart.yaml
* [bitnami/osclass] Add category to Chart.yaml
* [bitnami/owncloud] Add category to Chart.yaml
* [bitnami/parse] Add category to Chart.yaml
* [bitnami/phabricator] Add category to Chart.yaml
* [bitnami/phpbb] Add category to Chart.yaml
* [bitnami/phpmyadmin] Add category to Chart.yaml
* [bitnami/postgresql] Add category to Chart.yaml
* [bitnami/postgresql-ha] Add category to Chart.yaml
* [bitnami/prestashop] Add category to Chart.yaml
* [bitnami/prometheus-operator] Add category to Chart.yaml
* [bitnami/pytorch] Add category to Chart.yaml
* [bitnami/rabbitmq] Add category to Chart.yaml
* [bitnami/redis] Add category to Chart.yaml
* [bitnami/redis-cluster] Add category to Chart.yaml
* [bitnami/redmine] Add category to Chart.yaml
* [bitnami/spark] Add category to Chart.yaml
* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml
* [bitnami/suitecrm] Add category to Chart.yaml
* [bitnami/tensorflow-resnet] Add category to Chart.yaml
* [bitnami/testlink] Add category to Chart.yaml
* [bitnami/thanos] Add category to Chart.yaml
* [bitnami/tomcat] Add category to Chart.yaml
* [bitnami/wildfly] Add category to Chart.yaml
* [bitnami/wordpress] Add category to Chart.yaml
* [bitnami/zookeeper] Add category to Chart.yaml
* Add Github action
* Standarise E-xxx categories
* Standarise lint action yaml
* Add invalid category to test action
* Fetch repo before action
* Revert "Add invalid category to test action"
This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.
* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
Bitnami Containers
635a5149c7
[bitnami/kafka] Release 11.3.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-08 13:58:37 +00:00
Juan Ariza Toledano
b834cc97b2
[bitnami/kafka] Avoid confusion around Kafka broker ID ( #3062 )
...
* [bitnami/kafka] Avoid confusion around Kafka broker ID
Signed-off-by: juan131 <juanariza@vmware.com >
2020-07-08 11:02:31 +02:00
Bitnami Containers
bade53ed0f
[bitnami/kafka] Release 11.3.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-02 08:15:26 +00:00
Bitnami Containers
39e03162ed
[bitnami/kafka] Release 11.3.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-25 13:37:38 +00:00
Juan Ariza Toledano
e750b87eb6
[bitnami/kafka] Provide a way to create JKS secret from local directory ( #2923 )
...
Signed-off-by: juan131 <juanariza@vmware.com >
2020-06-25 12:49:40 +02:00
Bitnami Containers
30a9d12d6e
[bitnami/kafka] Release 11.2.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-24 09:25:08 +00:00
Juan Ariza Toledano
e7d5d76740
[bitnami/kafka] Remove line used for debugging purposes ( #2903 )
...
* [bitnami/kafka] Remove line used for debugging purposes
Signed-off-by: juan131 <juanariza@vmware.com >
2020-06-23 10:44:21 +02:00
Juan Ariza Toledano
1e8738c5a9
[bitnami/kafka] Fix conflict when mounting custom configuration, and JKS files from a secret ( #2886 )
...
* [bitnami/kafka] Fix conflict when mounting custom configuration, and JSK files from a secret
Signed-off-by: juan131 <juanariza@vmware.com >
2020-06-19 12:52:29 +02:00
Prokop Simek
068efd93b3
[bitnami/kafka] docs: "Upgrading" typo & formatting ( #2835 )
...
* docs: Upgrading typo & formatting
* [bitnami/kafka] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-17 10:13:22 +02:00
Javier J. Salmerón-García
5152ee7fa3
[bitnami/kafka] Add custom liveness/readiness probe support ( #2809 )
...
* [bitnami/kafka] Add custom liveness/readiness probe support
* [bitnami/kafka] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-12 15:43:48 +02:00
Guen78
a413699d78
[bitnami/kafka] kafka-exporter-certificates chmod ( #2764 )
...
* kafka/change kafka-exporter-certificates volume defaultMode
* mode 440 is enough and more restrictive than 444
* Bumping Chart version
* [bitnami/kafka] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Jose Antonio Carmona <joancafom@icloud.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-09 14:10:36 +02:00
Juan Ariza Toledano
06abd2b0e3
[bitnami/kafka] Fix exporter when authentication is disabled ( #2779 )
...
* [bitnami/kafka] Fix exporter when authentication is disabled
Signed-off-by: juan131 <juanariza@vmware.com >
2020-06-08 16:49:25 +02:00
Guen78
34a3d8d926
[bitnami/kafka] add k8s priorityclass in statefulset ( #2754 )
...
* kafka/add priorityclass handle in statefullset
2020-06-05 20:18:34 +02:00
Juan Ariza Toledano
d310b3a3d5
[bitnami/kafka] Fix issue with custom ports for inter-broker communications ( #2756 )
...
* [bitnami/kafka] Fix issue with custom ports for inter-broker communications
Signed-off-by: juan131 <juanariza@vmware.com >
* Rebase + bumping version again
Signed-off-by: juan131 <juanariza@vmware.com >
* [bitnami/kafka] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-05 12:17:53 +02:00
guenaelgonnord
49ec1e116e
[bitnami/kafka] fix kafka-exporter-certificates secret volume definition ( #2752 )
...
* kafka/fix kafka-exporter-certificates secret volume definition
2020-06-04 18:55:25 +02:00
Juan Ariza Toledano
ca74711aaf
[bitnami/kafka] Refactor listeners and authentication configuration ( #2708 )
...
* [bitnami/kafka] Refactor listeners and authentication configuration
Signed-off-by: juan131 <juanariza@vmware.com >
2020-06-02 09:02:23 +02:00
Daniel Arteaga
c7751eb576
update bitnami/common to be compatible with helm v2.12+ ( #2615 )
2020-05-19 13:18:15 +02:00
Rohan Agarwal
f45f62270a
[bitnami/kafka] Check if existingLog4jConfigMap exists instead of existingConfigmap ( #2562 )
...
* check if existingLog4jConfigMap exists instead of existingConfigmap
2020-05-11 10:21:10 +02:00
Marcin Milewski
a9adf1517f
[bitnami/kafka] Improve "Security for Kafka and Zookeeper" README ( #2450 )
...
* Improve "Security for Kafka and Zookeeper" README
* Update version
* update patch version after merge
Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com >
2020-04-28 15:54:34 +02:00
Marcos Bjoerkelund
7e08a5a60c
[bitnami/kafka] Fix Kafka notes after bitnami-docker-kafka/pull/91 ( #2444 )
...
* Fix Kafka notes after bitnami-docker-kafka/pull/91
2020-04-28 15:17:51 +02:00
Juan Ariza Toledano
593112fd85
[bitnami/kafka] Add parameters to define extra volume/volumeMount(s) ( #2416 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2020-04-24 16:30:33 +02:00