chore(deploy): push image bumps to application-configuration - #3162
Merged
Conversation
The cloud values moved out of appwrite-labs/cloud-applications into the consolidated appwrite-labs/application-configuration repository, which is laid out as <project>/<env>/<app> instead of <env>/<app>. The values path was hardcoded; it now builds from PROJECT/ENVIRONMENT/ APPLICATION like the other deploy workflows. The tag still lands on the `cloud-console` alias inside the cloud release, and production still opens a reviewed PR rather than pushing to main.
Console (appwrite/console)Project ID: Sites (1)
Tip Sites support three domain rule types: Active deployment, Git branch, and Redirect |
Contributor
Greptile SummaryThis PR redirects staging and production image-tag updates from
Confidence Score: 5/5The PR appears safe to merge after the documented declarative-repository migration prerequisites are complete. The new repository, path construction, alias, and environment-specific promotion behavior are internally consistent, and no concrete changed-code failure remains. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deploy): push image bumps to appli..." | Re-trigger Greptile |
ChiragAgg5k
approved these changes
Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
The cloud values moved out of
cloud-applicationsintoapplication-configuration(appwrite-labs/application-configuration#15), laid out as<project>/<env>/<app>instead of<env>/<app>.The path was hardcoded; it now builds from the env vars like every other deploy workflow. The tag still lands on the
cloud-consolealias inside the cloud release, and production still opens a reviewed PR against the declarative repo rather than pushing to main.Verified: both write targets resolve to real files in the new repo and carry a
cloud-console.image.tagkey.Merge order
Last. ArgoCD has to be reading the new repo first: appwrite-labs/application-configuration#15 → appwrite-labs/cluster-configuration-generator#163 (plus its generated PR into
cluster-configuration) → this.