mirror of
https://github.com/kerberos-io/helm-charts.git
synced 2026-08-23 15:18:33 +00:00
be2290075c4ebe4820195c7ad81a654df6e7ae65
The generic stage-worker loop in templates/kerberos-pipeline/hub-stage.yaml
closed each iteration with `{{- end }}`, whose left-trim stripped the newline
after the Service's final line (`app: hub-<name>`). With a single enabled stage
worker this was latent, but with two or more the next worker's `---` separator
was glued onto the previous Service's last line (e.g. `app: hub-loitering---`),
merging two resources into one malformed document.
In production this surfaced as ArgoCD "one or more synchronization tasks are not
valid" once objecttracking was enabled alongside anpr and loitering (3 stage
workers -> 2 glued boundaries: anpr->loitering and loitering->objecttracking).
Fix: emit a trailing newline before the next document separator by using
`{{ end -}}` for the per-service if-close. Rendering the hub chart with the
production values now yields 58 valid documents (previously 56, of which 2 were
Service+Deployment glued together) and 0 malformed separators. Bump chart to
0.121.1 so the fix can be published to charts.kerberos.io.
Helm charts
Kerberos.io ecosystem can be deployed through Helm charts. Use one of the following charts to boost the installation:
Prerequisite
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add kerberos https://charts.kerberos.io
If you had already added this repo earlier, run helm repo update to retrieve
the latest versions of the packages. You can then run helm search repo kerberos to see the charts.
To install the kerberos chart:
helm install my-hub kerberos/hub
To uninstall the chart:
helm delete my-hub
Description
Languages
HTML
96.1%
Smarty
1.9%
Shell
1.5%
Dockerfile
0.5%