3 Commits

Author SHA1 Message Date
eric 14162f55c2 fix: use heredoc for python3 to avoid shell quoting bugs
The previous python3 -c '...' approach broke when lambdas
contained single quotes (e.g. '"' + tag + '"'), causing
the bash string to terminate early and output literal text
instead of variable values.
2026-06-18 19:21:22 -07:00
eric 248eb37110 feat: support custom tag-keys for non-standard YAML layouts
Adds tag-keys input (comma-separated) to update arbitrary YAML keys
instead of just 'tag'. Handles unquoted values, quoted values, and
YAML anchors (e.g. rustImageTag: &rustImageTag "value").

Makes image-repository optional when using custom tag-keys.
2026-06-17 20:06:59 -07:00
eric c11d34400e Initial: flux-deploy composite action for K8s GitOps deployments 2026-06-16 23:46:32 -07:00