Closed m8rmclaren closed 11 months ago
Image vulnerability analysis:
Test results:
Pod state with the following Helm install command:
helm package deploy/charts/command-cert-manager-issuer --app-version=1.0.6 --version=1.0.6
# Install the locally packaged Helm chart and point it to the local image
helm install command-cert-manager-issuer command-cert-manager-issuer-1.0.6.tgz \
--namespace command-issuer-system \
--create-namespace \
--set image.pullPolicy=Never \
--set metrics.metricsAddress=:8080
Pod state demonstrates successful configuration of manager container arguments to configure metrics server address, and container logs display accepted configuration.
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