companyinfo / helm-charts

Company.info Helm charts repository
https://companyinfo.github.io/helm-charts
Apache License 2.0
68 stars 22 forks source link

chore: use renderPullSecrets instead of deprecated common.images.pullSecrets #30

Closed zevisert closed 11 months ago

zevisert commented 11 months ago

Bitnami has been calling common.images.pullSecrets deprecated since https://github.com/bitnami/charts/pull/6286.

This PR updates to use common.images.renderPullSecrets instead, it functions in the same way, but it allows for values to be templates that get rendered as well.