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

Automated Github Chart releasing #72

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Automated Github Chart releasing #72

merged 2 commits into from
Oct 26, 2023

Conversation

wajihyassine
Copy link
Member

@wajihyassine wajihyassine commented Oct 25, 2023

Description of the change

Adds automated releasing for the Helm charts through GH Pages. More details on how this works can be found here and here.

The proposition is to move away from OCI to instead use GH Pages/GH actions releaser for its ease

Installing charts would look something like (will update docs at a later PR):

helm repo add osdfir-infrastructure (or any alias name) https://google.github.io/osdfir-infrastructure
helm install osdfir-infrastructure/osdfir-infrastructure
helm install osdfir-infrastructure/timesketch
helm install osdfir-infrastructure/turbinia

Anytime we merge something in main and the Chart version for any of the charts have been updated, the GH action will automatically create a new release and push to the GH Page.

@wajihyassine wajihyassine changed the title automated github chart release Automated Github Chart releasing Oct 25, 2023
@wajihyassine wajihyassine self-assigned this Oct 25, 2023
@wajihyassine wajihyassine marked this pull request as ready for review October 25, 2023 22:55
@wajihyassine
Copy link
Member Author

@hacktobeer @berggren @aarontp PTAL and let me know if any issues with releasing this way directly on GH Pages instead of OCI for ease of use/automated release process

Copy link
Member

@aarontp aarontp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Cool, this should make it easier for releases. I don't have any issues with releasing from GH in general.

@wajihyassine wajihyassine merged commit 4c6ee52 into main Oct 26, 2023
2 checks passed
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