Commit Graph

131 Commits

Author SHA1 Message Date
Pablo Galego
4c867335c5 [bitnami/several] Fix default values and regenerate README (#7024)
* etcd: remove nil values

* external-dns: remove nil values

* fluentd: remove nil values

* ghost: remove nil values

* grafana: remove nil values

* grafana-operator: remove nil values

* grafana-tempo: remove nil values

* haproxy: remove nil values

* harbor: remove nil values

* influxdb: remove nil values

* jasperreports: remove nil values

* jenkins: remove nil values

* joomla: remove nil values

* jupyterhub: remove nil values

* kafka: remove nil values

* keycloak: remove nil values

* kiam: remove nil values

* kibana: remove nil values

* Replace default values of sidecars and initContainers

* Uncomment remaining parameters

* kiam: change allowedHostPaths to array and regenerate readme

* jupyterhub: change extraIngress and extraEgress to array

* influxdb: bump chart's patch version

* Bump charts' patch versions

* kafka: set liveness and readiness probes missing values

* logstash: set liveness and readiness probes missing values

* logstash: bump chart's patch version

* Regenerate READMEs with latest changes from master

* Regenerate READMEs with latest changes from master

* Bump influxdb and harbor charts patch versions

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-07-27 15:25:54 +02:00
Carlos Rodríguez Hernández
f1344b0361 [bitnami/several] Add diagnostic mode (#7012)
* Rebase master

* Fix typo in statefulset

* Include lifecycle in the if statement

* Include metrics container

* Update README

* Rebase master

* Rebase master

* Rebase master

* Add diagnostic mode to etcd

* Add diagnostic mode to fluentd

* Add diagnostic mode to grafana-tempo

* Add diagnostic mode to haproxy

* Rebase master

* Fix values location and README

* Add diagnostic mode to the scaffolding

* Add diagnostic mode to kafka

* Add diagnostic mode to kong

* Fix linter in ejbca

* Add diagnostic mode to logstash

* Add diagnostic mode to mariadb

* Add diagnostic mode to mongodb-sharded

* Fix BITNAMI_DEBUG in galera

* Add diagnostic mode to mysql

* Add diagnostic mode to nats

* Add diagnostic mode to postgresql

* Add diagnostic mode to rabbitmq

* Add diagnostic mode to redis-cluster

* Add diagnostic mode to spark

* Add diagnostic mode to wordpress

* Add diagnostic mode to zookeeper

* Fix/Add BITNAMI_DEBUG in kong, nats, and spark

* Update READMEs

* Unify 'Please be patient...' sentence in NOTES

* Bump galera version
2021-07-27 13:10:01 +02:00
Pablo Galego
8ebbf6e0af [bitnami/*] Adapt values.yaml of Joomla, Jupyterhub and Kafka charts (#6850)
* Adapt joomla values.yaml to readme-generator

* Reorganize joomla values in sections

* Fix storageClass value in joomla

* Reorganize jupyterhub values.yaml

* Generate jupyterhub README

* Minor fixes in jupyterhub

* Adapt kafka values.yaml to readme-generator

* Reorganize kafka values.yaml

* Generate kafka README

* Generate joomla README

* Add charts path to Github Actions workflow

* Bump chart patch versions

* Minor fixes

* jupyterhub: Regenerate README

* joomla: Bump chart patch version
2021-07-09 10:57:33 +02:00
Miguel Ruiz
b6f75f4f64 [bitnami/*] Update zookeeper deps (#6730)
* Update Kafka

* Update Solr

* Update Dataplatform
2021-06-22 17:49:40 +02:00
Pierre DEMAGNY
d2c2576c59 [bitnami/kafka] adding a way to pass annotations to provisioning Pods (#6585) 2021-06-08 18:35:28 +02:00
Sergey Ptushkin
6c78705286 [bitnami/kafka] Added params relabelings and metricRelabelings into ServiceMonitor resource (#6511)
Co-authored-by: Sergey Ptushkin <nightguide@MacBook-Pro-Sergey.local>
2021-06-01 13:01:19 +02:00
Mostafa Elmenbawy
0cd3467211 [bitnami/kafka] Add selector to pvc (#6503)
* [bitnami/kafka] Add selector to PVC

Add pv selection to match an existing Persistent Volume
for kafka data pvc and kafka logs pvc

* [bitnami/kafka] Bump chart version

* [bitnami/kafka] Update README.md

Signed-off-by: mmenbawy <elmenabawym@gmail.com>

* [bitnami/kafka] Fix chart version

Co-authored-by: MostafaElmenabawy <momenabawy@synapse-analytics.io>
2021-06-01 08:43:22 +02:00
Lagri
93c583ae38 [bitnami/kafka] SASL parameters updated (#6204) 2021-04-27 11:34:23 +02:00
Yevgeny
f07241e968 [bitnami/kafka] Add init containers to the Kafka exporter pods (#6084) 2021-04-14 08:21:36 +02:00
soudaburger
bc0df93937 [bitnami/kafka] Allow provisioned topics to define default partitions and replication (#6051)
* settings defaults for partitions and topics for provisioned topics

* fixing readme alignment

* bumping chart version
2021-04-08 17:32:58 +02:00
Ankit Mehta
3596309a6d Add serviceAccount to Kafka metrics deployment and add automountServiceAccountToken on SA (#5988)
Signed-off-by: Ankit Mehta <ankit.mehta@appian.com>
2021-04-02 11:21:38 +02:00
Svetoslav Batchovski
7fdb7d1ca4 [bitnami/kafka] Usage of Host IPs for external service without autodiscovery (#5963)
* feature(kafka) Usage of Host IPs for external service without autodiscovery=true

* Update bitnami/kafka/templates/statefulset.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
2021-03-31 13:13:33 +02:00
Manjunath Shivanna
2ce5c75b6d [bitnami/kafka] Ability to configure terminationGracePeriodSeconds (#5919) 2021-03-29 14:21:37 +02:00
Andrés Bono
e105226d0a [bitnami/kafka] Fix typo in Kafka connect example (#5901)
* Update README.md for kafka

* Bump version
2021-03-25 12:13:21 +01:00
Juan Ariza Toledano
882de69bdb [bitnami/kafka] Add support for custom command/args on provisioning job (#5890) 2021-03-24 13:17:44 +01:00
LorenzoPiazza
f5f4951022 Update README.md - Fixed #5649 (#5872)
Fixed the problem #5649: extraDeploy doesn't render with example in documentation
2021-03-23 10:13:39 +01:00
Juan Ariza Toledano
b437fef9f2 [bitnami/kafka] Add support for PEM certificates (#5825)
* [bitnami/kafka] Add support for PEM certificates

Signed-off-by: juan131 <juanariza@vmware.com>

* Update bitnami/kafka/README.md

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Update bitnami/kafka/README.md

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* [bitnami/kafka] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-03-19 16:03:21 +01:00
Chirag Tailor
92d67eb892 [bitnami/kafka] Always include serviceAccountName on statefulset (#5769) 2021-03-15 09:46:52 +01:00
srntqn
0d8b40033b [bitnami/kafka]: Add affinity, tolerations, nodeSelector for kafka-exporter deployment (#5704)
* chore: add tollerations, affinity, nodeSelector for kafka-exporter

* chore: bump kafka chart version

* doc: add info about tollerations, affinity, nodeSelector for kafka-exporter to README

* style: fix markdown errors in README of kafka chart

* style: align borders of the table in README of kafka chart

* chore: bump kafka chart version

Co-authored-by: Vitaliy Markov <vitaliy.markov@team.wrike.com>
2021-03-11 17:51:23 +01:00
Yevgeny
5ba7a1d33e [bitnami/kafka] add schedulerName for all resources (#5669)
* [bitnami/kafka] add schedulerName for all resources

* [bitnami/kafka] schedulerName add quote filter

Co-authored-by: Yevgeny Zegzhda <yevgeny.zegzhda@team.wrike.com>
2021-03-05 16:53:53 +01:00
Carlos Rodríguez Hernández
870bc4dba1 [bitnami/*] Remove minideb mentions (#5677)
* Replace minideb by bitnami-shell in READMEs
* Avoid minideb mentions in Helm Charts
* Update values.yaml
* Update values.yaml
2021-03-04 15:26:03 +01:00
Svetoslav Batchovski
5e600624c0 [bitnami/kafka] Fix long value for log.flush.scheduler.interval.ms (#5579)
Co-authored-by: Svetoslav Batchovski <sb@autom8.de>
2021-02-23 09:43:08 +01:00
Svetoslav Batchovski
ec76369dec [bitnami/kafka] Flexible tls config for metrics exporter (#5520)
Co-authored-by: Svetoslav Batchovski <sb@autom8.de>
2021-02-17 10:07:51 +01:00
Svetoslav Batchovski
936702f00d feature(kafka) Flexible tls config (#5473)
Co-authored-by: Svetoslav Batchovski <sb@autom8.de>
2021-02-15 17:32:58 +01:00
Javier J. Salmerón-García
5f1d51b54b [bitnami/kafka] Fix incorrect helpers (#5456) 2021-02-12 12:18:28 +01:00
Juan José Martos
56f2088426 Add registered icon to all the MongoDB references (#5426)
* Add registered icon to all the MongoDB references

* Bump versions of charts

* Bump versions of charts

* remove changes for kubeapps

Co-authored-by: jotamartos <jotamartos@vmware.com>
2021-02-09 16:14:49 +01:00
Javier J. Salmerón-García
deaafe87ec [bitnami/kafka] Add hostAliases (#5248) 2021-01-27 09:48:49 +01:00
Andrea Dolfi
e94bd27940 [bitnami/kafka] expose pod management policy (#5229)
* Adding podManagementPolicy for Kafka Chart

* Bumping Kafka Chart version

Co-authored-by: Andrea Dolfi <andrea.dolfi@thalesgroup.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2021-01-27 09:30:29 +01:00
Sergey Shaykhullin
4dc2315619 [bitnami/kafka] Add provisioning values to readme (#5086)
* Add provisioning values to readme

* Bump chart version
2021-01-20 08:56:02 +01:00
Carlos Rodríguez Hernández
6152d30021 [bitnami/kafka] Drop values-production.yaml support (#5109) 2021-01-19 17:53:13 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
Jeroen van Erp
4f6966c1ac [bitnami/kafka] Bring Kafka chart more in line with other charts with volumePermissions (#4728)
* Externalize persistence mountpaths and volumePermissions securityContext

* Bump version in Chart.yaml

* Add new settings to README

* Incorporate review comments

* Add missing securityContext stanza to values-production

* Change back bash mode to 'ec'

* Add explicit 'enabled' flag to podSecurityContext

This is needed as you cannot "unset" the fsGroup and runAsUser if you use
the kafka chart as a helm dependency. For OpenShift the fsGroup and
runAsUser need to be unset in order to adhere to the most strict
securityContextConfigurations
2020-12-28 12:58:37 +01:00
mattb18
86b98162b8 [bitnami/kafka] Register targetPod in global context (#4832)
* Register targetPod in global context

* bump version

* Update README.md

* fix typo
2020-12-24 11:28:37 +01:00
antonmatsiuk
f4eb717241 bitnami/kafka add minBrokerId variable (#4683) 2020-12-14 17:29:29 +01:00
bl-ue
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
Miguel Ángel Cabrera Miñagorri
4e1edc8ac8 [bitnami/kafka] Add extra initContainers parameter (#4658)
* [bitnami/kafka] Add extra initContainers parameter

* Update values-production
2020-12-10 12:45:25 +01:00
Chua Jie Sheng
e2846682a1 [bitnami/kafka] Fix Kafka website url (#4588)
* Fix Kafka website url

* Minor version bump
2020-12-03 10:51:13 +01:00
Juan Ariza Toledano
934259f781 [bitnami/*] Affinity based on common presets (ii) (#4472) 2020-11-25 09:57:36 +01:00
Michael Cheremuhin
be46cb1e46 [bitnami/kafka] Update README.md (#4441)
Typo in `serivce`
2020-11-20 11:33:20 +01:00
johnpptz
fb83c6088e [bitnami/kafka] Move kafka's logs to the persistence storage (#4234)
* Move kafka's logs to the persistence storage

* Update version of kafka chart

* Disable logPersistence by default

* Update bitnami/kafka/README.md

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Update bitnami/kafka/templates/statefulset.yaml

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Update bitnami/kafka/templates/statefulset.yaml

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Add log Persistence parameters into the values-production.yaml

* Fix typo

Co-authored-by: Evgeniy Petrov <evgeniy.petrov@valamis.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
2020-11-16 12:31:21 +01:00
Carlos Rodríguez Hernández
32625a9f26 [bitnami/kafka] Major version. Adapt Chart to apiVersion: v2 (#4329)
* [bitnami/kafka] Major version. Adapt Chart to apiVersion: v2

* [bitnami/kafka] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-11 22:22:41 +01:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01: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
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
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
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
Juan Ariza Toledano
8ea744abed [bitnami/kafka] Add custom labels/annotations parameters (#3193) 2020-07-23 10:42:48 +02: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
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