From 49d318e8a364f606d3c26955357e400cfcf942bf Mon Sep 17 00:00:00 2001 From: Julien Godin Date: Wed, 16 Oct 2024 13:41:50 +0200 Subject: [PATCH] feat: Add helm changelog for certificates SecurityContext Signed-off-by: Julien Godin --- helm-chart/values.yaml.changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-chart/values.yaml.changelog.md b/helm-chart/values.yaml.changelog.md index bb7064242f..22c0fb38d7 100644 --- a/helm-chart/values.yaml.changelog.md +++ b/helm-chart/values.yaml.changelog.md @@ -5,6 +5,10 @@ For changes that require manual steps other than changing values, please check o Please follow this convention when adding a new row * ` - **:
` +## Upgrading to Renku 0.59.0 + +* NEW ``global.certificates.securityContext`` has been added to allow customization of the `securityContext` for the containers managing custom/self-signed Certificate Authorities. + ## Upgrading to Renku 0.57.0 * DELETE ``gateway.image.auth`` has been removed.