• 1.0.0 0dd267a0df

    v1.0.0
    All checks were successful
    Helm / helm-lint (push) Successful in 13s
    Generate README / generate-parameters (push) Successful in 15s
    Markdown linter / markdown-link-checker (push) Successful in 13s
    Helm / helm-unittest (push) Successful in 15s
    Markdown linter / markdown-lint (push) Successful in 9s
    Release / publish-chart (push) Successful in 8s

    volker.raschek released this 2025-10-22 17:39:13 +02:00 | 4 commits to master since this release

    This release contains a breaking change. It now requires basic auth credentials
    to be specified when Prometheus metrics are enabled.

    This is necessary because the previously implemented solution of random strings
    for the username and password led to a drift in ArgoCD. The following note from
    the Helm documentation was very helpful.

    https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments

    In the event you always want to roll your deployment, you can use a similar
    annotation step as above, instead replacing with a random string so it always
    changes and causes the deployment to roll:

    kind: Deployment
    spec:
      template:
        metadata:
          annotations:
            rollme: {{ randAlphaNum 5 | quote }}
    
    Downloads