* [bitnami/*] Fix non utf-8 characters
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* [bitnami/rabbimq] Fix RabbitMQ cluster operator README
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
The scope of this work is to add namesapce into all the templates used
to generate the yaml files required to deploy all the components of this
chart, if enabled.
This pretty much replicate the work from the redis chart, with the
adjustments required and all the parts dedicated to this chart
completed.
We migrated from the redis chart (using sentinel) and we noticed that
this one was missing the namespace in the metadata object.
We added it, tested it and it is running in our dev environment for a
while, so we believe that this is correctly done.
Also the tests and the template generated looks ok.
We have generated a template with a "test-ns" namespace and all the
components enabled, not completely filled, except for the ones that were
affected by the scope of this work.
We hope you like this work.
The engineering YData team <developers@ydata.ai>
Signed-off-by: Luís Portela Afonso <luis.portela@ydata.ai>
* Make probes MASTERDOWN aware and include timeout message
Signed-off-by: eduardobr <eduardobr@gmail.com>
* Bump version on Chart.yaml
Signed-off-by: eduardobr <eduardobr@gmail.com>
* [bitnami/*] Readme automation
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Fix app name
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Add current name to all charts
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Adapt all READMEs to the automatic sync new standard
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Update comment to follow XML syntax
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Minor fixes
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* changed .Values.redis.port to .Values.service.ports.redis
* added slot rebalancing to update-cluster.yaml
* bumped charted version by a patch version
* added missing tls configs
* Changed .Values.service.ports.redis to .Values.redis.containerPorts.redis
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
* fixed some incorrectly named configs; changed some of the to
* [bitnami/redis-cluster] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Sammy Jia <sjia@qualys.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
The TLS Certificate generation uses .Values.clusterDomain
which is not defined thus in the generated certificate SAN
field you will values like: %!s(<nil>)
Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
* [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
* [bitnami/redis-cluster] Enable initContainers section if redis.initContainers is set (#7674)
* [bitnami/redis-cluster] Bump chart version
* Update bitnami/redis-cluster/templates/redis-statefulset.yaml
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
* [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
* [bitnami/redis-cluster] Standardise Redis Cluster Helm Chart
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Bump version
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Fix and regenerate README
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
* Apply suggestions
* Re-generate readme
* Address changes and improvements
* Improve rollingUpdate values
* Use 0 as default partition
* Add upgrade notice to README