Skip to content

Releases: SAP/cf-service-operator-helm

0.3.4

27 Jul 19:28
Compare
Choose a tag to compare
Update chart docs

0.3.3

27 Jul 17:18
Compare
Choose a tag to compare
Update chart docs

0.3.2

06 Jul 11:37
Compare
Choose a tag to compare
Bump chart version from 0.3.0 to 0.3.2

0.3.1

21 Jun 11:40
Compare
Choose a tag to compare

Changes

Previously cert-manager was required to manage webhook TLS. This is now switchable/configurable through the following values:

  • .Values.webhook.certManager.enabled: if true, cert-manager is used for webhook TLS; otherwise, a local CA and server keypair will be generated by the helm chart
  • .Values.webhook.certManager.issuerName: optional, only relevant if .enabled is true; name of the issuer; if unset, a self-signed cert-manager Issuer will be generated.
  • .Values.webhook.certManager.issuerGroup: optional, only relevant if .enabled is true and .issuerName is set; API group of the issuer to use; if unset, defaults to the standard cert-manager group
  • .Values.webhook.certManager.issuerKind: optional, only relevant if .enabled is true and .issuerName is set; API kind of the issuer to use; if unset, defaults to the standard cert-manager Issuer type

Note: other than before, the default behaviour is now to not use cert-manager.

0.3.0

20 Jun 16:25
Compare
Choose a tag to compare

Initial release