Commit Graph

197 Commits

Author SHA1 Message Date
Tomek Święcicki
fc6852fb12 [bitnami/redis] Update apiVersion of PDB to policy/v1 on 1.21+ cluster (via common.capabilities.policy.apiVersion) (#7370)
* [bitnami/redis] Update apiVersion of PDB to policy/v1

According to https://kubernetes.io/docs/reference/using-api/deprecation-guide/ we can start using `policy/v1` in Kubernetes `1.21`.

Without this change you can observe such things in logs:

```
W0901 11:28:35.264440      91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0901 11:28:35.269403      91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0901 11:28:35.297605      91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
```

* use common.capabilities.policy.apiVersion

* bump chart to 15.3.1
2021-09-03 09:54:40 +02:00
gareth-horstmann
76764821d7 [bitnami/redis] Add the ability to add environment variables to Sentinel containers (#7366)
* Added the ability to add additional env variables to sentinel

* Bumped version to 15.3.0
2021-09-01 17:59:51 +02:00
Pablo Galego
f01935dbde [bitnami/redis] fix hpa condition (#7365) 2021-09-01 11:25:51 +02:00
Carlos Rodriguez Hernandez
64d5d747b8 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-09-01 06:24:11 +00:00
Matthew
a34880b435 [bitnami/redis]: Set the scaleTargetRef.name based on which SS is used (#7341)
* fix(7321): Set the scaleTargetRef.name based on which SS is used

scaleTargetRef.name can be either the -node (when sentinel enabled) or -replicas when sentinel is not enabled
Separate the hpa for sentinel and replicates model this assures that the hpa reference the right target.

* Fix the condition on picking up the replicas hpa

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

* Adding a new HPA for the sentinel is a new feature

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

Co-authored-by: Masoud Kalali <masoud.kalali@swedbank.se>
Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
2021-08-31 11:07:56 +02:00
Julian Schmidt
bc571361bf [bitnami/redis] Add relabelings to ServiceMonitor (#7337)
* [bitnami/redis] Add relabelings / changed metricRelabelings to ServiceMonitor

* [bitnami/redis] Add / change relabelings to values.yaml

* [bitnami/redis] Version bump

* [bitnami/redis] Added value to README

* Updated version to correct semVer

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

* Update README with more detailed description

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

* Update values.yaml param description with more detailed information

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

Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
2021-08-30 14:42:14 +02:00
Romain Boces
18ecfc2b51 [bitnami/redis]: hotfix, regenerate sentinel config at each boot-up (#7333)
Sentinel config regenerated after each boot-up fixing crash loop
2021-08-30 04:27:55 -07:00
Bitnami Containers
6ab1d26d76 [bitnami/redis] Release 15.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-27 10:26:55 +00:00
bublikhpt
a94d6ce22f Add condition for empty REDIS_PASSWORD in healthchecks (#7315)
* Condition for empty REDIS_PASSWORD

Without this change it generates "Warning: AUTH failed" on stderr, and k8s reports pods as unhealthy with this warning.

* Update Chart.yaml
2021-08-27 09:52:44 +02:00
Carlos Rodriguez Hernandez
da2513bf0a [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-08-26 10:49:00 +00:00
Bitnami Containers
2f07d8476b [bitnami/redis] Release 15.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-25 14:46:54 +00:00
Romain Boces
955949746d redis: Enhance sentinel resiliency, harmozine sentinel behaviour by using staticID as default behaviour (#7278) 2021-08-25 10:46:09 +02:00
vikram-bitnami
a133bed2b4 [multiple] Updated image.tag section (#7257) 2021-08-18 20:35:06 +02:00
Javier J. Salmerón-García
7d2926a0de [bitnami/redis] Fix clustering when service port != container port (#7246) 2021-08-17 17:48:46 +02:00
zhanweidu
d50b1f7ec2 [bitnami/redis] fix redis available issue after master node restarted (#7182)
Signed-off-by: alex <zhanweidu@163.com>
2021-08-17 09:55:54 +02:00
Carlos Rodriguez Hernandez
6c107e835d [bitnami/several] Regenerate README tables 2021-08-11 17:59:15 +00:00
Bitnami Containers
a531a7eadc [bitnami/redis] Release 14.8.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-04 10:57:07 +00:00
Carlos Rodriguez Hernandez
baf228384a [bitnami/several] Unify upgrading section 2021-08-02 12:35:44 +00:00
Carlos Rodríguez Hernández
fe91297fdf [bitnami/several] Fix default values when using foo: | (#7092)
* Create sections, reorder values, and regenerate README

* Use proper type for commonConfiguration without skipping

* Change objects by string

* Change object by string

* Change object by string

* Change object by string

* Remove duplicated tables in README

* Rebase
2021-07-30 11:03:16 +02:00
Gildas Cherruel
169aefa58e [bitnami/redis] Helm upgrade should work with global password (#7062)
* Issue #7018, helm upgrade should be allowed with .Values.global.redis.password

* Bumped chart version

* Bumped chart version
2021-07-30 09:35:29 +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
Juan José Martos
d298b4996d Replace <sup> strings with &trade; in the README files (#7066)
* Replace <sup> strings with &trade; in the README files

* Execute readme-generator

* Bump chart version when values.yaml is modified

Co-authored-by: jotamartos <jotamartos@vmware.com>
Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2021-07-27 14:15:23 +02:00
Nicolas Simonds
20e4cad2aa [bitnami/redis]: Add an extra VolumeMount to the metrics sidecar (#6806)
* [bitnami/redis]: Add an extra VolumeMount to the metrics sidecar for custom scripts

If `metrics.extraArgs.script` is defined, add an extra VolumeMount
to the metrics sidecar containers to ensure they can see it.  The
responsibility of providing the volume and script is on the chart,
by way of the new `metrics.extraVolumes` and `metrics.extraVolumeMounts`
parameters.

This was not added to the sentinel sidecar, as that is apparently
going away.

Fixes issue: https://github.com/bitnami/charts/issues/6792

* address review feedback

Co-authored-by: Nicolas Simonds <nisimond@cisco.com>
2021-07-27 08:50:35 +02:00
Ibone González Mauraza
7d0372fa90 [bitnami/redis] fix typo in values.yaml (#7052) 2021-07-26 10:16:44 +02:00
Bitnami Containers
eb51dc493d [bitnami/redis] Release 14.8.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-22 01:46:11 +00:00
Miguel Ruiz
2be11a70b9 [bitnami/*] Replace nil values (#6993)
* Fix global.imageRegistry nil value

* Fix kubeVersion nil value

* Fix nameOverride nil value

* Fix fullnameOverride nil value

* Fix storageClass nil value

* Fix extraEnvVarsCM nil value

* Fix extraEnvVarsSecret nil value

* Fix targetCPU nil value

* Fix existingConfigmap nil value

* Fix clusterIP nil value

* Fix nodePort nil value

* Fix loadBalancerIP nil value

* Fix nil values

* Fix existingClaim nil value

* Fix maxUnavailable nil value

* Fix targetMemory nil value

* Fix nil values

* Fix namespace nil value

* Fix command nil value

* Fix args nil value

* Fix nil values

* Fix nil values

* Fix nil values

* Fix nil values, update README and bump chart version

* Revert airfllow changes

* Apply suggestions

* redis,suitecrm - new version bump

* Minor changes and update readmes

* Update tensorflow-resnet version

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-07-21 11:41:17 +02:00
Jiyoon Koo
25d08519d0 edited README to clarify option of enabling Redis Sentinel with Redis Helm Chart (#7005) 2021-07-21 08:58:43 +02:00
Bitnami Containers
0f28955b61 [bitnami/redis] Release 14.8.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-21 06:39:39 +00:00
Carlos Rodríguez Hernández
06d8d054bc [bitnami/redis] Remove sentinel exporter (#6787) 2021-07-19 20:06:17 +02:00
Pablo Galego
dde06ff6b6 [bitnami/*] Adapt values.yaml of Redis cluster, Redmine and Solr charts (#6947)
* redis: Adapt remaining keys in values.yaml to readme-generator

* redis: Generate README

* redis-cluster: Adapt values.yaml to readme-generator

* redis-cluster: Organize values.yaml in sections

* redis-cluster: Generate README

* redmine: Adapt values.yaml to readme-generator

* redmine: Organize values.yaml in sections

* redmine: Generate README

* solr: Adapt values.yaml to readme-generator

* solr: Organize values.yaml in sections

* solr: Generate README

* redis: Regenerate README after sync with master

* redmine: Fix linting issues

* magento: Bump patch version

* Add values.yaml paths to Github Actions workflow

* redis: Bump chart patch version
2021-07-16 10:49:43 +02:00
Ween Jiann
27b6e4431e [bitnami/redis] Fix: Redis initialDelaySeconds too short (#6944)
* Fix: redis initialDelaySeconds too short

* Bump to 20s
2021-07-14 10:51:55 +02:00
Javier J. Salmerón-García
a9074525f8 [bitnami/mongodb,mariadb-galera,redis] Add diagnostic mode (#6936)
* [bitnami/mariadb-galera] Add diagnostic mode

* or

* notes

* [bitnami/mongodb,mariadb-galera,redis] Add diagnostic mode

* Change ver

* Update notes

* Update README
2021-07-13 17:59:21 +02:00
Andrew Todd
309c7c6e5e [bitnami/redis] Fix issue with IP detection when mawk is used (#6870)
* Fix an issue with IP (and hence master detection) not working if mawk was the default awk implementation in the redis container

* Bump chart version
2021-07-07 10:02:30 +02:00
Erèbe - Romain Gerard
b6023fe679 Redis: Specify master replicas to be 1 (#6860)
+ If we omit to specify the replicas it is defaulted to 1.
    By omitting the value, an issue arise if an operator scale (down/up)
    the replicaset and after try to re-apply the helm chart in order to
    revert operations. In the case the replicas value is omitted
    helm/kube will not scaleback the replicaset to its original default
    value.

  + This PR intend to paliate to the above issue. It just add
    replicas in the chart so Helm/Kube will re-adjust/scale the
    replicaset even if changed by an operator.
2021-07-06 17:27:24 +02:00
Andrew
84e5c5a1ab values.schema: add enum to json file (#6835)
* values.schema: add enum to json file

* increase version number
2021-07-05 16:39:45 +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
Bitnami Containers
21cba6c5f0 [bitnami/redis] Release 14.6.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-21 07:15:33 +00:00
Bitnami Containers
691b0b726e [bitnami/redis] Release 14.6.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-19 04:59:08 +00:00
Miguel Ruiz
100835fdb5 [bitnami/redis] Add support for autogenerated certs (#6529)
* [bitnami/redis] Add support for autogenerated certs

* Update README.md and Chart version bump

* Add validation check and minor fixes

* Version bump

* Add annotations and remove whitespace

* Update _helpers.tpl

* Update README.md

* Bump version
2021-06-18 08:54:12 +02:00
Michael Crawford
0960099f54 [bitnami/redis] Service account automountServiceAccountToken (#6682)
* Add support for disabling automountServiceAccountToken
  * Defaults to true
* Increment chart version 14.3.3 -> 14.4.0
2021-06-17 16:21:15 +02:00
mahgo
ee4c2fee33 [bitnami/redis] Added HPA for redis (#6556)
* Added HPA for redis

* Fixed wrong resources being commented

* Updated minor version instead of patch

* Moved autoscaling into the replica section

* Updated hpa to reflect change to autoscaling value location

* Fixed replica typo in redis hpa

* Fix Chart.yaml linter

Co-authored-by: alvneiayu <alvaron@vmware.com>
2021-06-07 12:57:26 +02:00
Roman Kuznetsov
c5b90b129e [bitnami/redis] use .Values.tls.certificatesSecret as a template (#6584) 2021-06-07 10:56:07 +02:00
Bitnami Containers
a2f34a1434 [bitnami/redis] Release 14.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-06-02 04:11:08 +00:00
Bitnami Containers
9f013578eb [bitnami/redis] Release 14.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-27 13:56:05 +00:00
Miguel Ángel Cabrera Miñagorri
5643220d32 Update templates for readme generator (#6472) 2021-05-26 17:02:20 +02:00
Johannes Weihs
afab282403 fix(bitnami/redis): Fix hardcoded target port name in headless service (#6462)
Co-authored-by: Weihs Johannes <weihs@youniqx.com>
2021-05-26 10:13:58 +02:00
Guillaume Delbergue
f7b7c15467 [bitnami/redis] add enable flag for PSP (#5760) 2021-05-24 15:30:47 +02:00
Bitnami Containers
201af34f6a [bitnami/redis] Release 14.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-05-23 20:34:25 +00:00
Andrew Todd
c80bd0f665 [bitnami/redis] IPv4/IPv6 dualstack compatibility fixes (#6350)
* IPv4/IPv6 dualstack compatibility fixes

* Switch ipv4 address detection to using awk

* Switch regex for sentinel to something mawk can handle

* Bump version, switch if statement logic for multiple ip detection

* Apply suggestions from code review

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* [bitnami/redis] Update components versions

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

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-05-20 10:55:33 +02:00
Raquel Campuzano Godoy
2bcc211bf8 Update README to refer chart documentation (#6238) 2021-05-17 13:25:50 +02:00