-
v1.0.0
All checks were successfulHelm / helm-lint (push) Successful in 13sGenerate README / generate-parameters (push) Successful in 15sMarkdown linter / markdown-link-checker (push) Successful in 13sHelm / helm-unittest (push) Successful in 15sMarkdown linter / markdown-lint (push) Successful in 9sRelease / publish-chart (push) Successful in 8sreleased this
2025-10-22 17:39:13 +02:00 | 4 commits to master since this releaseThis 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
You've already forked reposilite-charts