mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Secure the alertmanager integrations by using an existing secret Alertmanager is a sensible app because all the integrations are defined there (like PagerDuty, OpsGenie etc). So its configuration can contain many secrets This will allow to skip the configuration passed from values.yaml and use an existing secret, which can be created with sealed secrets, aws-ssm etc Signed-off-by: Liviu Costea <email.lcostea@gmail.com> * Add existing secret configuration to the ci values Signed-off-by: Liviu Costea <email.lcostea@gmail.com> * Bump chart version Signed-off-by: Liviu Costea <email.lcostea@gmail.com>