Commit Graph

52 Commits

Author SHA1 Message Date
Raquel Campuzano Godoy
2bcc211bf8 Update README to refer chart documentation (#6238) 2021-05-17 13:25:50 +02:00
Carlos Rodríguez Hernández
6a787e2ede Update README.md 2021-04-23 11:24:24 +02:00
Petr Gregor
943c301359 [bitnami/redis] Improve sentinel prestop hook to prevent service interruption (#6080)
* Wait until failover finishes during master pod shutdown

This improves on #5528 by checking and waiting until the failover is
finished on both the redis and the sentinel container. This completely
eliminates momentary service interruption during rollouts.

As we cannot guarantee the failover will be successful the wait time
is capped by the termination grace period - 10s.

* Separate terminationGracePeriod setings for each pod type

* make the use of REDISCLI_AUTH clear

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-04-23 11:11:31 +02:00
Juan Ariza Toledano
49d2fce000 [bitnami/redis] New major version (#6102)
* [bitnami/redis] New major version

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

* Fix schema json

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

* Remove trailing spaces

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

* Improve scripts indentation

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

* Fix scripts for sentinel

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

* Deprecate usePassword

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

* Port name to meet limitations

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

* Include password validations during upgrades

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

* Implemented requested changes from code review

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

* Use port names compatible with IstIO

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

* Add lifecyclehooks and fix typos

* Allow custom networkpolicy rules for ingress & egress

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-04-19 23:36:53 +02:00
Vitaliy Kalachikhin
ab704801a7 [bitnami/redis] Updating redis version from 6.0 to 6.2, bumping major version of the chart (#5990)
* Updating redis version from 6.0 to 6.2, bumping major version of the chart

* [bitnami/redis] Update components versions

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

Co-authored-by: Vitaliy Kalachikhin <vitliy.kalachikhin@messagebird.com>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-04-09 03:44:00 +02:00
Rico Berger
b27be2496c [bitnami/redis] Add Redis Sentinel Exporter (#4916)
* Add Redis Sentinel Exporter

Add support to get Prometheus metrics via the Redis Sentinel Exporter.
For that the sentinel configuration contains a new section metrics,
which adds an additional sidecar with the Redis Sentinel Exporter, when
enabled.

* Remove trailing spaces

* Apply suggestions from the PR review

* Fix linter error

* Fix component name for Redis Sentinel metrics

* Update PR with bitnami/redis-sentinel-exporter

* Redis Sentinel metrics service port configurable

* Update README.md with default port 9355

* Apply review suggestions

* Apply review suggestions

* Apply review suggestions

* Apply review suggestions

* Apply review suggestions

* Apply review suggestions

Co-authored-by: Miguel Ruiz <miruiz@bitnami.com>
2021-03-31 16:12:27 +02:00
Tony Fouchard
4c4620b5a6 [bitnami/redis] exporter presents client certs to server only in mtls context (#5964)
* exporter presents client certs to server only in mtls context

* Allow to set redis hostname to better deal with certificate constrainsts

* set user only if require pwd

* [bitnami/redis] Minor version bump

Co-authored-by: hightoxicity <tony.fouchard@prevision.io>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
2021-03-31 13:15:33 +02:00
trung674
3e46013af9 [bitnami/redis] Add extraVolumes & extraVolumeMounts suport (#5897)
Co-authored-by: Trung Nguyen <trung.nguyen@thehutgroup.com>
2021-03-25 08:34:58 +01:00
Carlos Rodriguez Hernandez
402a6cdaa9 [bitnami/redis*] Remove procps installation from README example 2021-03-04 20:18:07 +00: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
Rafael Ríos Saavedra
2dc23f8a22 [bitnami/redis] Fix issues in initialization/restarts (#5603)
* [bitnami/redis] Fix issues in initializacion/restarts

* Review fixes

* Removes debugging set

* Update 'cleanWait' description in README

* Fix indentation

* Renames 'waitClean' to 'cleanDelaySeconds'

* Remove code from config map and use libraries

* Changes 'echo'  by logging functions

* Changes log levels for messages

Co-authored-by: rafael <rafael@bitnami.com>
2021-02-24 17:36:49 +01:00
Miguel Ruiz
5f095734f9 [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853)
* Add notice regarding parameters immutability after chart installation

* Revert changes on Mongo and Memcached README.md
2021-02-10 13:10:57 +01:00
Javier J. Salmerón-García
b6753bb54a [bitnami/redis] Add hostAliases (#5305) 2021-01-28 15:50:49 +01:00
drmy
1fa614ac26 fix a typo in the readme.md file for usage of redis metrics extraarge when enable tls (#5232)
* fix a typo in the redis readme.MD file for the usage of metrics.extraArgs

* bump version for redis chart

* Update Chart.yaml

In this case it is not needed to bump the chart version

Co-authored-by: Dong, Hujun <Hujun.Dong@IGT.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-01-26 12:50:25 +01:00
drmy
5e25590dc3 [bitnami/redis] update redis README.md for the usage of metrics.extraArgs when redis tls is enabled (#5207)
* update redis README.md for the usage of metrics.extraArgs when redis.tls is enabled

* bump redis Chart version

Co-authored-by: Dong, Hujun <Hujun.Dong@IGT.com>
2021-01-25 10:15:35 +01:00
Carlos Rodríguez Hernández
d9cf2acece [bitnami/redis] Drop values-production.yaml support (#5129) 2021-01-19 17:57:42 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
cbajumpaa
d5a4224e56 [bitnami/redis] Add label and annotations for Redis Statefulset volumeClaimTemplates (#5039)
Add label and annotations for Statefulset volumeClaimTemplates
Add default label and annotation values.
Add Parameters to README.ME
Bump minor version in chart.
2021-01-15 18:21:23 +01:00
Carlos Rodríguez Hernández
1724740872 Update README.md 2021-01-14 17:15:22 +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
Miguel Ángel Cabrera Miñagorri
849f801df8 Add extraEnvVars and preExec to sentinel node (#4985) 2021-01-14 12:52:27 +01:00
Simon Rüegg
f2129baa0e [Redis] Make metrics relabeling configurable (#4942)
Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2021-01-12 10:34:05 +01:00
ronakthamor
3b269410f1 [bitnami/redis] Attach existing volume as persistence storage (#4863)
* Attach existing volume as persistence storage

* chart version update

* changed indent to nindent

* changed indent to nindent

* changed indent to nindent

* changed indent to nindent

* revert changes from requirements.lock file and increment minor version of the chart

* Update statefulset.yaml

* Update statefulset.yaml

* Update statefulset.yaml

* Use a proper name

* Update values-production.yaml

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* Attach existing volume as persistence storage

* redis version upgrade

* verion bump up

* verion bump up

* verion bump up

Co-authored-by: Ronak <ronak@remitbee.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-01-04 13:32:50 +01:00
eddycharly
fe65ab74d8 [bitnami/redis] add external traffic policy support (#4856)
* feat(redis): add external traffic policy support

* feat(redis): add external traffic policy support

* bump minor version instead of patch
2020-12-31 10:43:01 +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
Denis Langer
113dcd7747 [bitname/redis] Add custom annotations to master and slave statefulsets (#4667) 2020-12-10 09:22:16 +01:00
swbsf
ab11db5c8a [bitnami/redis] Add annotations on service account. (#4358)
* bump version.

* Adding documentations.

* semver compliant version.

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2020-11-17 20:32:27 +01:00
Carlos Rodríguez Hernández
a53c8b51f2 [bitnami/redis] Major version. Adapt Chart to apiVersion: v2 (#4263)
* [bitnami/redis] Major version. Adapt Chart to apiVersion: v2

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-11 00:31:16 +01:00
Chris Coggburn
5127668e00 [bitnami/redis*] Set metrics exporter CA certificate env variable (#4169)
* Set metrics exporter CA certificate env variable

Add the REDIS_EXPORTER_TLS_CA_CERT_FILE environment variable to the prometheus exporter
https://github.com/oliver006/redis_exporter/issues/387 has been resolved

* Bump redis chart version to 11.3.0

* Set metrics exporter CA certificate env variable

Add the REDIS_EXPORTER_TLS_CA_CERT_FILE environment variable to the prometheus exporter
https://github.com/oliver006/redis_exporter/issues/387 has been resolved

* Bump redis-cluster chart version to 3.3.0
2020-11-02 17:44:18 +01:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Margaret G
7772b2dbb0 [bitnami/redis] Add labels to Redis Statefulset (#4015)
* Add custom labels to template for statefulsets

* Add default labels value, lint

* Bump version, add default labels field in values-production

* Update README.md

* Bump minor version of chart

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

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
2020-10-15 15:41:50 +02:00
Carlos Rodríguez Hernández
eaac9f57e8 [bitnami/redis] Fix priorityClassName (#4010) 2020-10-14 16:57:53 +02:00
Beltran
99c3ab6050 Drop securityContext.sysctls from README as it does not have a specific default value (#3929) 2020-10-07 13:09:10 +02:00
Django
cbb82d28c5 [bitnami/redis] Add arbitrary securityContext configuration to improve security (#3900)
* [bitnami/redis] Added configurable securityContext

* [bitnami/redis] Added runAsUser "auto" support for volumePermissions chown

* [bitnami/redis] Minor README.md updates

* [bitnami/redis] Fixed issues with volumePermissions command

* [bitnami/redis] Added missing ) in README.md
2020-10-06 09:29:18 +02:00
Timothy Clarke
f712bbfba7 Restore Redis Master and Slave 'command' functionality, with new variables (#3773)
* Restore Redis Master and Slave 'command' functionality, with new variables

* Updated values-production.yaml
2020-09-25 15:28:55 +02:00
Rafael Ríos Saavedra
782f4bfbf0 [bitnami/redis] Removes master/slave when using sentinel (#3658)
* Working version. FIXME remove echo and default values

* Initial version

* Bumps chart version

* Removes sentinel from master and slave statefulsets

* Move command scripts to a configmap

* Bump chart version and README notes

* Bumps version to major due to upgrade compatibility issues, adds info to README

* Adds instructions on how to perform backup and restore to README

Co-authored-by: rafael <rafael@bitnami.com>
2020-09-17 15:34:09 +02:00
BaudouinH
10b54e8193 [bitnami/redis] Add extraEnv value to redis chart (#3651)
* Add extraEnv value to redis chart

* Bump version

* Add helper for rendering values

* Add extraEnvVars, extraEnvVarsCM and extraEnvVarsSecret to

* fix unnecessary newline

* Remove trim instruction

* Rebase app  version
2020-09-15 10:49:05 +02:00
Alex Kabakaev
abfeef4d97 [bitnami/redis] prevent zombie PIDs in redis health checks (#3559)
* prevent generation of zombie PIDs in exec health probes

Signed-off-by: Alexander Kabakaev <kabakaev@gmail.com>

* redis: make shareProcessNamespace configurable

Signed-off-by: Alexander Kabakaev <kabakaev@gmail.com>
2020-09-01 13:42:49 +02:00
inetshell
cfc838f003 Update README.md (#3507)
Fix typo
2020-08-25 09:35:58 +02:00
OhZedTee
fd52e8be3a [bitnami/redis] Added Tolerations as valid Value for Redis Config (#3481)
* Added Tolerations as valid Value for Redis Config

* Fixing Table formatting
2020-08-21 17:24:40 +02:00
Marcos Bjoerkelund
85bf04c860 [bitnami/redis] Fix liveness/readiness probe inconsistencies between README and values.yaml (#3308) 2020-08-03 16:39:46 +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
Dmitry Chepurovskiy
bde82770d6 [bitnami/redis] Added pdb for redis chart (#2822)
* Added pdb for redis chart

* Added pdb to README

* Enabled PDB for production-values for redis chart

* Update bitnami/redis/README.md

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

* Update bitnami/redis/values.yaml

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

* Update bitnami/redis/values-production.yaml

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

* Update Chart.yaml

* Bump chart version

* [bitnami/redis] Update components versions

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

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-19 12:54:50 +02:00
Jose Antonio Carmona
bc8581861f [bitnami/redis] Add TLS support (#2753)
* [bitnami/redis] Add TLS support

Signed-off-by: joancafom <jcarmona@bitnami.com>

* Update values.yaml

* Fix linter in values.yaml

* Apply same changes to the production one

Fix linter

* Impove release NOTES

* [bitnami/redis] Update components versions

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

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-10 13:17:14 +02:00
Carlos Rodríguez Hernández
c315cb078a [bitnami/several] Add instructions about how to use different branches (#2785)
* [bitnami/several] Add instructions about how to use different branches

* Fix typo
2020-06-09 09:05:44 +02:00
Jon Stelly
6dbafa0007 [bitnami/redis] Add Topology Spread Constraints (#2582)
* Redis Topology Spread Constraints

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Updates per PR feedback

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>

* Bump chart version

* [bitnami/redis] Update components versions

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

Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-20 10:50:46 +02:00
Daniel Arteaga
c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
Austin Cawley-Edwards
5da46acfef [bitnami/redis bitnami/redis-cluster] Fix metrics loadBalancerIP spacing (#2348)
* [bitnami/redis] Fix metrics loadBalancerIP spacing
2020-04-20 10:36:29 +02:00
Miguel Ángel Cabrera Miñagorri
58a194211e [bitnami/redis-cluster bitnami/redis] Add note about how to choose between both charts (#2287)
* [bitnami/redis-cluster bitnami/redis] Add note about how to choose between both charts

* Add documentation about how to choose between Charts

* Add note to Redis Helm Chart

* Fix issue with labels

* Bump major version

* Update notable changes in the README.md
2020-04-15 11:08:37 +02:00
Rob Charlwood
ff04780027 [bitnami/redis] Fixed default slave count in README.md (#2248)
* Fixed default slave count in README.md

* chore: Bumped patch release version for doc update

* [bitnami/redis] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-07 12:57:53 +02:00