Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cozy update workflow #5

Merged
merged 6 commits into from
Jun 4, 2024
Merged

Conversation

Pyrofab
Copy link
Member

@Pyrofab Pyrofab commented May 13, 2024

The current setup for Cozy involves bypassing Kubernetes' image cache and restarting the pod after every update so that the new latest image can be used. This requires an action from the infra team, makes every restart a tiny bit slower, wastes some bandwidth, and prevents rollbacks.

Now with #4 reducing the necessity for manual actions, it was time to have some mechanism that allows Cozy updates to be picked up and logged by relevant tooling.

This PR lays the groundwork for automated versioned updates of the Cozy chart. The next steps involve enabling automated sync for the quilt-cozy application in ArgoCD, and adding a workflow to the Cozy repository to trigger a repository_dispatch event when pushing to the main branch.

@Pyrofab Pyrofab merged commit 86e7222 into QuiltMC:main Jun 4, 2024
2 checks passed
@Pyrofab Pyrofab deleted the cozy-update-workflow branch June 4, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant