Commit Graph

145 Commits

Author SHA1 Message Date
Juan Ariza Toledano
7f6a1952d3 [bitnami/etcd] Do not hardcode PDB apiVersion (#9094) 2022-02-21 11:31:23 +01:00
Miguel Ruiz
c3f6f9a4a6 [bitnami/etcd] Chart standardised (#7926)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2022-01-18 11:20:39 +01:00
Reinier Schoof
b116b7e9a4 [bitnami/etcd] Allow to override schedulerName (#8595) 2022-01-07 18:22:12 +01:00
Carlos Rodríguez Hernández
8cad18aed9 [bitnami/several] Adapt templating format (#8562)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-05 18:10:31 +01:00
Carlos Rodríguez Hernández
58077af58f [bitnami/several] Fix issue with quote when followed by }} (#8561)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-04 10:17:33 +01:00
EnriqueLopp
d63c26cff7 [bitnami/etcd] Change hardcoded password key with etcd.secretPasswordKey (#8442)
* Change hardcoded password key with etcd.secretPasswordKey

* Dump version

Co-authored-by: EnriqueLopez <enrique.lopez@ironchip.com>
2022-01-03 10:11:40 +01:00
bbaudelet
0404b1aa52 [bitnami/cassandra,etcd,influxdb,metallb,mysql,postgresql,postgresql-ha,redis] Align networkpolicy (#8336) 2021-12-09 13:01:40 +01:00
Juan Ariza Toledano
7fb8d7e713 [bitnami/etcd] Fix etcd when using a custom svc port (#8189)
* [bitnami/etcd] Fix etcd when using a custom svc port

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

* [bitnami/etcd] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-11-19 12:54:02 +01:00
Juan Ariza Toledano
1ca4cbf005 [bitnami/etcd] ETCD_LISTEN_* to use container ports instead of svc ports (#8180) 2021-11-18 13:23:49 +01:00
cyril-corbon
93ce746dce feat: add etcd nodeselctor & toleration on disasterRecovery (#7984)
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2021-11-04 09:55:15 +01:00
Carlos Rodríguez Hernández
a6751cdd33 [bitnami/several] Add chart info to NOTES.txt (#7889) 2021-10-22 16:04:39 +02:00
Carlos Rodríguez Hernández
9711a33c6e [bitnami/several] Change pullPolicy for bitnami-shell image (#7852)
* [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
2021-10-19 14:38:37 +02:00
Juan Ariza Toledano
9f9d8aa887 [bitnami/etcd] Add support for customizing authentication token type (#7735)
* [bitnami/etcd] Add support for customizing authentication token type

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

* Fix typo in values

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

* Add support for customizin the JWT token and loading the private key from a secret

Signed-off-by: juan131 <juanariza@vmware.com>
2021-10-08 17:54:27 +02:00
Rel Zhong
b3072027ca [bitnami/etcd] feat: allow reuse startFromSnapshot volume in the disasterRecovery (#7511)
* feat: allow reuse startFromSnapshot volume in the disasterRecovery

* chore: bump version

* fix: set ETCD_INIT_SNAPSHOTS_DIR to mount path in disasterRecovery.pvc.existingClaim

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* [bitnami/etcd] Update components versions

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

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-09-24 12:56:47 +02:00
Dan Constantinescu
831eed7501 [bitnami/etcd] fix snapshots directory ownership when security context is enabled (#7498) 2021-09-17 08:42:07 +02:00
orange-llajeanne
971c4a44a6 fix kubectl exec example in chart notes (#7496) 2021-09-15 18:04:57 +02:00
Ali MOSTAFA
9e15549401 [bitnami/etcd] add Prometheus podmonitor relabelings parameter (#7399)
* add prelabelings field to Prometheus pod monitor

* update etcd README.md

* Update bitnami/etcd/README.md

Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>

* Update bitnami/etcd/values.yaml

Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>

* Update bitnami/etcd/values.yaml

Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>

Co-authored-by: Pablo Galego <pablogalegocarro@gmail.com>
2021-09-07 09:45:11 +02:00
glagny
91e80b3bfd [bitnami/etcd] Adding the possibility to disable service (#7371)
* Adding possibility to disable service who expose cluster

* Adding .Values.service.enable bool set by default to true (service by default activated)

* Update Chart.yaml

* Update README.md

* Update Chart.yaml

* Give the 6.7.0 version to the etcd chart

* Update svc.yaml

* Change the var from `.Values.service.enable` to `.Values.service.enabled`

* Update README.md

* Change value from `.Values.service.enable` to `.Values.service.enabled`

* Update values.yaml

* Update enabled variable

* Update values.yaml
2021-09-02 15:28:47 +02:00
Mathieu Herbert
78508eb203 [bitnami/etcd] add service.clusterIP parameter (#7356)
* [bitnami/etcd] add service.clusterIP parameter

* adding check on clusterIP based on review

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
2021-09-01 11:16:20 +02:00
Juan Ariza Toledano
e880129200 [bitnami/etcd] Add support for custom terminationGracePeriodSeconds (#7307) 2021-08-25 12:34:45 +02:00
Roman Kuznetsov
1e24ddb29c [bitnami/etcd] add support for network policy (#7205) 2021-08-20 14:45:18 +02:00
aiceball
5baf3cf20f [bitnami/etcd] Add existingSecretPasswordKey field in auth.rbac (#7212)
* Adding existingSecretPasswordKey auth rbac param

To replicate redis-cluster behavior, an existingSecretPasswordKey was added.
Defaults to etcd-root-password to use the secret generated (or provided) for default secret

* Bump etcd chart version

- add readme for auth.rbac.existingSecretPasswordKey

Co-authored-by: Ayan Bikalapov <abikalapov@explorance.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2021-08-17 09:37:02 +02:00
Roman Kuznetsov
2bfeaefbac [bitnami/etcd] use existingSecret parameters as a template (#7209) 2021-08-17 09:04:06 +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
Juan Ariza Toledano
ca6416a749 [bitnami/etcd] Add image pull secrets to cronjob (#6071) 2021-04-12 10:15:21 +02:00
Ryan Probus
c1a470352f [bitnami/etcd] Service account specification (#6055)
* Add support for service account specification
  * Supports creation or using existing service account
* Update common dependency for new patch release 1.4.1 -> 1.4.2
* Increment chart version 6.1.5 -> 6.2.0
2021-04-09 17:12:59 +02:00
Raphael Grömmer
2fe5d381ff [bitnami/etcd] Fix configmap template (#6025)
* removed dash from etcd configmap name

* chartversion bumped according to semver
2021-04-07 08:41:51 +02:00
Juan Ariza Toledano
570be78402 Etcd init from snapshot (#6013) 2021-04-06 09:33:47 +02:00
Gorka Maiztegi
65747e81bc Quote retention env variable values (#5831) 2021-03-18 10:34:04 +01:00
Cédric de Saint Martin
4a2f19f38b [bitnami/etcd] Service: Fix clientPortNameOverride and peerPortNameOverride. (#5786) 2021-03-15 15:05:33 +01:00
Maninder Singh
43fc0dfd34 [bitnami/chart] Adding parameters to enable and manipulate auto-compaction feature of etcd (#5756)
* Added sample of parameters for setting of auto compaction

* Added support to set auto compaction environment variable using parameters

* Update README.md

* Update README.md

* Update Chart.yaml

Changing version

* Fixes leading space in comment

* Fixes leading space in comment

* Update bitnami/etcd/Chart.yaml

Changing minor version

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/etcd/values.yaml

format to follow the same approach used for other parameters

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update README.md

Make suggested changes

* Update values.yaml

Removing trailing spaces

* Update README.md

* [bitnami/etcd] Update components versions

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

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-03-15 08:44:44 +01:00
Juan Ariza Toledano
5741a6ded4 [bitnami/etcd] Major version: refactoring (#5682)
* [bitnami/etcd] Major version: refactoring

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

* Remove trailing spaces

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

* Address suggestions from code review

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

* [bitnami/etcd] Move logic to container

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

* Do include default hooks in the values.yaml

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

* Better approach for hooks

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

* Simplify endpoints management

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

* Use latest etcd image

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

* [bitnami/etcd] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-03-12 13:14:10 +01:00
Javier J. Salmerón-García
c36935d113 [bitnami/etcd] Add hostAliases (#5238)
* [bitnami/etcd] Add hostAliases

* Update statefulset.yaml
2021-01-28 13:17:20 +01:00
Carlos Rodríguez Hernández
2e05d2ab62 [bitnami/etcd] Reuse startFromSnapshot volume in the disasterRecovery mode (#4940)
* [bitnami/etcd] Reuse startFromSnapshot volume in the disasterRecovery mode

* Fix typo

* Improve logic after testing the different use cases

* [bitnami/etcd] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-01-11 21:09:13 +01:00
Patrik Rácskai
ffdb62e36f [bitnami/etcd] Fix port in concatenation of endpoints (#4875) 2021-01-04 18:20:42 +01:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
5ee088e859 [bitnami/etcd] Allow externalIPs in svc (#4770)
* [bitnami/etcd] Allow externalIPs

This allows for externalIPs to be used (e.g. Calico BGP exposes these instead of loadBalancerIP)

* Update values.yaml

* Update values-production.yaml

* Update svc.yaml

* Update Chart.yaml

* Update README.md

* Fix layout
2020-12-18 10:22:13 +01:00
Bartłomiej Chalfen
bfc6ae7422 [bitnami/etcd] Add publishNotReadyAddresses: true to headless service (#4748)
Co-authored-by: Bartłomiej Chalfen <b.chalfen@falconvsystems.com>
2020-12-17 09:47:53 +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
Maxence Boutet
6ff4b1d9a1 [bitnami/etcd] Add statefulsetLabels and podLabels (#4518) 2020-12-01 11:01:43 +01:00
Juan Ariza Toledano
934259f781 [bitnami/*] Affinity based on common presets (ii) (#4472) 2020-11-25 09:57:36 +01:00
lactose
039a831498 [bitnami/etcd] Allow client/peer port name overrides for custom SRV domains (#4147)
* Allow client/peer port name overrides for custom SRV domains

* Apply override to svc.yml

* Bump minor version instead of patch

* Omit changes to targetPorts

* bitnami/etcd: Adds backwards compatibility changes to client/peer port override
2020-11-13 12:53:16 +01:00
pixiono
2f9ee67318 [bitnami/etcd] Remove unused etcd.dataDir template function (#4254)
* Remove unused etcd.dataDir template function

* Remove etcd.dataDir function frim NOTES.txt

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2020-11-11 16:45:42 +01:00
Thomas Perronin
91ca0df4a6 [bitnami/etcd] Disable metrics even if podAnnotations are provided (#4146) 2020-11-04 11:24:46 +01:00
Christopher Randles
e901dd8936 [bitnami/etcd] Allow alternate TLS secret filenames (#3902)
Signed-off-by: Chris Randles <randles.chris@gmail.com>
2020-10-14 16:05:49 +02:00
rico-bincentive
975fe174c4 [bitnami/etcd] add loadBalancerSourceRanges (#3637) 2020-09-11 10:57:13 +02:00
Leszek Buława
0e10b5fa29 [bitnami/etcd] Add persistent volume claim selector (#3480) 2020-08-21 10:58:16 +02:00
Unai Arríen
adb3f6bd49 [bitnami/etcd] Fix etcd deployment when disabling useAutoTLS in client auth configuration (#3279) 2020-07-31 10:35:24 +02:00
Juan Ariza Toledano
7734c98b98 [bitnami/etcd] Fix issue when removing pod not being reattatched to the cluster properly (#3212)
Signed-off-by: juan131 <juanariza@vmware.com>
2020-07-27 13:50:44 +02:00
Carlos Rodríguez Hernández
b331fa6b61 [bitnami/etcd] Ensure ETCD_DATA_DIR permissions are set to 700 (#3196)
* [bitnami/etcd] Ensure ETCD_DATA_DIR permissions are set to 700

* Move check permissions block when previous data is detected

* Remove blank line

* [bitnami/etcd] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-07-23 18:49:15 +02:00
Juan Ariza Toledano
bbe0baad2e [bitnami/etcd] Fix issue on snapshooting cronjob (#3134)
Signed-off-by: juan131 <juanariza@vmware.com>
2020-07-16 10:59:26 +02:00