Commit Graph

220 Commits

Author SHA1 Message Date
Carlos Rodríguez Hernández
eafb5bd5a2 [bitnami/several] Replace HTTP by HTTPS when possible (#8259)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-29 09:58:33 +01:00
Carlos Rodriguez Hernandez
ac752431b9 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-26 09:58:35 +00:00
Bitnami Containers
844a4dc269 [bitnami/redis] Release 15.6.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-11-25 17:42:33 +00:00
Carlos Rodríguez Hernández
99e90d244b [bitnami/several] Fix deadlinks in README.md (#8215)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-23 16:06:13 +01:00
Mac Chaffee
b6c94ab070 [bitnami/redis] Support custom dataSource to allow creating volumes from VolumeSnapshots (#8185) 2021-11-22 08:27:49 +01:00
Igor
6d6b4d724f bitnami/redis: Specify password via REDISCLI_AUTH to avoid leaking password via logs (#8077)
* [bitnami/redis] Specify password via REDISCLI_AUTH to avoid leaking password via logs

* [bitnami/redis] Use REDISCLI_AUTH in notes

* [bitnami/redis] Bump chart version from 15.5.4 to 15.5.5

* [bitnami/redis] inline REDISCLI_AUTH to command, switch all invocations to eval, escape $REDIS_PASSWORD to avoid password leak
2021-11-12 09:24:14 +01:00
Nigel Foucha
5ad65863df [bitnami/redis] Ignore auth for sentinel liveness if auth is disabled (#7996)
Authored-by: Nigel Foucha <nfoucha@ecr.ai>
2021-11-02 13:32:43 +00: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
Carlos Rodriguez Hernandez
412cf6a513 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-10-27 06:23:25 +00:00
Bitnami Containers
bd0a85c26d [bitnami/redis] Release 15.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-26 17:33:33 +00:00
Carlos Rodríguez Hernández
a6751cdd33 [bitnami/several] Add chart info to NOTES.txt (#7889) 2021-10-22 16:04:39 +02:00
Cata
08910e2ec3 [bitnami/redis] Use memory for emptyDirs (#7826) 2021-10-21 08:54:10 +02:00
Jacopo Secchiero
225f24fbe8 [bitnami/redis] Fix sentinel pre stop (#7835)
* Fix redis sentinel pre stop
2021-10-20 08:59:43 +01: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
Carlos Rodriguez Hernandez
cdcf8c1407 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-10-06 07:21:50 +00:00
Bitnami Containers
f8ec0a881f [bitnami/redis] Release 15.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-04 18:11:01 +00:00
Carlos Rodriguez Hernandez
9d60bbdd3b [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-09-27 17:18:22 +00:00
Alexandre-Jacques St-Jacques
722dead229 [bitnami/redis] Allow the use of NodePort to allow for external access (#7461)
* Merge in from our private repo

There is still more work that needs to be done before a PR can be accepted.
The values file, as well as other doc explaining everything well will need to be added.
But, this is what we have been using.

* Clarify variables

Move var out of helm scope and into scripts in configmap
Rename var and create seperate var for port

* remove comment

* Two things are done with this commit

changed out ip for hostname for clusterip

consolidate nodeport and clusterip logic

Added get_full_hostname
which either returns the nodeport service name
or, the node fqnd from the headless service

Modified add_port to work for both nodeport and clusterip

* Few more things done

Seperate node services from main service
They no longer need to be together on one file

Fix the upgrade logic
Node services only get installed when it is nodeport and upgrade
sentinel workload, and main service, gets installed right away if clusterip, or on upgrade when nodeport

* Updated install logic to not require upgrade when ports and nodeports are manually set

* Adding automatic failover on sentinel stuck

* typo fix

* Fix early trigger

* Fixed wrong var

* Add note to sentinel.service.nodePorts

* Add more info in values

* bump chart

* Fixing typo in echo

priting -> printing

* use common function instead of static apiVersion

* use common function instead of static apiVersion

* updating echo of redis to Redis

* Minor version bump instead of patch

* Revert "use common function instead of static apiVersion"

This reverts commit ed154f59d0.

* Revert "use common function instead of static apiVersion"

This reverts commit ab7af83858.

* Fixed bug with automatic service ports

Fixed bug where if a cluster didn't have any or a low amount of used nodeports, it wouldn't generate a proper list of ports for the services & fixing whitespaces on loop run

* BUGFIX: Disable auth completely on auth.enabled: false

* Adding new "automateClusterRecovery" value

* Adding feature "automatedClusterRecovery" value gate

* Fix wrong value name

* Fix value documentation formatting

* Casting value to int.

* Removed trailing space

* Added sentinel.automateClusterRecovery to README.md

Co-authored-by: jonathon2nd <jonathon@floatplanemedia.com>
2021-09-27 19:05:45 +02:00
Bitnami Containers
ff9f760315 [bitnami/redis] Release 15.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-09-26 10:30:21 +00:00
Miguel Ángel Cabrera Miñagorri
e5ab2e6ecd [bitnami/*] Generate READMEs with new generator version (#7614)
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
2021-09-24 12:46:12 +02:00
Rafael Ríos Saavedra
bbed5645fc [bitnami/ several charts] Redis dependency upgrade (#7481)
* [bitnami/ several_charts ] update redis dependencies

* Adds comment in Redis REAMDE regarding v15 changes.

* Apply suggestions from code review

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

* Updates Chart.lock

* Update bitnami/argo-cd/README.md

* Update bitnami/redis/README.md

Co-authored-by: rafael <rafael@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
2021-09-15 01:04:46 +02:00
Mahamed
a235f1e2ba prefix portName correctly (#7422) 2021-09-08 22:05:57 +02:00
Piero
6bf9730c79 [bitnami/redis] Do not set StatefulSet.replicas if autoscaling is enabled (#7417)
* Do not set StatefulSet.replicas if autoscaling is enabled

* Bump chart version
2021-09-08 09:15:14 +02:00
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