Releases: SAP/cf-service-operator-helm
Releases · SAP/cf-service-operator-helm
0.3.4
Update chart docs
0.3.3
Update chart docs
0.3.2
Bump chart version from 0.3.0 to 0.3.2
0.3.1
Changes
Previously cert-manager was required to manage webhook TLS. This is now switchable/configurable through the following values:
.Values.webhook.certManager.enabled
: iftrue
, 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
istrue
; name of the issuer; if unset, a self-signed cert-managerIssuer
will be generated..Values.webhook.certManager.issuerGroup
: optional, only relevant if.enabled
istrue
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
istrue
and.issuerName
is set; API kind of the issuer to use; if unset, defaults to the standard cert-managerIssuer
type
Note: other than before, the default behaviour is now to not use cert-manager.
0.3.0
Initial release