JFrog Registry Operator 1.3.0 includes:
Added TLS support for jfrog-registry-operator.
- Enhanced security in the resource
.security.enabled
must be set to true if either custom certification or insecureSkipVerify is required.
Reference for tls security: here
security:
enabled: false
secretNamespace:
## NOTE: You can provide either a ca.pem or ca.crt. But make sure that key needs to same as ca.crt or ca.pem in secret
certificateSecretName:
insecureSkipVerify: false
Sample certificate secret ref
- Added service monitor support. By default, it is set to false in values.yaml.
This will be part of the Helm chart here
serviceMonitor:
enabled: false
To enable the service monitor, you need to configure the monitoring setup