* Template kubectl run in NOTES.txt to take registry/repo overrides into account
Signed-off-by: Joel Studler <info@joelstudler.ch>
* stable/mongodb Fixing wrong service port with service type LoadBalancer
Signed-off-by: Joel Studler <info@joelstudler.ch>
* stable/redis Fixing wrong service port with service type LoadBalancer
Signed-off-by: Joel Studler <info@joelstudler.ch>
* Fix the NOTES label when using NetworkPolicy
This commit updates the label from the Chart's NOTES when using
NetworkPolicies. It changes the label from {{ template "redis.name" }}
to {{ template "redis.fullname" }} as is configured in the NetworkPolicy
template.
Signed-off-by: Jérémie Carpentier-Roy <jeremie.carpentier-roy@montreal.ca>
* Bump version to 10.3.4
Signed-off-by: Jérémie Carpentier-Roy <jeremie.carpentier-roy@montreal.ca>
* Add changes implemented in #18179 also in production
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Unify values and values-production
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* Bump chart version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/redis] Add loadBalancerSourceRanges to master and slave service
Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com>
* [stable/redis] Include example in values-production.yaml
Signed-off-by: pradithya aria <pradithya.pura@go-jek.com>
* [stable/redis] Refactor templating for master and slave service
Signed-off-by: pradithya aria <pradithya.pura@go-jek.com>
* [stable/redis] Undo previous version bump and bump minor version
Signed-off-by: pradithya aria <pradithya.pura@go-jek.com>
* [stable/redis] Bump minor version after rebase
Signed-off-by: pradithya aria <pradithya.pura@go-jek.com>
* [stable/redis] Bump minor version after rebase
Signed-off-by: pradithya aria <pradithya.pura@go-jek.com>
* [stable/redis] Update prerequisites
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
* Rebump chart
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
* Add support for custom labels on redis services
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* bump redis chart version to 9.2.3
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* update redis to version 9.3.0
Adds value allowing for custom labels on services
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* add new labels values to redis readme
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* improve descriptions of service labels values for stable/redis
Specify that these labels are added to the default set (release, chart
name, etc), not a wholesale replacement of them.
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* updated label value name used in redis sentinel service
Signed-off-by: Brian Derickson <brian.derickson@capacity.com>
* [stable/redis] Parameterize sysctls
The securityContext.sysctls is an optional value which allows to set
the sysctls of master and slave pods. This is helpful to increase the
net.core.somaxconn parameter.
Example:
# in values.yaml
securityContext:
enabled: true
sysctls:
- name: net.core.somaxconn
value: "10000"
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Add commented sysctl settings to values-production.yaml
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Describe new sysctls setting
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* [stable/redis] Bump chart version to 9.2.2
Signed-off-by: Rico Jasper <rico.jasper@frohraum.de>
* Add existingSecretPasswordKey setting for users
Allowing users to specify which key within the secret contains the
password
Signed-off-by: DJ Mountney <david@twkie.net>
* Bump the redis chart version to 9.2.0
Signed-off-by: DJ Mountney <david@twkie.net>
* [stable/redis] Add miguelaeh to OWNERS
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* Update Chart.yaml
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>