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

[e2e] Rework templates' publishing #1071

Open
eromanova opened this issue Feb 12, 2025 · 0 comments
Open

[e2e] Rework templates' publishing #1071

eromanova opened this issue Feb 12, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eromanova
Copy link
Contributor

Currently, all templates for E2E testing are stored in the repository oci://ghcr.io/k0rdent/kcm/charts-ci. Before publishing these templates, we update the kcm and kcm-templates versions to the latest commit-based version (e.g., 0.1.0-30-g67f3282), while other templates retain the versions defined in their Chart.yaml files.

This introduces several issues:

  1. If a template with the same version already exists in the repository, it will not be updated, leading to the deployment and testing of an outdated version.
  2. When multiple PRs modify templates simultaneously, there is no guarantee that the correct version will be tested, causing inconsistencies in the validation process.
@eromanova eromanova added the bug Something isn't working label Feb 12, 2025
@github-project-automation github-project-automation bot moved this to Todo in k0rdent Feb 12, 2025
@eromanova eromanova self-assigned this Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant