* [bitnami/zookeeper] feat: 🔒 Enable networkPolicy
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* fix: 🐛 Allow ingress for members of the chart
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
---------
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
* [bitnami/zookeeper] Use healthcheck script probes
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
* [bitnami/zookeeper] Update Liveness/readiness probe to use healthcheck script
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
* Bump chart version
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
---------
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
* Make Zookeeper DefaultMode YAML 1.2 Compliant
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`.
Parsers implementing the latest spec run into issues. See discussion
here: https://github.com/dtolnay/serde-yaml/pull/225
This commit makes the Zookeeper script mount compliant with YAML 1.2.
Signed-off-by: Marc Schreiber <info@schrieveslaach.de>
* Use Decimal Notation for defaultMode
In order to be still YAML 1.1 compliant and to be YAML 1.2 compliant,
this commit changes the defaultMode to the decimal value 493. This seems
to be done in other places as well (see modes of TLS secrets).
Signed-off-by: Marc Schreiber <info@schrieveslaach.de>
---------
Signed-off-by: Marc Schreiber <info@schrieveslaach.de>
* feat: Add support for enableServiceLinks on solr chart
Signed-off-by: Filipe Costa <fjg.costa@gmail.com>
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
* feat: Add support for enableServiceLinks on zookeeper chart
Signed-off-by: Filipe Costa <fjg.costa@gmail.com>
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
---------
Signed-off-by: Filipe Costa <fjg.costa@gmail.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
* [bitnami/zookeeper] Configure headless service name suffix
A new configuration parameter `service.headless.nameSuffix` now allows
to override the default "headless" name given to the headless service.
Signed-off-by: Fabien Marchand <fabien.marchand@intersec.com>
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Fabien Marchand <fabien.marchand@intersec.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
* [bitnami/zookeeper] Don't re-initialize keystores after success
Init containers must be idempotent because they may get re-run in some
cases even if the pod itself is not being restarted. For example, if
the underlying node garbage collects the associated docker container.
In the current incarnation of the init script we will fail if the init
container is re-run resulting in a state where the init container is
continually flapping. To avoid this, we can add a initialization
check file and short circuit the initialization process if it is
present.
Signed-off-by: Michael Kelly <mkelly@arista.com>
* zookeeper: s/initialized/.initialized/
Signed-off-by: Michael Kelly <mkelly@arista.com>
Signed-off-by: jotamartos <jotamartos@vmware.com>
Signed-off-by: Michael Kelly <mkelly@arista.com>
Co-authored-by: jotamartos <jotamartos@vmware.com>
* [bitnami/zookeeper] Bump chart version
Signed-off-by: jotamartos <jotamartos@vmware.com>
Without this change, in order to use a custom probe, the user has to
specify the probe parameters, and also must specify for the original
probe "enabled: false".
Issue: #12354
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
* Fix quorum secret generation
There was copy/paste error - the quorum password value was tried to be taken from client-auth secret
Signed-off-by: Maciej Próchniak <mpr@touk.pl>
* Bump version
Signed-off-by: Maciej Próchniak <mpr@touk.pl>
* fix - when i set the configuration of service.headless.annitations and not set the configuration of service.annotations,the configuration of service.headless.annitations is inoperative
Signed-off-by: wanggy <717338097@qq.com>
* update zookeeper chart.yaml version
Signed-off-by: wanggy <717338097@qq.com>
Don't require autoGenerated to be true when checking for tls.key,
tls,crt, and ca.crt files to import, also import them if they are
set in the user-provided secret.
Signed-off-by: K Jonathan Harker <code@gentlydownthe.net>
* [bitnami/tomcat] Fix issue on network policy
* [bitnami/tomcat] bump tomcat version
* [bitnami/tomcat] Update np to use common capabilities function
* [bitnami/tomcat] Networkpolicy
* [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy to used common function common.capabilities.networkPolicy.apiVersion
* [bitnami/zookeeper] Add relabeling on servicemonitor and extraVolumeMounts evaluated as template
* Update bitnami/zookeeper/templates/servicemonitor.yaml
Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
* Update bitnami/zookeeper/templates/servicemonitor.yaml
Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
* [bitnami/several] Change pullPolicy for bitnami-shell image
* Add rolling tag check in the NOTES.txt
* Fix non-standard names
* Use macro when defined
* Update Chart.yaml
* Fix typo
* Update servicemonitor.yaml
Add template render for .Values.metrics.serviceMonitor.additionalLabels
* [bitnami/postgresql]
add template render for .Values.primary.extraVolumes
* [bitnami/postgresql]
Add template render for .Values.readReplicas.extraVolumes
* [bitnami/postgresql]
Update documentation about new value evaluated as a template (primary.extraVolumes, readReplicas.extraVolumes and metrics.serviceMonitor.additionalLabels).
* [bitnami/postgres]
Bump chart version
* [bitnami/zookeeper] Update ExtraVolumes as template render, add sidecar to POD and ZOO_LOG4J_PROP environment variables
* [bitnami/postgresql] Remove information (value evaluated as a template) from README.md
* [bitnami/zookeeper] Remove information to Readme, empty space at end of the line 294 bitnami/zookeeper/templates/statefulset.yaml and move comment on values
* [bitnami/zookeeper] Bump zookeeper chart version
* [bitnbami/zookeeper] Fix missnaming and nexw line on values and Fix README
* [bitnbami/postgresql] Fix README
* [bitnbami/postgresql] Fix README
* [bitnbami/postgresql] Bump postgresql version
* Update Chart.yaml
Include new line at the end of the file
Co-authored-by: baudelet <bbaudelet.soprasteria@lfdj.com>
Co-authored-by: alvneiayu <alvaron@vmware.com>