Commit Graph

87 Commits

Author SHA1 Message Date
Jaak Pruulmann-Vengerfeldt
2ed85a611e [bitnami/redis] Makes password argument conditional for TLS as well (#4196)
* Makes password argument conditional for TLS as well

* Version update

Co-authored-by: Jaak Pruulmann-Vengerfeldt <jjpp@cyber.ee>
2020-11-04 14:57:20 +01:00
Jaak Pruulmann-Vengerfeldt
abb7aefe4d [bitnami/redis] Force redis-exporter to use TLS (#4195)
* Force redis-exporter to use TLS

* Version update

Co-authored-by: Jaak Pruulmann-Vengerfeldt <jjpp@cyber.ee>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
2020-11-04 12:19:26 +01:00
Marcos Bjoerkelund
1561d7ccef [bitnami/redis] Fix sentinel when password contains '%' (#4200)
* [bitnami/redis] Fix sentinel when password contains '%'

* update chart version
2020-11-04 11:34:09 +01:00
Thorsten Klein
d562cffe4c [bitnami/redis] Fix: "sh -c" for volume-permissions initContainer (#4191)
Add the /bin/sh -cx command in front of the "chown" stuff to avoid "file
not found" and similar errors. Similar to how it's done in the Postgres
chart.

Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>
2020-11-03 16:34:27 +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
Bitnami Containers
4aad73ac53 [bitnami/redis] Release 11.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-27 10:14:33 +00:00
Javier J. Salmerón-García
cc3744c99b [bitnami/redis] Add quote to namespace (#4094) 2020-10-23 16:28:53 +02:00
Nguyen Le Vu Long
1585993d7d [bitnami/redis] Fix example PrometheusRule (#4012)
* [bitnami/redis] Fix example PrometheusRule

* [bitnami/redis] Bump chart version
2020-10-16 09:53:40 +02: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
Javier J. Salmerón-García
e843628ed4 [bitnami/redis] Fix podSecurityPolicy creation (#4007) 2020-10-14 17:01:17 +02:00
Carlos Rodríguez Hernández
eaac9f57e8 [bitnami/redis] Fix priorityClassName (#4010) 2020-10-14 16:57:53 +02:00
Bitnami Containers
a4b5833491 [bitnami/redis] Release 11.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-10 18:32:42 +00: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
Sergey Bespalov
bd582e23d3 [bitnami/redis] volume-permissions container not start (#3851)
* [bitnami/redis] volume-permissions container not start

* [bitnami/redis] fix template $needsVolumePermissions

* Update redis-master-statefulset.yaml

Co-authored-by: Sergey Bespalov <bespalov_sm@srvhub.ru>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
2020-10-05 07:43:28 +02:00
ppalnitkar-c
d99b35c5d4 [bitnami/redis] Add namespace in Pod Disruption Budget template (#3785)
* Add namespace in pdb template

Add namespace in pdb template

* Update Chart.yaml version number
2020-09-28 12:57:15 +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
Miguel Ángel Cabrera Miñagorri
ebf43f9b4b [bitnami/redis] Bump chart version 2020-09-23 13:15:54 +02:00
Francisco de Paz Galán
8ea9663cd4 [bitnami/redis] Allow use without cluster/sentinel (#3738)
* [bitnami/redis] Allow use without cluster/sentinel

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Add warning and deployment of standalone redis when using wrong value combination
2020-09-23 10:45:30 +02:00
Francisco de Paz Galán
923a446e55 [bitnami/redis] Fix no-password sentinel bug (#3742)
* [bitnami/redis] Fix no-password sentinel bug

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Applied suggested changes
2020-09-23 10:30:24 +02:00
Fabian Topfstedt
7c5816f0f7 Typo in comment fixed: namespacess -> namespaces (#3735) 2020-09-22 11:11:30 +02:00
Pawel Antemijczuk
b67d1ae977 [bitnami/redis] Fix Sentinel with TLS config (#3736)
* Fix Sentinel with TLS config

* Bump chart version
2020-09-21 18:14:12 +02:00
Florent Delannoy
1c9a9aaf51 [bitnami/redis] Add exec to forward signals to redis (#3711)
Calling the next script without exec is causing a fork, which means all
the signals that are being sent to the Pod are lost.

This is especially dangerous for databases such as Redis, because
handling the SIGTERM when Kubernetes needs to scale down the pod is
critical for ensuring a clean shutdown and data integrity.

Adding `exec` ensures that we're not forking, and the signals work as
intended.

More reading:
- https://hynek.me/articles/docker-signals/
- https://ss64.com/bash/exec.html
2020-09-21 10:04:02 +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
Bitnami Containers
6e0654ca9b [bitnami/redis] Release 10.8.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-10 18:28:59 +00:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af [bitnami/metrics-server] Add source repo (#3577)
* [bitnami/all] Add home to this repository

* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Bitnami Containers
f8002d65ee [bitnami/redis] Release 10.8.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-01 23:32:23 +00: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
Bitnami Containers
e1882829ce [bitnami/redis] Release 10.7.17 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-28 08:32:46 +00: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
Bitnami Containers
ae30b5dd4b [bitnami/redis] Release 10.7.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-07 11:32:22 +00:00
Mikołaj Świątek
a980170458 [bitnami/redis] Fix matchLabels for PDB (#3357)
The matchLabels were missing the `release` label. As a result, separate
releases deployed to the same namespace would count each others' pods
for the sake of PDB availability.
2020-08-07 10:51:25 +02:00
Bitnami Containers
c1eb55f726 [bitnami/redis] Release 10.7.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-05 11:14:35 +00: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
Bitnami Containers
e615089d66 [bitnami/redis] Release 10.7.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-31 19:38:43 +00: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
Miguel Ángel Cabrera Miñagorri
63bde066b8 [bitnami/all] Add categories (#3075)
* [bitnami/airflow] Add category to Chart.yaml

* [bitnami/apache] Add category to Chart.yaml

* [bitnami/cassandra] Add category to Chart.yaml

* [bitnami/common] Add category to Chart.yaml

* [bitnami/consul] Add category to Chart.yaml

* [bitnami/contour] Add category to Chart.yaml

* [bitnami/discourse] Add category to Chart.yaml

* [bitnami/dokuwiki] Add category to Chart.yaml

* [bitnami/drupal] Add category to Chart.yaml

* [bitnami/ejbca] Add category to Chart.yaml

* [bitnami/elasticsearch] Add category to Chart.yaml

* [bitnami/etcd] Add category to Chart.yaml

* [bitnami/external-dns] Add category to Chart.yaml

* [bitnami/fluentd] Add category to Chart.yaml

* [bitnami/ghost] Add category to Chart.yaml

* [bitnami/grafana] Add category to Chart.yaml

* [bitnami/harbor] Add category to Chart.yaml

* [bitnami/influxdb] Add category to Chart.yaml

* [bitnami/jasperreports] Add category to Chart.yaml

* [bitnami/jenkins] Add category to Chart.yaml

* [bitnami/joomla] Add category to Chart.yaml

* [bitnami/kafka] Add category to Chart.yaml

* [bitnami/kibana] Add category to Chart.yaml

* [bitnami/kong] Add category to Chart.yaml

* [bitnami/kube-state-metrics] Add category to Chart.yaml

* [bitnami/kubewatch] Add category to Chart.yaml

* [bitnami/logstash] Add category to Chart.yaml

* [bitnami/magento] Add category to Chart.yaml

* [bitnami/mariadb] Add category to Chart.yaml

* [bitnami/mariadb-galera] Add category to Chart.yaml

* [bitnami/mediawiki] Add category to Chart.yaml

* [bitnami/memcached] Add category to Chart.yaml

* [bitnami/metallb] Add category to Chart.yaml

* [bitnami/metrics-server] Add category to Chart.yaml

* [bitnami/minio] Add category to Chart.yaml

* [bitnami/mongodb] Add category to Chart.yaml

* [bitnami/mongodb-sharded] Add category to Chart.yaml

* [bitnami/moodle] Add category to Chart.yaml

* [bitnami/mxnet] Add category to Chart.yaml

* [bitnami/nats] Add category to Chart.yaml

* [bitnami/nginx] Add category to Chart.yaml

* [bitnami/nginx-ingress-controller] Add category to Chart.yaml

* [bitnami/node] Add category to Chart.yaml

* [bitnami/node-exporter] Add category to Chart.yaml

* [bitnami/odoo] Add category to Chart.yaml

* [bitnami/opencart] Add category to Chart.yaml

* [bitnami/orangehrm] Add category to Chart.yaml

* [bitnami/osclass] Add category to Chart.yaml

* [bitnami/owncloud] Add category to Chart.yaml

* [bitnami/parse] Add category to Chart.yaml

* [bitnami/phabricator] Add category to Chart.yaml

* [bitnami/phpbb] Add category to Chart.yaml

* [bitnami/phpmyadmin] Add category to Chart.yaml

* [bitnami/postgresql] Add category to Chart.yaml

* [bitnami/postgresql-ha] Add category to Chart.yaml

* [bitnami/prestashop] Add category to Chart.yaml

* [bitnami/prometheus-operator] Add category to Chart.yaml

* [bitnami/pytorch] Add category to Chart.yaml

* [bitnami/rabbitmq] Add category to Chart.yaml

* [bitnami/redis] Add category to Chart.yaml

* [bitnami/redis-cluster] Add category to Chart.yaml

* [bitnami/redmine] Add category to Chart.yaml

* [bitnami/spark] Add category to Chart.yaml

* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml

* [bitnami/suitecrm] Add category to Chart.yaml

* [bitnami/tensorflow-resnet] Add category to Chart.yaml

* [bitnami/testlink] Add category to Chart.yaml

* [bitnami/thanos] Add category to Chart.yaml

* [bitnami/tomcat] Add category to Chart.yaml

* [bitnami/wildfly] Add category to Chart.yaml

* [bitnami/wordpress] Add category to Chart.yaml

* [bitnami/zookeeper] Add category to Chart.yaml

* Add Github action

* Standarise E-xxx categories

* Standarise lint action yaml

* Add invalid category to test action

* Fetch repo before action

* Revert "Add invalid category to test action"

This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.

* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
Bitnami Containers
e2ff529f34 [bitnami/redis] Release 10.7.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-09 11:51:23 +00:00
Javier J. Salmerón-García
3dba0bb4a7 [redis/chart] Add tls-replication yes to master sentinel (#3061) 2020-07-09 11:02:26 +02:00
Bitnami Containers
7b5656afeb [bitnami/redis] Release 10.7.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-01 07:54:47 +00:00
Ashu Goel
0f307a1e33 [bitnami/redis] update rest of health checks for TLS (#2976)
* [bitnami/redis] update rest of health checks for TLS

* bump redis chart version to 10.7.8
2020-07-01 09:46:39 +02:00
Zaheer Merali
6ab1eb498d [bitnami/redis] fix copy/paste error in comment (#2972) 2020-07-01 08:24:53 +02:00
Bitnami Containers
93bf956221 [bitnami/redis] Release 10.7.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-30 09:48:37 +00:00
Ashu Goel
8df88a83b2 [bitnami/redis] only send cert in healthcheck if authClients is true (#2966)
* [redis] only send cert in healthcheck if authClients is true

* bump chart version
2020-06-30 10:06:55 +02:00
Bitnami Containers
63b654f345 [bitnami/redis] Release 10.7.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-24 09:54:13 +00: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
Bitnami Containers
f00032a6a9 [bitnami/redis] Release 10.7.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-18 22:55:13 +00:00