tool · inferred from evidence
Helm
A package manager for Kubernetes used for deploying ZITADEL.
- Lacework agent daemonset fails on GKE Autopilot with GKE Warden constraint violations
What this covers: Deploying the Lacework agent to GKE Autopilot fails admission with GKE Warden constraints violations, even with cloudservice.gke.autopilot set. The fix that worked: Set image.overrideValue=lacework/datacollector:latest so
- External Secrets: dockerconfigjson template renders "invalid character <"
Syncing a docker registry secret from AWS Secrets Manager through External Secrets fails with invalid character less-than because ArgoCD or Helm consumed the template braces first. Escape them for the outer renderer.
- 1Password Connect: GetFileContent fails with "need at least version 1.3.0" on Connect 1.5.4
GetFileContent from the 1Password Connect Go SDK errors out claiming it detected Connect 1.2.0 even though the server is 1.5.4. It is a server-side regression fixed in 1.5.5, not a version mismatch on your side.