Commit Graph

89 Commits

Author SHA1 Message Date
Carlos Rodriguez Hernandez
a43cca73ca [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-12-02 10:16:50 +00:00
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
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
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
Cata
08910e2ec3 [bitnami/redis] Use memory for emptyDirs (#7826) 2021-10-21 08:54:10 +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
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
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
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
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
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
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
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
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
Carlos Rodriguez Hernandez
6c107e835d [bitnami/several] Regenerate README tables 2021-08-11 17:59:15 +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
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
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
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
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
Miguel Ángel Cabrera Miñagorri
5643220d32 Update templates for readme generator (#6472) 2021-05-26 17:02:20 +02:00
Guillaume Delbergue
f7b7c15467 [bitnami/redis] add enable flag for PSP (#5760) 2021-05-24 15:30:47 +02:00
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