Urgent — the fleet currently has no image-updater.
argocd_image_updater.yaml ended with {{- end -}} followed by ---. The trailing -}} eats the newline, so the separator glued itself onto the last rendered value. Pre-existing and silent: serverAddress had been https://argocd.arcodange.lab/--- all along. It became fatal in #36, when a name sorted last:
Deployment.apps "argocd-image-updater-controller" is invalid:
spec.template.spec.volumes[6].name: Invalid value: "homelab-ca---"
spec.template.spec.containers[0].volumeMounts[6].name: Not found: "homelab-ca"
k3s's helm job uninstalled the failed release before attempting the reinstall, so the release is gone until this merges.
Fix:{{- end }} and drop the stray trailing separator. helm template now renders serverAddress: https://argocd.arcodange.lab/ and name: homelab-ca cleanly.
My fault in #36 — the bad name was visible in the render I checked and I read past it.
**Urgent — the fleet currently has no image-updater.**
`argocd_image_updater.yaml` ended with `{{- end -}}` followed by `---`. The trailing `-}}` eats the newline, so the separator glued itself onto the last rendered value. Pre-existing and silent: `serverAddress` had been `https://argocd.arcodange.lab/---` all along. It became fatal in #36, when a *name* sorted last:
```
Deployment.apps "argocd-image-updater-controller" is invalid:
spec.template.spec.volumes[6].name: Invalid value: "homelab-ca---"
spec.template.spec.containers[0].volumeMounts[6].name: Not found: "homelab-ca"
```
k3s's helm job uninstalled the failed release before attempting the reinstall, so the release is **gone** until this merges.
**Fix:** `{{- end }}` and drop the stray trailing separator. `helm template` now renders `serverAddress: https://argocd.arcodange.lab/` and `name: homelab-ca` cleanly.
My fault in #36 — the bad name was visible in the render I checked and I read past it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_013ws8L74dVZmp97Wu36fm8j
`{{- end -}}` ate the newline before the trailing `---`, so the last line of
the rendered values always absorbed it. It had been silently corrupting
serverAddress ("https://argocd.arcodange.lab/---") and turned fatal the moment
a *name* landed last: the install failed with
Deployment.apps "argocd-image-updater-controller" is invalid:
spec.template.spec.volumes[6].name: Invalid value: "homelab-ca---"
k3s had already uninstalled the release before the failed reinstall, so the
fleet is running with no image-updater until this lands.
Co-Authored-By: Claude Fable 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_013ws8L74dVZmp97Wu36fm8j
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Urgent — the fleet currently has no image-updater.
argocd_image_updater.yamlended with{{- end -}}followed by---. The trailing-}}eats the newline, so the separator glued itself onto the last rendered value. Pre-existing and silent:serverAddresshad beenhttps://argocd.arcodange.lab/---all along. It became fatal in #36, when a name sorted last:k3s's helm job uninstalled the failed release before attempting the reinstall, so the release is gone until this merges.
Fix:
{{- end }}and drop the stray trailing separator.helm templatenow rendersserverAddress: https://argocd.arcodange.lab/andname: homelab-cacleanly.My fault in #36 — the bad name was visible in the render I checked and I read past it.
🤖 Generated with Claude Code
https://claude.ai/code/session_013ws8L74dVZmp97Wu36fm8j
`{{- end -}}` ate the newline before the trailing `---`, so the last line of the rendered values always absorbed it. It had been silently corrupting serverAddress ("https://argocd.arcodange.lab/---") and turned fatal the moment a *name* landed last: the install failed with Deployment.apps "argocd-image-updater-controller" is invalid: spec.template.spec.volumes[6].name: Invalid value: "homelab-ca---" k3s had already uninstalled the release before the failed reinstall, so the fleet is running with no image-updater until this lands. Co-Authored-By: Claude Fable 5 <[email protected]> Claude-Session: https://claude.ai/code/session_013ws8L74dVZmp97Wu36fm8j