Commit Graph

89 Commits

Author SHA1 Message Date
Carlos Rodríguez Hernández
26502141d1 [bitnami/*] Unify k8s directives separators (#10185)
* [bitnami/*] Unify k8s directives separators

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>

* [skip ci] Update README.md with readme-generator-for-helm

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-05-13 12:26:57 +02:00
Ruben Laban
7620829762 [bitnami/redis-cluster] Fix loadBalancerSourceRanges for external access (#9933)
* [bitnami/redis-cluster] Fix loadBalancerSourceRanges for external access

Signed-off-by: Ruben Laban <r.laban@treehouse.nl>

* Fix "normal" service as well

Signed-off-by: Ruben Laban <r.laban@treehouse.nl>

* Bump chart version

Signed-off-by: Ruben Laban <r.laban@treehouse.nl>
2022-04-29 12:10:42 +02:00
Cedric Hnyda
0485522e54 [bitnami/redis-cluster]: loadBalancerSourceRanges for external access (#9839)
* [bitnami/redis-cluster]: loadBalancerSourceRanges for external access

Signed-off-by: Cedric Hnyda <cedric.hnyda@itera.io>

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-04-21 15:43:59 +02:00
Carlos Marcano
7359ad742e [bitnami/redis-cluster] Add possibility to set hostNetwork: true for redis pods (#9364)
* [bitnami/redis-cluster] Add redis.hostNetwork to values.yaml

Signed-off-by: Carlos Marcano <carlosm@chiliz.com>

* [bitnami/redis-cluster] Remove duplicate section from values.yaml

Signed-off-by: Carlos Marcano <carlosm@chiliz.com>

* [bitnami/redis-cluster] Revert changes on README file

Signed-off-by: Carlos Marcano <carlosm@chiliz.com>
2022-03-14 18:44:14 +01:00
Miguel Ruiz
c08d6e7b7a [bitnami/redis] Fix 9279 (#9354)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2022-03-09 16:03:38 +01:00
Miguel Ruiz
ddf9cfaee8 [bitnami/redis-cluster] Fix readiness script typo (#9279)
* [bitnami/redis-cluster] Fix readiness script typo

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update PR

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2022-03-09 09:56:23 +01:00
shenchenguo
c2182e3e3c Fix the real number of master nodes after adding redis cluster nodes and replicas (#9237)
Signed-off-by: chenguo.shen <chenguo.shen@easystack.cn>

Co-authored-by: chenguo.shen <chenguo.shen@easystack.cn>
2022-03-07 12:28:04 +01:00
Javier J. Salmerón-García
ec6798f567 [bitnami/redis-cluster] fix: 🐛 Make persistence mandatory (#9178)
* [bitnami/redis-cluster] fix: 🐛 Make persistence mandatory

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Remove jenkins

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-02-24 17:19:56 +01:00
Juan Ariza Toledano
7a5f527867 [bitnami/redis-cluster] Do not hardcode PDB apiVersion (#9115) 2022-02-21 11:52:26 +01:00
Miguel Ruiz
98b303deae [bitnami/redis-cluster] Fix namespace issue when (#9019)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2022-02-16 08:18:36 +01:00
Vinod Gupta
2b9238b74c Fix missing shebang, details in: … (#8995) 2022-02-14 08:15:38 +01:00
Luís Portela Afonso
f92cfe08ee [bitnami/redis-cluster] Add namespace in metadata (#8821)
The scope of this work is to add namesapce into all the templates used
to generate the yaml files required to deploy all the components of this
chart, if enabled.

This pretty much replicate the work from the redis chart, with the
adjustments required and all the parts dedicated to this chart
completed.

We migrated from the redis chart (using sentinel) and we noticed that
this one was missing the namespace in the metadata object.
We added it, tested it and it is running in our dev environment for a
while, so we believe that this is correctly done.

Also the tests and the template generated looks ok.

We have generated a template with a "test-ns" namespace and all the
components enabled, not completely filled, except for the ones that were
affected by the scope of this work.

We hope you like this work.

The engineering YData team <developers@ydata.ai>

Signed-off-by: Luís Portela Afonso <luis.portela@ydata.ai>
2022-01-28 10:55:20 +01:00
Eduardo Semprebon
72691ea3f9 [bitnami/redis][bitnami/redis-cluster] Make probes MASTERDOWN aware and include timeout message (#8767)
* Make probes MASTERDOWN aware and include timeout message

Signed-off-by: eduardobr <eduardobr@gmail.com>

* Bump version on Chart.yaml

Signed-off-by: eduardobr <eduardobr@gmail.com>
2022-01-26 09:07:02 +01:00
sajia28
214c7f07d4 [bitnami/redis-cluster] Scale out bugfixes (#8619)
* changed .Values.redis.port to .Values.service.ports.redis

* added slot rebalancing to update-cluster.yaml

* bumped charted version by a patch version

* added missing tls configs

* Changed .Values.service.ports.redis to .Values.redis.containerPorts.redis

Co-authored-by: Miguel Ruiz <miruiz@vmware.com>

* fixed some incorrectly named configs; changed some of the  to

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Sammy Jia <sjia@qualys.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-01-13 09:27:10 +01:00
alexey-gavrilov-flant
4fe671fb01 [bitnami/redis-cluster] Add metrics.service.clusterIP (#8615)
* [bitnami/redis-cluster] Add metrics.service.clusterIP

* [bitnami/redis-cluster] fixed values clusterIP
2022-01-10 18:46:56 +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
Meelis
15a03f0c76 [bitnami/redis-cluster] Add checksum to update pods when configmap is updated (#8470)
Co-authored-by: Meelis Tamm <meelis.tamm@rangeforce.com>
2021-12-22 13:38:55 +01:00
Pablo Galego
035d926d45 [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7951)
* [bitnami/postgresql-ha] Mark PSP as deprecated

* [bitnami/postgresql] Mark PSP as deprecated

* [bitnami/redis-cluster] Mark PSP as deprecated

* [bitnami/redis] Mark PSP as deprecated

* [bitnami/thanos] Mark PSP as deprecated

* [bitnami/wavefront] Mark PSP as deprecated

* [bitnami/thanos] Update README

* [bitnami/thanos] Fix linting issues
2021-10-28 09:27:59 +02:00
Alexey Sharov
03c8c7de6a [bitnami/redis-cluster] Enable initContainers section if redis.initContainers is set (#7674) (#7701)
* [bitnami/redis-cluster] Enable initContainers section if redis.initContainers is set (#7674)

* [bitnami/redis-cluster] Bump chart version

* Update bitnami/redis-cluster/templates/redis-statefulset.yaml

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-10-23 07:16:00 +02: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
Björn Dieding
c745b2f515 [bitnami/redis-cluster] Support older Kubernetes Versions down to at least v1.11 (#7772) 2021-10-14 09:45:39 +02:00
antoineozenne
730b6e125e [bitnami/redis-cluster] Fix jobLabel, relabelings and metricRelabelings keys in ServiceMonitor (#7776)
* [bitnami/redis-cluster]Fix jobLabel, relabelings and metricRelabelings keys in ServiceMonitor.
Authored-by: Antoine Ozenne <antoine.ozenne@itga.fr>
2021-10-12 13:14:15 +01:00
Björn Dieding
f9f64b0dc5 [bitnami/redis-cluster] Fix probes if there is no password (#7771)
* Fix probes if there is no password
2021-10-12 10:34:14 +01:00
Miguel Ángel Cabrera Miñagorri
cfce1c478e [bitnami/redis-cluster] Redis Cluster Helm Chart standardisation (#7710)
* [bitnami/redis-cluster] Standardise Redis Cluster Helm Chart

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Bump version

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Fix and regenerate README

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Apply suggestions

* Re-generate readme

* Address changes and improvements

* Improve rollingUpdate values

* Use 0 as default partition

* Add upgrade notice to README
2021-10-08 16:46:40 +02:00
Houston da Paz
f4ae3b98df [bitnami/redis-cluster] Possibility to use targetPod on labels and annotations at externalAccess (#7635)
* possibility to use targetPod on labels and annotations at externalAccess

* bump redis-cluster chart version
2021-09-28 15:43:52 +02:00
Juan Ariza Toledano
3b8020047a [bitnami/redis-cluster] Fix networkpolicy (#7102) 2021-07-30 12:00:37 +02:00
Carlos Rodríguez Hernández
6340bff66f [bitnami/several] Bump version and update READMEs (#7069)
* [bitnami/several] Bump version and update READMEs

* Replace TM with &trade;

* Replace R with &reg;

* Fix version
2021-07-27 17:41:53 +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
Miguel Ruiz
5c8972eec2 [bitnami/*] Add localhost altName to autogenerated certs (#6791)
* [bitnami/*] Add localhost altName to autogenerated certs

* Update redis-cluster tlsSecret altNames

* Add Cassandra

* Fix Redis-cluster validations

* Update _helpers.tpl
2021-06-30 15:25:12 +02:00
Miguel Ruiz
da613f5fa4 [bitnami/redis-cluster] Add support for autogenerated certs (#6530)
* [bitnami/redis-cluster] Add support for autogenerated certs

* Update README.md and Chart version bump

* Add annotations and validation

* Update README.md
2021-06-18 09:13:35 +02:00
Maxence Boutet
da9f873283 [bitnami/redis-cluster] Replace cluster creator job by cluster update job in pdb selector (#6616)
* [bitnami/redis-cluster] Remove cluster creator job from pdb selector

* [bitnami/redis-cluster] Exclude `*-cluster-update` job in redis' PDB
2021-06-14 08:10:17 +02:00
Miguel Ruiz
7b1df1fe12 [bitnami/redis-cluster] Fix issue with readinessProbe when cluster.externalAccess.enabled=true (#6453) 2021-05-25 08:15:10 +02:00
Thorben
5df73c07b4 [bitnami/redis-cluster] Redis cluster security context (#6419)
* [bitnami/redis-cluster] Improve pod and container securityContext to allow custom configurations

* [bitnami/redis-cluster] Increase version in Chart.yaml

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Thorben Glawion <thorben.glawion@parshipgroup.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-05-20 10:59:39 +02:00
Juan Ariza Toledano
6e338992fa [bitnami/redis-cluster] Fix installation notes when using custom secret with custom key (#6415) 2021-05-19 10:05:30 +02:00
Miguel Ruiz
0ade812deb [bitnami/redis-cluster] Improve Readinessprobe (#5840)
* [bitnami/redis-cluster] Improve Readinessprobe

* Cluster status checked only during pod initialization
2021-05-12 10:43:42 +02:00
dharmendra kariya
ee5597c86b Update NOTES.txt (#6292)
* Update NOTES.txt

* Add namespace to helm upgrade command and unify format --namespace vs -n

Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2021-05-05 10:28:35 +02:00
Javier J. Salmerón-García
91662eab0a [bitnami/redis-cluster] Improve resiliency of the update script (#6225)
* [bitnami/redis-cluster] Improve resiliency of the update script

* Remove unnecessary part
2021-04-27 17:34:19 +02:00
Miguel Ángel Cabrera Miñagorri
d1e367b6c1 [bitnami/redis-cluster] Remove Jobs (#6160)
* [bitnami/redis-cluster] Remove Jobs

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>

* [bitnami/redis-cluster] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-04-23 11:02:01 +02:00
Alejandro Moreno
6987ca4080 Allow setting shareProcessNamespace (#5652) 2021-03-02 14:22:24 +01:00
Miguel Ruiz
e8ec3878f7 Fix podDisruptionBudget matching initJob (#5593) 2021-02-24 10:17:27 +01:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
Francisco de Paz Galán
f0655edcd8 [bitnami/redis-cluster] Fix zombie processes in probes (#5335)
Signed-off-by: fdepaz <fdepaz@bitnami.com>
2021-01-29 17:03:29 +01:00
Javier J. Salmerón-García
51285944a5 [bitnami/redis-cluster] Add hostAliases (#5306) 2021-01-29 10:10:11 +01:00
Emilweth
6e7ad6735c fix missing .image (#5204)
* fix missing .image

* bump version

* Update Chart.yaml

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-01-26 08:34:51 +01:00
Carlos Rodríguez Hernández
dfa89b8659 [bitnami/several] Add Redis trademark (#5023)
* Add trademark to Redis and Redis Cluster

* add trademark in other charts

* Fix table indentation in READMEs

* Add trademark to yaml, tpl and txt

* Rebase master and bump chart version

* One line disclaimer

* Add trademark to recent changes and add zookeeper and cassandra

Co-authored-by: jotamartos <jotamartos@vmware.com>
2021-01-14 14:36:32 +01:00
とーふとふ
0859dcc717 [bitnami/redis-cluster] When retrying to add a node, get the firstNodeIp IP address again (#4362)
* fix #4064

* bump chart version

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2020-12-28 10:57:33 +01:00
Juan Ariza Toledano
950ac9cd4d [bitnami/*] Affinity based on common presets (viii) (#4721) 2020-12-15 12:24:38 +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
12f44d2834 [bitnami/redis-cluster] Add priorityClassName to initJob and updateJob (#4519)
* [bitnami/redis-cluster] Add priorityClassName to initJob and updateJob

* [bitnami/redis-cluster] missing starting space in comment

* Apply suggestions from code review

Set `priorityClassName` to `nil` instead of commented in the values files

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

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
2020-12-01 16:53:38 +01:00