ci: write image tag to global.image.tag#3081
Conversation
The applications repo now sets the image once under `global.image` (generic chart 1.7.0 fallbacks); the bump writes the single canonical path `.global.image.tag` in default.yaml instead of per-alias keys. Merge AFTER appwrite-labs/assets-applications#29 — until then per-alias writes still override global, so deploys stay correct either way. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Silent mode disables those chatty PR comments if you prefer peace and quiet |
Greptile SummaryThis PR updates the image tag write path in both staging and production deployment workflows from
Confidence Score: 5/5The change is a single-path rename in a yq write command, applied symmetrically to both staging and production; the PR description clearly documents the required merge order and backward-compatibility guarantees. Both workflows receive the same minimal, well-scoped update. The yq syntax is correct, the deployment logic around it is untouched, and the PR description explains exactly how interim state is handled while the dependent repo PR is pending. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "ci: write image tag to global.image.tag" | Re-trigger Greptile |
ChiragAgg5k
left a comment
There was a problem hiding this comment.
Reviewed the deployment workflow updates. Both environments now write the image tag to the global chart path while keeping the existing commit flow intact. Looks good.


The applications repo moves
imagetoglobal.image(generic chart 1.7.0 — see appwrite-labs/helm-charts#17); this updates the tag-bump automation to write the single canonical path.global.image.tagindefault.yaml.Merge order: land appwrite-labs/assets-applications#29 first. Until then, an old-style per-alias write still overrides
global, so deploys stay correct in either interim state (a stale per-alias tag key would just need removing).🤖 Generated with Claude Code