feat(helm): Rename secureMetrics to metrics and add metrics.secure and metrics.metricsAddress as configuration values. This way, Prometheus can scrape the controller manager metrics without the secure metrics proxy.
feat(helm): Add configuration element in Helm chart default values file to configure container ports on the controller manager container.
Fixes
fix(deps): Update golang.org/x/net to v0.19.0
fix(dockerfile): Upgrade builder image to golang:1.20 to address CVE-2023-38408
v1.0.6
Features
secureMetrics
tometrics
and addmetrics.secure
andmetrics.metricsAddress
as configuration values. This way, Prometheus can scrape the controller manager metrics without the secure metrics proxy.Fixes