Keyfactor / command-cert-manager-issuer

External issuer for cert-manager for Keyfactor Command
Apache License 2.0
4 stars 2 forks source link

v1.0.6: Upgrade packages, implement `metrics.metricsAddress` and `containerPorts` in Helm chart, refactor release process #22

Closed m8rmclaren closed 11 months ago

m8rmclaren commented 11 months ago

v1.0.6

Features

Fixes

m8rmclaren commented 11 months ago

Image vulnerability analysis:

image

Test results:

image
m8rmclaren commented 11 months ago

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
image image

Pod state demonstrates successful configuration of manager container arguments to configure metrics server address, and container logs display accepted configuration.