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

feat: set this repo up for a Helm chart registry #1362

Merged
merged 21 commits into from
Jul 17, 2024
Merged

feat: set this repo up for a Helm chart registry #1362

merged 21 commits into from
Jul 17, 2024

Conversation

rauno56
Copy link
Contributor

@rauno56 rauno56 commented Jul 17, 2024

I cannot properly test the new workflow because of the very intricate setup with dispatches and everything. Thus I added the workflow here for testing.

❗ The workflow will be run and assets produced and uploaded to the release under "test-helm-assets-odigos.tgz". These assets will not be available through our current Helm Chart index. Anyone using our helm charts will not be affected with this PR. The current mode of Helm chart development completely stays the same. This contribution is solely for setting up a parallel workflow for testing.

Notable changes:

  1. Set up a duplicate registry at https://odigos-io.github.io/odigos (note the lack of "-charts" suffix)
  2. Bring charts into the same repo(this one here) as the code, since our application is tightly coupled with k8s assets anyway.
  3. Integrate publishing Helm charts (to the new registry) into the "release" step of Odigos - until now, that step consisted of publishing CLI, now there's two outlets.
  4. Simplify managing Helm Charts:
    • Remove the need to update the version(taken from the git tag)
    • Unify appVersion, chart version and image.tag values so that there's one less thing to mess up while releasing charts.
    • Automate the release process and reuse the same GitHub releases for the code, the CLI and helm charts.

@rauno56 rauno56 changed the title Set this repo up for a Helm chart registry feat: set this repo up for a Helm chart registry Jul 17, 2024
@rauno56 rauno56 merged commit 989a1ba into main Jul 17, 2024
13 checks passed
@rauno56 rauno56 deleted the rauno56-main branch July 17, 2024 12:57
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.

2 participants